Codex CCXT MCP

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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

BINANCE_API_KEY
Secret

Optional Binance API key for private account data and explicitly enabled trading.

BINANCE_API_SECRET
Secret

Optional Binance API secret.

CCXT_EXCHANGE_ID
Default:binance

CCXT exchange identifier.

CCXT_DEFAULT_TYPE
Default:future

Default CCXT market type.

CCXT_SANDBOX
Default:false

Use the exchange sandbox when supported.

CCXT_ENABLE_TRADING
Default:false

Explicit live-trading permission gate. Keep false for read-only and dry-run use.

CCXT_DRY_RUN
Default:true

Return simulated results for mutating tools instead of sending exchange actions.