spike-symbol-mcp-server
3.1
If you are the rightful owner of spike-symbol-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Symbol Model Context Protocol (MCP) server is designed to facilitate seamless integration and communication between different systems using the Symbol blockchain technology.
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"
]
}
}
}