mcpbeat Sign in

Trade Router MCP Server

local only

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.

Installs per day peak 48 · avg 21 · +2% w/w
a month agotoday
71
Installs / week
npm · @traderouter/trade-router-mcp
3
Stars
2 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add trade-router-mcp -- npx -y @traderouter/trade-router-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trade-router-mcp": {
      "args": [
        "-y",
        "@traderouter/trade-router-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trade-router-mcp]
command = "npx"
args = ["-y", "@traderouter/trade-router-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trade-router-mcp": {
      "args": [
        "-y",
        "@traderouter/trade-router-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Trade Router MCP

same job, measured the same way
Trade Router MCP
by traderouter

Non-custodial Solana swap & limit order engine for AI agents.

local only
Crank Protocol
by crank

Non-custodial DeFi tools for AI agents on Solana: swaps, perps, lending, staking, equities.

188 tools answering
agentic-pay
by shieldcubed

Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.

34 installs/wk local only
Epsilon
by alienbase-xyz

Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents

65 installs/wk 15 tools answering
Policyvault
by zapsoblige-hash

Non-custodial Kaspa policy enforcement for AI agents; signers retain custody.

71 installs/wk local only
Bvcc Agent Wallet
by blockventurechaincapital

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

73 installs/wk local only
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

85 installs/wk local only
Veyra
by zapxlabs

Give AI agents a wallet with a spending limit. Non-custodial USDC on Base, server-enforced limits.

163 installs/wk 7 tools answering

Trade Router MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Trade Router MCP?
Trade Router MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @traderouter/trade-router-mcp was installed 71 times last week.
How do I connect Trade Router MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @traderouter/trade-router-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trade Router MCP?
The npm package @traderouter/trade-router-mcp was installed 71 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trade Router MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 3 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.