Loading MCP server directory, please wait...
Non-custodial Solana swap & limit order engine for AI agents.
npx @getmcp/cli add ai.traderouter/trade-router-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TRADEROUTER_PRIVATE_KEYSolana base58-encoded private key. Local signing only, never transmitted. See SECURITY.md.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.traderouter/trade-router-mcp": {
"command": "npx",
"args": [
"-y",
"@traderouter/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": "",
"TRADEROUTER_DRY_RUN": ""
}
}
}
}