Symbol Model Context Protocol (MCP)

by husqvaluna

235 downloads
Not rated
GitHub

About

Symbol Model Context Protocol (MCP) is an MCP server that interfaces with the Symbol blockchain network via the Symbol OpenAPI (v1.0.4). It is intended for use with Claude Desktop through the Model Context Protocol.

Details

Author
husqvaluna
Downloads
235
Categories
Other

- Interfaces with Symbol blockchain via OpenAPI.
- Includes a generated Zod client for type-safe API usage.
- Configurable for use with Claude Desktop.
- Runs on Node.js using tsx runtime.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Symbol Model Context Protocol (MCP)
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Generate a Zod client using the provided npx openapi-zod-client command, then add the server configuration to your Claude Desktop MCP settings as shown in the README example (using npx tsx to run the index.ts script).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "symbol model context protocol (mcp)": {
            "spike-symbol-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "openapi-zod-client",
                    "https://symbol.github.io/symbol-openapi/v1.0.4/openapi3.yml",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "spike-symbol-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "openapi-zod-client",
            "https://symbol.github.io/symbol-openapi/v1.0.4/openapi3.yml",
            "\\"
        ]
    }
}

Symbol Model Context Protocol (MCP)

Endpoints \- Symbol Developers

Generate ZOD client

$ npx -y openapi-zod-client https://symbol.github.io/symbol-openapi/v1.0.4/openapi3.yml \
  -o src/zodios/symbol.ts --base-url https://sym-test-01.opening-line.jp:3001 \
  -a

Example MCP server config for Claude Desktop

{
  "mcpServers": {
    "symbol": {
      "command": "npx",
      "args": [
        "-y",
        "tsx",
        "/path/to/spike-symbol-mcp-server/src/index.ts"
      ]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.