Server data from the Official MCP Registry
TradeRouter.ai MCP Server — Solana swap & limit order engine.
TradeRouter.ai MCP Server — Solana swap & limit order engine.
Set these up before or after installing:
Environment variable: TRADEROUTER_PRIVATE_KEY
Environment variable: SOLANA_RPC_URL
Environment variable: TRADEROUTER_SERVER_PUBKEY
Environment variable: TRADEROUTER_SERVER_PUBKEY_NEXT
Environment variable: TRADEROUTER_REQUIRE_SERVER_SIGNATURE
Environment variable: TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-re-bruce-wayne-trade-router-mcp": {
"env": {
"SOLANA_RPC_URL": "your-solana-rpc-url-here",
"TRADEROUTER_PRIVATE_KEY": "your-traderouter-private-key-here",
"TRADEROUTER_SERVER_PUBKEY": "your-traderouter-server-pubkey-here",
"TRADEROUTER_SERVER_PUBKEY_NEXT": "your-traderouter-server-pubkey-next-here",
"TRADEROUTER_REQUIRE_SERVER_SIGNATURE": "your-traderouter-require-server-signature-here",
"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE": "your-traderouter-require-order-created-signature-here"
},
"args": [
"-y",
"@re-bruce-wayne/trade-router-mcp"
],
"command": "npx"
}
}
}The TradeRouter MCP server provides Solana trading capabilities but has moderate security concerns. It handles financial operations requiring private keys and network access, with cryptographic signature verification for transactions, but lacks comprehensive input validation and has broad network permissions. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 3 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!