← Back to Plugins
MCP Server MCP

Codex CCXT MCP

github By github 👁 1 views ▲ 0 votes

Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools.

Homepage Verified source GitHub

Install

oci:ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Binance API key for private account data and explicitly enabled trading.",
          "isSecret": true,
          "name": "BINANCE_API_KEY"
        },
        {
          "description": "Optional Binance API secret.",
          "isSecret": true,
          "name": "BINANCE_API_SECRET"
        },
        {
          "description": "CCXT exchange identifier.",
          "default": "binance",
          "name": "CCXT_EXCHANGE_ID"
        },
        {
          "description": "Default CCXT market type.",
          "default": "future",
          "name": "CCXT_DEFAULT_TYPE"
        },
        {
          "description": "Use the exchange sandbox when supported.",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CCXT_SANDBOX"
        },
        {
          "description": "Explicit live-trading permission gate. Keep false for read-only and dry-run use.",
          "default": "false",
          "choices": [
            "false",
            "true"
          ],
          "name": "CCXT_ENABLE_TRADING"
        },
        {
          "description": "Return simulated results for mutating tools instead of sending exchange actions.",
          "default": "true",
          "choices": [
            "true",
            "false"
          ],
          "name": "CCXT_DRY_RUN"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...