symbol-mcp-server

A server that enables the use of the Symbol blockchain's REST API as MCP (Model Context Protocol) tools.

Visit Server
Added on 3/28/2025

Symbol MCP Server (REST API tools)

The Symbol 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"
      ]
    }
  }
}