Home › Finance › trade-router-mcp
trade-router-mcp
Non-custodial Solana swap & limit order engine for AI agents.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.13)
npx -y @traderouter/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"trade-router-mcp": {
"command": "npx",
"args": [
"-y",
"@traderouter/[email protected]"
],
"env": {
"TRADEROUTER_PRIVATE_KEY": "<YOUR_VALUE>",
"SOLANA_RPC_URL": "<YOUR_VALUE>",
"TRADEROUTER_SERVER_PUBKEY": "<YOUR_VALUE>",
"TRADEROUTER_SERVER_PUBKEY_NEXT": "<YOUR_VALUE>",
"TRADEROUTER_REQUIRE_SERVER_SIGNATURE": "<YOUR_VALUE>",
"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE": "<YOUR_VALUE>",
"TRADEROUTER_DRY_RUN": "<YOUR_VALUE>"
}
}
}
}
TRADEROUTER_PRIVATE_KEYrequired secret — Solana base58-encoded private key. Local signing only, never transmitted. See SECURITY.md.SOLANA_RPC_URL— Optional RPC endpoint override (default https://api.mainnet-beta.solana.com).TRADEROUTER_SERVER_PUBKEY— Optional override for the server public key used to verify order_filled ed25519 signatures.TRADEROUTER_SERVER_PUBKEY_NEXT— Optional second server public key accepted during key rotation.TRADEROUTER_REQUIRE_SERVER_SIGNATURE— Default 'true'. Verify server signatures on order_filled / twap_execution.TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE— Default 'true'. Verify server signatures on order_created.TRADEROUTER_DRY_RUN— Default 'false'. When 'true', write-action tools (submit_signed_swap, auto_swap, place_*_order, cancel_order, extend_order) short-circuit and return { dry_run: true, ... } instead of calling the API. Read-only tools execute normally.
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.TradeRouter/trade-router-mcp
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry