Serversio.github.TradeRouter/trade-router-mcp
M

io.github.TradeRouter/trade-router-mcp

io.github.TradeRouter/trade-router-mcp · v1.0.9
▦ npm
v1.0.9npm npm: @traderouter/trade-router-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$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": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}