io.github.TradeRouter/trade-router-mcp
NPM · @TRADEROUTER/TRADE-ROUTER-MCP · SCANNED AUG 7
Non-custodial Solana swap & limit order engine for AI agents.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 101 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp
codex mcp add traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"traderouter-trade-router-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@traderouter/trade-router-mcp"
],
"enabled": true
}
}
} openclaw mcp add traderouter-trade-router-mcp --command npx --arg -y --arg @traderouter/trade-router-mcp
mcp_servers:
traderouter-trade-router-mcp:
command: "npx"
args: ["-y", "@traderouter/trade-router-mcp"] {
"mcpServers": {
"traderouter-trade-router-mcp": {
"command": "npx",
"args": [
"-y",
"@traderouter/trade-router-mcp"
]
}
}
} 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.
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.
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.
auto_swap ~71
Build + sign + submit in one step. Requires TRADEROUTER_PRIVATE_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | – |
| holdings_percentage | integer | – | – |
| slippage | integer | – | – |
| token_address | string | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | Lamports (buy only) |
| holdings_percentage | integer | – | Bps (sell only, 10000=100%) |
| slippage | integer | – | – |
| token_address | string | yes | – |
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
cancel_order ~32
Cancel an active limit or trailing order.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
check_order ~35
Check the status of a specific order by order_id.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
connection_status ~25
Return live WS connection state for a wallet.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
extend_order ~49
Extend an order's expiry. expiry_hours is the new total (1–336).
| Name | Type | Req | Description |
|---|---|---|---|
| expiry_hours | integer | yes | – |
| order_id | string | yes | – |
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
get_fill_log ~34
Return all order_filled events received since process start (capped at 200).
| Name | Type | Req | Description |
|---|---|---|---|
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| token_address | string | yes | – |
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
get_holdings ~35
Scan SPL token holdings for a Solana wallet. Slow — up to 100s.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| tokens | string | yes | Comma-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.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | – |
| expiry_hours | integer | – | – |
| holdings_percentage | integer | – | – |
| slippage | integer | – | – |
| target | integer | yes | – |
| token_address | string | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | – |
| expiry_hours | integer | – | – |
| holdings_percentage | integer | – | – |
| slippage | integer | – | – |
| target | integer | yes | – |
| token_address | string | yes | – |
| trail | integer | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | Lamports (buy) or raw token units (sell) |
| duration | integer | yes | – |
| expiry_hours | integer | – | – |
| frequency | integer | yes | – |
| holdings_percentage | integer | – | Sell only: bps |
| slippage | integer | – | – |
| target | integer | yes | – |
| token_address | string | yes | – |
| trail | integer | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | Lamports (buy) or raw token units (sell) |
| duration | integer | yes | – |
| expiry_hours | integer | – | – |
| frequency | integer | yes | – |
| holdings_percentage | integer | – | Sell only: bps |
| slippage | integer | – | – |
| target | integer | yes | Target mcap bps vs entry |
| token_address | string | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | – |
| expiry_hours | integer | – | – |
| holdings_percentage | integer | – | – |
| slippage | integer | – | – |
| token_address | string | yes | – |
| trail | integer | yes | – |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | Lamports (buy) or raw token units (sell) |
| duration | integer | yes | – |
| expiry_hours | integer | – | – |
| frequency | integer | yes | – |
| holdings_percentage | integer | – | Sell only: bps |
| slippage | integer | – | – |
| token_address | string | yes | – |
| trail | integer | yes | Trail bps |
| wallet_address | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | integer | – | Total lamports (buy) or raw token units (sell) |
| duration | integer | yes | Total run time in seconds (max 30 days) |
| frequency | integer | yes | Number of executions |
| holdings_percentage | integer | – | Sell only: bps of holdings at creation |
| slippage | integer | – | – |
| token_address | string | yes | – |
| wallet_address | string | yes | – |
No output schema declared.
No examples provided.
submit_signed_swap ~36
Submit a base64-encoded signed Solana transaction via MEV-protected lane.
| Name | Type | Req | Description |
|---|---|---|---|
| signed_tx_base64 | string | yes | – |
No output schema declared.
No examples provided.