symbol-blockchain-mcp-server
0
The Symbol Blockchain MCP Server allows users to interact with the Symbol blockchain via its REST API using MCP tools. It simplifies accessing blockchain data and executing commands.
Symbol Blockchain MCP Server (REST API tools)
The Symbol Blockchain MCP Server is a server that enables the use of the Symbol blockchain's REST API as MCP (Model Context Protocol) tools.
Usage
{
"mcpServers": {
"symbol": {
"command": "npx",
"args": [
"-y",
"tsx",
"/path/to/your/mcp/symbol-mcp-server/src/index.ts"
]
}
}
}