Loading MCP server directory, please wait...
TradeRouter.ai MCP Server — Solana swap & limit order engine.
npx @getmcp/cli add io.github.re-bruce-wayne/trade-router-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TRADEROUTER_PRIVATE_KEYSolana wallet private key in base58 format. Required for auto-signing transactions and WebSocket authentication.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.re-bruce-wayne/trade-router-mcp": {
"command": "npx",
"args": [
"-y",
"@re-bruce-wayne/trade-router-mcp"
],
"env": {
"TRADEROUTER_PRIVATE_KEY": "",
"SOLANA_RPC_URL": "",
"TRADEROUTER_SERVER_PUBKEY": "",
"TRADEROUTER_SERVER_PUBKEY_NEXT": "",
"TRADEROUTER_REQUIRE_SERVER_SIGNATURE": "",
"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE": ""
}
}
}
}