Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.TradeRouter/trade-router-mcp

NPM · @TRADEROUTER/TRADE-ROUTER-MCP · SCANNED AUG 7

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

+51 this week 56 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security79
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @solana/web3.js > jayson > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 150 of 154 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability57
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1495 tokens (~71/item across 21 items; 21 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage72
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 16% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @traderouter/trade-router-mcp

# add to Claude Code
claude mcp add traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp
# add to Codex CLI
codex mcp add traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "traderouter-trade-router-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@traderouter/trade-router-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add traderouter-trade-router-mcp --command npx --arg -y --arg @traderouter/trade-router-mcp
# ~/.hermes/config.yaml
mcp_servers:
  traderouter-trade-router-mcp:
    command: "npx"
    args: ["-y", "@traderouter/trade-router-mcp"]
// mcp.json
{
  "mcpServers": {
    "traderouter-trade-router-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@traderouter/trade-router-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 5 Aug 26 +23
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 16 functional
    • First check of Schema quality: fair functional
    • First check of Schema quality: fail functional
  • 2 Aug 26 +27
    • CVE-2026-41907 affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare. security
    • Security disclosure: fail → unverified functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Capabilities: Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake. functional
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
    • Licence: MIT functional
  • 1 Aug 26 +1
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Analysed npm/@traderouter/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 150 packages
Packages resolved 150
Deprecated 144
Stale 48
No linked repository 1
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools · 21 exposed · ~1,495 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
auto_swap ~71

Build + sign + submit in one step. Requires TRADEROUTER_PRIVATE_KEY.

NameTypeReqDescription
actionstringyes
amountinteger
holdings_percentageinteger
slippageinteger
token_addressstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

build_swap ~96

Build an unsigned Solana swap tx via REST. Returns base58 swap_tx. Pass to submit_signed_swap or use auto_swap.

NameTypeReqDescription
actionstringyes
amountintegerLamports (buy only)
holdings_percentageintegerBps (sell only, 10000=100%)
slippageinteger
token_addressstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

cancel_order ~32

Cancel an active limit or trailing order.

NameTypeReqDescription
order_idstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

check_order ~35

Check the status of a specific order by order_id.

NameTypeReqDescription
order_idstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

connect_websocket ~38

Connect WS for a wallet and wait until registered (up to 25s). Call before placing orders.

NameTypeReqDescription
wallet_addressstringyes

No output schema declared.

No examples provided.

connection_status ~25

Return live WS connection state for a wallet.

NameTypeReqDescription
wallet_addressstringyes

No output schema declared.

No examples provided.

extend_order ~49

Extend an order's expiry. expiry_hours is the new total (1–336).

NameTypeReqDescription
expiry_hoursintegeryes
order_idstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

get_fill_log ~34

Return all order_filled events received since process start (capped at 200).

NameTypeReqDescription
wallet_addressstringyes

No output schema declared.

No examples provided.

get_flex_card ~53

Get the URL for a flex trade card PNG for a wallet and token. GET /flex. Returns the URL to display the image.

NameTypeReqDescription
token_addressstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

get_holdings ~35

Scan SPL token holdings for a Solana wallet. Slow — up to 100s.

NameTypeReqDescription
wallet_addressstringyes

No output schema declared.

No examples provided.

get_mcap ~45

Get market cap (and price/pool) data for one or more token addresses. GET /mcap.

NameTypeReqDescription
tokensstringyesComma-separated Solana mint addresses

No output schema declared.

No examples provided.

get_wallet_address ~36

Derive the Solana wallet address from TRADEROUTER_PRIVATE_KEY. Call first at session start — also starts WebSocket connection.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_orders ~27

List all active limit/trailing orders for a wallet.

NameTypeReqDescription
wallet_addressstringyes

No output schema declared.

No examples provided.

place_limit_order ~97

Place a market-cap-based limit order over WS. action: sell|buy. target: bps vs current mcap at placement.

NameTypeReqDescription
actionstringyes
amountinteger
expiry_hoursinteger
holdings_percentageinteger
slippageinteger
targetintegeryes
token_addressstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

place_limit_trailing_order ~115

Place a limit-then-trailing order. Wait for limit, then trailing phase; when trail triggers, single swap. action: limit_trailing_sell|limit_trailing_buy.

NameTypeReqDescription
actionstringyes
amountinteger
expiry_hoursinteger
holdings_percentageinteger
slippageinteger
targetintegeryes
token_addressstringyes
trailintegeryes
wallet_addressstringyes

No output schema declared.

No examples provided.

place_limit_trailing_twap_order ~154

Place a limit-then-trailing-then-TWAP order. Limit → trail → on trail trigger, execute via TWAP. action: limit_trailing_twap_sell|limit_trailing_twap_buy.

NameTypeReqDescription
actionstringyes
amountintegerLamports (buy) or raw token units (sell)
durationintegeryes
expiry_hoursinteger
frequencyintegeryes
holdings_percentageintegerSell only: bps
slippageinteger
targetintegeryes
token_addressstringyes
trailintegeryes
wallet_addressstringyes

No output schema declared.

No examples provided.

place_limit_twap_order ~144

Place a limit-then-TWAP order. Wait for limit target (bps), then execute via TWAP. action: limit_twap_sell|limit_twap_buy.

NameTypeReqDescription
actionstringyes
amountintegerLamports (buy) or raw token units (sell)
durationintegeryes
expiry_hoursinteger
frequencyintegeryes
holdings_percentageintegerSell only: bps
slippageinteger
targetintegeryesTarget mcap bps vs entry
token_addressstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

place_trailing_order ~96

Place a trailing stop or trailing buy over WS. action: trailing_sell|trailing_buy. trail: bps distance.

NameTypeReqDescription
actionstringyes
amountinteger
expiry_hoursinteger
holdings_percentageinteger
slippageinteger
token_addressstringyes
trailintegeryes
wallet_addressstringyes

No output schema declared.

No examples provided.

place_trailing_twap_order ~138

Place a trailing-then-TWAP order. When trail triggers, execute via TWAP. action: trailing_twap_sell|trailing_twap_buy.

NameTypeReqDescription
actionstringyes
amountintegerLamports (buy) or raw token units (sell)
durationintegeryes
expiry_hoursinteger
frequencyintegeryes
holdings_percentageintegerSell only: bps
slippageinteger
token_addressstringyes
trailintegeryesTrail bps
wallet_addressstringyes

No output schema declared.

No examples provided.

place_twap_order ~139

Place a TWAP (time-weighted) buy or sell order. Splits total amount into frequency slices over duration seconds. action: twap_buy|twap_sell.

NameTypeReqDescription
actionstringyes
amountintegerTotal lamports (buy) or raw token units (sell)
durationintegeryesTotal run time in seconds (max 30 days)
frequencyintegeryesNumber of executions
holdings_percentageintegerSell only: bps of holdings at creation
slippageinteger
token_addressstringyes
wallet_addressstringyes

No output schema declared.

No examples provided.

submit_signed_swap ~36

Submit a base64-encoded signed Solana transaction via MEV-protected lane.

NameTypeReqDescription
signed_tx_base64stringyes

No output schema declared.

No examples provided.