spike-symbol-mcp-server
A protocol for interacting with Symbol's model context, including client generation and server configuration.
Added on 3/28/2025
Symbol Model Context Protocol (MCP)
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"
]
}
}
}
Similar Resources
Developer Tools