← Back to Plugins
MCP Server MCP

xRocket Exchange MCP

github By github 👁 1 views ▲ 0 votes

Live xRocket prices, spreads, order books, trades, candles, fees, and snapshots for AI clients

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://xrocket-mcp-production.up.railway.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "xrocket-mcp",
      "version": "0.4.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tool catalog: public, private-read, or full",
          "default": "public",
          "choices": [
            "public",
            "private-read",
            "full"
          ],
          "name": "XROCKET_PROFILE"
        },
        {
          "description": "Official xRocket environment",
          "default": "mainnet",
          "choices": [
            "testnet",
            "mainnet"
          ],
          "name": "XROCKET_ENVIRONMENT"
        },
        {
          "description": "xRocket bearer token required for private profiles",
          "isSecret": true,
          "name": "XROCKET_API_TOKEN"
        },
        {
          "description": "Allow guarded order and cancel execution in full profile",
          "format": "boolean",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "XROCKET_ENABLE_TRADING"
        },
        {
          "description": "Allow guarded internal funding/trading transfers in full profile",
          "format": "boolean",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "XROCKET_ENABLE_TRANSFERS"
        },
        {
          "description": "Allow guarded blockchain withdrawals in full profile",
          "format": "boolean",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "XROCKET_ENABLE_WITHDRAWALS"
        },
        {
          "description": "Additional explicit gate for every mainnet financial write",
          "format": "boolean",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "XROCKET_ALLOW_MAINNET_WRITES"
        },
        {
          "description": "Optional lifetime in milliseconds for prepared approvals",
          "format": "number",
          "placeholder": "300000",
          "name": "XROCKET_APPROVAL_TTL_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...