Symbol Blockchain
Enables interaction with the Symbol blockchain for querying account information, transaction data, and block details through automatically generated tools from the Symbol OpenAPI specification.
1 stars
0 tools
Created Aug 2025
@husqvaluna/husqvaluna-symbol-blockchain-symbol-blockchain-mcp-serverAbout
Enables interaction with the Symbol blockchain for querying account information, transaction data, and block details through automatically generated tools from the Symbol OpenAPI specification.
Categories
general
Installation
npm
npm install @husqvaluna/husqvaluna-symbol-blockchain-symbol-blockchain-mcp-server
Configuration
{
"mcpServers": {
"husqvaluna-symbol-blockchain-symbol-blockchain-mcp-server": {
"command": "npx",
"args": [
"-y",
"@husqvaluna/husqvaluna-symbol-blockchain-symbol-blockchain-mcp-server"
]
}
}
}