Non-custodial Solana swap & limit order engine for AI agents.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@traderouter/trade-router-mcp · npm · 1.0.13
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.traderouter/trade-router-mcp",
"description": "Non-custodial Solana swap & limit order engine for AI agents.",
"repository": {
"url": "https://github.com/TradeRouter/trade-router-mcp",
"source": "github"
},
"version": "1.0.13",
"packages": [
{
"registryType": "npm",
"identifier": "@traderouter/trade-router-mcp",
"version": "1.0.13",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Solana base58-encoded private key. Local signing only, never transmitted. See SECURITY.md.",
"isRequired": true,
"isSecret": true,
"name": "TRADEROUTER_PRIVATE_KEY"
},
{
"description": "Optional RPC endpoint override (default https://api.mainnet-beta.solana.com).",
"name": "SOLANA_RPC_URL"
},
{
"description": "Optional override for the server public key used to verify order_filled ed25519 signatures.",
"name": "TRADEROUTER_SERVER_PUBKEY"
},
{
"description": "Optional second server public key accepted during key rotation.",
"name": "TRADEROUTER_SERVER_PUBKEY_NEXT"
},
{
"description": "Default 'true'. Verify server signatures on order_filled / twap_execution.",
"name": "TRADEROUTER_REQUIRE_SERVER_SIGNATURE"
},
{
"description": "Default 'true'. Verify server signatures on order_created.",
"name": "TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE"
},
{
"description": "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.",
"name": "TRADEROUTER_DRY_RUN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-04-27T08:26:46.822524Z",
"publishedAt": "2026-04-27T08:26:46.822524Z",
"updatedAt": "2026-04-27T08:26:46.822524Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.13last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.