mcpbeat

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. 254 installs a week from npm. Last commit 27 Apr 2026.

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

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

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"
    }
  }
}

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.

167 tools answering
agentic-pay
by shieldcubed

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

41 installs/wk local only
Bvcc Agent Wallet
by blockventurechaincapital

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

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

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

87 installs/wk local only
ClawPay MCP — Non-Custodial x402 Payments for AI Agents
by up2itnow0822

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

42 installs/wk local only
VaultPilot MCP
by szhygulin

Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.

74 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

43 installs/wk local only

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 254 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 254 times in the last week. Week over week that is +127%. 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 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.