← Back to Plugins
MCP Server MCP

io.github.re-bruce-wayne/trade-router-mcp

github By github 👁 1 views ▲ 0 votes

Non-custodial Solana swap & limit order engine for AI agents.

Homepage Verified source GitHub

Install

npx -y @re-bruce-wayne/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...