Trade Router MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 27 Apr 2026.
Non-custodial Solana swap & limit order engine for AI agents.
Today is the operative word: we check Trade Router MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add trade-router-mcp -- npx -y @traderouter/trade-router-mcp
{
"mcpServers": {
"trade-router-mcp": {
"args": [
"-y",
"@traderouter/trade-router-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.trade-router-mcp]
command = "npx"
args = ["-y", "@traderouter/trade-router-mcp"]
{
"mcpServers": {
"trade-router-mcp": {
"args": [
"-y",
"@traderouter/trade-router-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"trade-router-mcp": {
"args": [
"-y",
"@traderouter/trade-router-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TRADEROUTER_PRIVATE_KEY (Solana base58-encoded private key. Local signing only, never transmitted. See SECURITY.md.), SOLANA_RPC_URL (Optional RPC endpoint override (default https://api.mainnet-beta.solana.com).), TRADEROUTER_SERVER_PUBKEY (Optional override for the server public key used to verify order_filled ed25519 signatures.), TRADEROUTER_SERVER_PUBKEY_NEXT (Optional second server public key accepted during key rotation.), TRADEROUTER_REQUIRE_SERVER_SIGNATURE (Default 'true'. Verify server signatures on order_filled / twap_execution.), TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE (Default 'true'. Verify server signatures on order_created.), TRADEROUTER_DRY_RUN (Default 'false'. When 'true', write-action tools (submit_signed_swap, auto_swap, place_*_order, cancel_order, extend_order) short-circuit and return { dry_run: true, ... } instead of calling the API. Read-only tools execute normally.).
The author declared them in the registry entry; get the values from the project itself.
Non-custodial Solana swap & limit order engine for AI agents.
Non-custodial DeFi tools for AI agents on Solana: swaps, perps, lending, staking, equities.
Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.
Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents
Non-custodial Kaspa policy enforcement for AI agents; signers retain custody.
Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
Give AI agents a wallet with a spending limit. Non-custodial USDC on Base, server-enforced limits.
Answers built from our own checks of this server.