{"servers":[{"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.10","packages":[{"registryType":"npm","identifier":"@traderouter/trade-router-mcp","version":"1.0.10","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 short-circuit and return { dry_run: true, ... } instead of calling the API.","name":"TRADEROUTER_DRY_RUN"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-04-25T08:21:48.915683Z","publishedAt":"2026-04-25T08:21:48.915683Z","updatedAt":"2026-04-25T08:21:48.915683Z","isLatest":false}}},{"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.11","packages":[{"registryType":"npm","identifier":"@traderouter/trade-router-mcp","version":"1.0.11","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-25T13:49:38.429006Z","publishedAt":"2026-04-25T13:49:38.429006Z","updatedAt":"2026-04-25T13:49:38.429006Z","isLatest":false}}},{"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.12","packages":[{"registryType":"npm","identifier":"@traderouter/trade-router-mcp","version":"1.0.12","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-25T14:11:55.036983Z","publishedAt":"2026-04-25T14:11:55.036983Z","updatedAt":"2026-04-25T14:11:55.036983Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.TradeRouter/trade-router-mcp","description":"TradeRouter.ai MCP Server — Solana swap & limit order engine.","repository":{"url":"https://github.com/TradeRouter/trade-router-mcp","source":"github"},"version":"1.0.7","packages":[{"registryType":"npm","identifier":"@traderouter/trade-router-mcp","version":"1.0.7","transport":{"type":"stdio"},"environmentVariables":[{"description":"Solana wallet private key in base58 format. Required for auto-signing transactions and WebSocket authentication.","isRequired":true,"format":"string","isSecret":true,"name":"TRADEROUTER_PRIVATE_KEY"},{"description":"Solana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com if not set.","format":"string","name":"SOLANA_RPC_URL"},{"description":"TradeRouter server public key (base58) used to verify server signatures. Defaults to the hardcoded trust anchor.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional next/rotated TradeRouter server public key (base58) for key rotation support.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY_NEXT"},{"description":"Whether to require server signature verification on filled orders. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_SERVER_SIGNATURE"},{"description":"Whether to require server signature verification on order creation. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"deprecated","statusChangedAt":"2026-04-24T20:08:11.125047Z","statusMessage":"Contained leaked ephemeral publishing tokens (already revoked). Upgrade to 1.0.8.","publishedAt":"2026-03-12T04:50:33.256329Z","updatedAt":"2026-04-24T20:08:11.125047Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.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.8","packages":[{"registryType":"npm","identifier":"@traderouter/trade-router-mcp","version":"1.0.8","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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-04-24T20:07:44.739853Z","publishedAt":"2026-04-24T20:07:44.739853Z","updatedAt":"2026-04-24T20:07:44.739853Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.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.9","packages":[{"registryType":"npm","identifier":"@traderouter/trade-router-mcp","version":"1.0.9","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-25T05:21:43.032396Z","publishedAt":"2026-04-25T05:21:43.032396Z","updatedAt":"2026-04-25T05:21:43.032396Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.re-bruce-wayne/trade-router-mcp","description":"TradeRouter.ai MCP Server — Solana swap & limit order engine.","repository":{"url":"https://github.com/re-bruce-wayne/trade-router-mcp","source":"github"},"version":"1.0.2","packages":[{"registryType":"npm","identifier":"@re-bruce-wayne/trade-router-mcp","version":"1.0.2","transport":{"type":"stdio"},"environmentVariables":[{"description":"Solana wallet private key in base58 format. Required for auto-signing transactions and WebSocket authentication.","isRequired":true,"format":"string","isSecret":true,"name":"TRADEROUTER_PRIVATE_KEY"},{"description":"Solana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com if not set.","format":"string","name":"SOLANA_RPC_URL"},{"description":"TradeRouter server public key (base58) used to verify server signatures. Defaults to the hardcoded trust anchor.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional next/rotated TradeRouter server public key (base58) for key rotation support.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY_NEXT"},{"description":"Whether to require server signature verification on filled orders. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_SERVER_SIGNATURE"},{"description":"Whether to require server signature verification on order creation. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"deprecated","statusChangedAt":"2026-04-24T20:08:30.306398Z","statusMessage":"Canonical server is now io.github.TradeRouter/trade-router-mcp. npm package @traderouter/trade-router-mcp@latest.","publishedAt":"2026-02-21T04:24:11.074596Z","updatedAt":"2026-04-24T20:08:30.306398Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.re-bruce-wayne/trade-router-mcp","description":"TradeRouter.ai MCP Server — Solana swap & limit order engine.","repository":{"url":"https://github.com/re-bruce-wayne/trade-router-mcp","source":"github"},"version":"1.0.3","packages":[{"registryType":"npm","identifier":"@re-bruce-wayne/trade-router-mcp","version":"1.0.3","transport":{"type":"stdio"},"environmentVariables":[{"description":"Solana wallet private key in base58 format. Required for auto-signing transactions and WebSocket authentication.","isRequired":true,"format":"string","isSecret":true,"name":"TRADEROUTER_PRIVATE_KEY"},{"description":"Solana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com if not set.","format":"string","name":"SOLANA_RPC_URL"},{"description":"TradeRouter server public key (base58) used to verify server signatures. Defaults to the hardcoded trust anchor.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional next/rotated TradeRouter server public key (base58) for key rotation support.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY_NEXT"},{"description":"Whether to require server signature verification on filled orders. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_SERVER_SIGNATURE"},{"description":"Whether to require server signature verification on order creation. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"deprecated","statusChangedAt":"2026-04-24T20:08:30.306398Z","statusMessage":"Canonical server is now io.github.TradeRouter/trade-router-mcp. npm package @traderouter/trade-router-mcp@latest.","publishedAt":"2026-03-01T08:47:21.481671Z","updatedAt":"2026-04-24T20:08:30.306398Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.re-bruce-wayne/trade-router-mcp","description":"TradeRouter.ai MCP Server — Solana swap & limit order engine.","repository":{"url":"https://github.com/re-bruce-wayne/trade-router-mcp","source":"github"},"version":"1.0.4","packages":[{"registryType":"npm","identifier":"@re-bruce-wayne/trade-router-mcp","version":"1.0.4","transport":{"type":"stdio"},"environmentVariables":[{"description":"Solana wallet private key in base58 format. Required for auto-signing transactions and WebSocket authentication.","isRequired":true,"format":"string","isSecret":true,"name":"TRADEROUTER_PRIVATE_KEY"},{"description":"Solana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com if not set.","format":"string","name":"SOLANA_RPC_URL"},{"description":"TradeRouter server public key (base58) used to verify server signatures. Defaults to the hardcoded trust anchor.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional next/rotated TradeRouter server public key (base58) for key rotation support.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY_NEXT"},{"description":"Whether to require server signature verification on filled orders. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_SERVER_SIGNATURE"},{"description":"Whether to require server signature verification on order creation. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"deprecated","statusChangedAt":"2026-04-24T20:08:30.306398Z","statusMessage":"Canonical server is now io.github.TradeRouter/trade-router-mcp. npm package @traderouter/trade-router-mcp@latest.","publishedAt":"2026-03-05T07:15:56.222357Z","updatedAt":"2026-04-24T20:08:30.306398Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.re-bruce-wayne/trade-router-mcp","description":"TradeRouter.ai MCP Server — Solana swap & limit order engine.","repository":{"url":"https://github.com/re-bruce-wayne/trade-router-mcp","source":"github"},"version":"1.0.5","packages":[{"registryType":"npm","identifier":"@re-bruce-wayne/trade-router-mcp","version":"1.0.5","transport":{"type":"stdio"},"environmentVariables":[{"description":"Solana wallet private key in base58 format. Required for auto-signing transactions and WebSocket authentication.","isRequired":true,"format":"string","isSecret":true,"name":"TRADEROUTER_PRIVATE_KEY"},{"description":"Solana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com if not set.","format":"string","name":"SOLANA_RPC_URL"},{"description":"TradeRouter server public key (base58) used to verify server signatures. Defaults to the hardcoded trust anchor.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional next/rotated TradeRouter server public key (base58) for key rotation support.","format":"string","name":"TRADEROUTER_SERVER_PUBKEY_NEXT"},{"description":"Whether to require server signature verification on filled orders. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_SERVER_SIGNATURE"},{"description":"Whether to require server signature verification on order creation. Defaults to true.","format":"string","name":"TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"deprecated","statusChangedAt":"2026-04-24T20:08:30.306398Z","statusMessage":"Canonical server is now io.github.TradeRouter/trade-router-mcp. npm package @traderouter/trade-router-mcp@latest.","publishedAt":"2026-03-05T08:00:17.953488Z","updatedAt":"2026-04-24T20:08:30.306398Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.re-bruce-wayne/trade-router-mcp","description":"Non-custodial Solana swap & limit order engine for AI agents.","repository":{"url":"https://github.com/re-bruce-wayne/openclaw-skills","source":"github","subfolder":"trade-router"},"version":"1.0.6","packages":[{"registryType":"npm","identifier":"@re-bruce-wayne/trade-router-mcp","version":"1.0.6","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 override for the server public key used to verify order_filled ed25519 signatures.","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional API base URL override (default https://api.traderouter.ai).","name":"TRADEROUTER_BASE_URL"}]},{"registryType":"pypi","identifier":"traderouter-mcp","version":"1.0.1","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 override for the server public key used to verify order_filled ed25519 signatures.","name":"TRADEROUTER_SERVER_PUBKEY"},{"description":"Optional API base URL override (default https://api.traderouter.ai).","name":"TRADEROUTER_BASE_URL"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"deprecated","statusChangedAt":"2026-04-24T20:08:30.306398Z","statusMessage":"Canonical server is now io.github.TradeRouter/trade-router-mcp. npm package @traderouter/trade-router-mcp@latest.","publishedAt":"2026-04-24T18:33:06.808532Z","updatedAt":"2026-04-24T20:08:30.306398Z","isLatest":true}}}],"metadata":{"count":11}}
