Symbol MCP Server (REST API tools)

Symbol MCP Server (REST API tools)

Symbol MCP Server。 (REST API 工具)

简介

Symbol MCP Server 是一个工具,允许将 Symbol 区块链的 REST API 作为 MCP (Model Context Protocol) 工具使用。

配置方法

在您的配置文件中添加以下内容:

{
  "mcpServers": {
    "symbol": {
      "command": "npx",
      "args": [
        "-y",
        "tsx",
        "/path/to/your/mcp/symbol-mcp-server/src/index.ts"
      ]
    }
  }
}

配置完成后,您就可以通过 MCP 协议与 Symbol 区块链的 REST API 进行交互了。