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-traderouter-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",
"@traderouter/trade-router-mcp"
],
"command": "npx"
}
}
}This trading MCP server has significant security vulnerabilities including hardcoded API keys, potential command injection through unvalidated wallet addresses, and overly broad network permissions for a trading application. The server handles private keys and financial transactions but lacks proper input validation and secure credential management. 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!