
Trade Router Mcp
Let coding agents execute non-custodial Solana swaps and limit orders via MCP with local key signing and verifiable server signatures on fills.
Overview
ai.traderouter/trade-router-mcp is a MCP server for the Build phase that provides non-custodial Solana swap and limit-order tools for AI agents over stdio.
What is this MCP server?
- npm @traderouter/trade-router-mcp v1.0.13 with stdio transport
- Non-custodial Solana swap and limit order engine designed for AI agents
- TRADEROUTER_PRIVATE_KEY signs locally in base58; key never transmitted per catalog copy
- Optional SOLANA_RPC_URL override; default mainnet-beta public RPC
- Server signature verification on order_filled and twap_execution with rotation-friendly pubkey env vars
- npm package version 1.0.13
- Default RPC: https://api.mainnet-beta.solana.com unless SOLANA_RPC_URL set
- TRADEROUTER_REQUIRE_SERVER_SIGNATURE documented as default true
Community signal: 2 GitHub stars.
What problem does it solve?
You are building an agent that must swap or place Solana limit orders without giving a third party custody of keys or opaque signing.
Who is it for?
Indie builders shipping Solana agent integrations who accept mainnet key risk and want MCP-native swap and limit-order APIs.
Skip if: Non-crypto products, beginners without key-management discipline, or teams that refuse local private keys in dev environments.
What do I get? / Deliverables
After configuring local private-key env vars and RPC, your agent calls Trade Router MCP tools to route trades with optional verified fill signatures.
- Stdio MCP server exposing Solana swap and limit-order tools
- Configurable RPC and server-signature verification for fill events
Recommended MCP Servers
Journey fit
Trade Router is financial agent infrastructure you integrate while building crypto or trading-adjacent agent products, not a generic ship-phase security audit tool. Swap and limit-order MCP tools are external protocol integrations that belong on the integrations subphase shelf for build.
How it compares
On-chain finance MCP integration with local signing, not a portfolio analytics skill or custodial exchange API.
Common Questions / FAQ
Who is ai.traderouter/trade-router-mcp for?
Solo developers wiring Claude Code or Cursor agents to non-custodial Solana trading flows with explicit local key configuration.
When should I use ai.traderouter/trade-router-mcp?
Use it during build integrations when your agent product needs swap or limit-order execution on Solana mainnet or custom RPC endpoints.
How do I add ai.traderouter/trade-router-mcp to my agent?
Install @traderouter/trade-router-mcp (1.0.13), set TRADEROUTER_PRIVATE_KEY and optional SOLANA_RPC_URL and signature env vars, then add the package’s stdio MCP command to your client.