Symbol Model Context Protocol (MCP) Server logo

Symbol Model Context Protocol (MCP) Server

by husqvaluna

This is a Symbol Model Context Protocol (MCP) server. It allows you to generate a ZOD client from the Symbol OpenAPI specification and provides an example MCP server configuration for Claude Desktop.

View on GitHub

Last updated: N/A

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