
Trade Router Mcp
Wire a non-custodial Solana swap and limit-order MCP so your agent can quote and sign trades locally via TradeRouter.
Overview
TradeRouter MCP is a Build-phase Finance MCP server that provides non-custodial Solana swaps and limit orders for AI agents with local key signing.
What is this MCP server?
- Non-custodial Solana swap and limit order engine aimed at AI agents
- npm @traderouter/trade-router-mcp version 1.0.9 with stdio transport
- TRADEROUTER_PRIVATE_KEY for local base58 signing—never transmitted per SECURITY.md
- Optional SOLANA_RPC_URL and server pubkey overrides for signature verification on fills
- Default TRADEROUTER_REQUIRE_SERVER_SIGNATURE true for order_filled and twap_execution events
- Package version 1.0.9
- stdio npm transport @traderouter/trade-router-mcp
- Default Solana RPC https://api.mainnet-beta.solana.com when SOLANA_RPC_URL unset
Community signal: 2 GitHub stars.
What problem does it solve?
Agents that need Solana swap and limit-order execution cannot safely paste private keys into chat—you need an MCP layer that signs locally and verifies fill signatures.
Who is it for?
Advanced solo builders prototyping Solana agent traders who accept hot-wallet risk and want TradeRouter’s MCP stdio package.
Skip if: Beginners, fiat-only SaaS founders, or teams that require fully custodial brokerage APIs without managing ed25519 keys.
What do I get? / Deliverables
After installing @traderouter/trade-router-mcp and configuring RPC and key env vars, your agent can drive TradeRouter orders with optional enforced server signature checks.
- stdio MCP bridge to TradeRouter swap and limit-order engine
- Locally signed Solana transactions without transmitting the private key
- Configurable verification for order_filled and twap_execution server signatures
Recommended MCP Servers
Journey fit
On-chain trading integrations are built when you connect agent logic to external execution infrastructure, which maps to Build rather than launch marketing or operate monitoring alone. Integrations subphase reflects MCP as a bridge between your agent runtime and TradeRouter’s Solana execution engine with local key signing.
How it compares
Non-custodial on-chain execution MCP, not macro news or ticker research like TradeOS.
Common Questions / FAQ
Who is TradeRouter MCP for?
Experienced developers building AI agents that execute Solana swaps and limit orders through TradeRouter with local signing.
When should I use TradeRouter MCP?
Use it in the Build integrations phase when you are wiring agent logic to Solana execution, after you have a security model for private keys.
How do I add TradeRouter MCP to my agent?
Install @traderouter/trade-router-mcp 1.0.9, set TRADEROUTER_PRIVATE_KEY and optional SOLANA_RPC_URL, add the stdio server to MCP config, and follow SECURITY.md for signature verification env vars.