Symbol Blockchain MCP Server
by husqvaluna
The Symbol Blockchain MCP Server enables the use of the Symbol blockchain's REST API as MCP (Model Context Protocol) tools. It provides a server for interacting with the Symbol blockchain.
View on GitHub
Last updated: N/A
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"
]
}
}
}