
Codex CCXT MCP
Expose CCXT market, account, and derivatives data—and guarded trading tools—with dry-run as the default safety mode for agent experiments.
Overview
Codex CCXT MCP is a MCP server for the Build phase that provides 101 dry-run-first CCXT tools for markets, accounts, derivatives, and guarded trading.
What is this MCP server?
- 101 registered MCP tools (publisher metadata for codex-binance-agent)
- Default safety mode dry-run before live trading
- Market, account, derivatives, and guarded trading tool families
- CCXT exchange config via CCXT_EXCHANGE_ID (default binance) and CCXT_DEFAULT_TYPE (default future)
- OCI image ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0 plus optional BINANCE_API_KEY/SECRET
- 101 registered tools (registry publisher metadata)
- defaultSafetyMode dry-run
- Server version 0.1.0
What problem does it solve?
You want your coding agent to inspect exchange state and test trading flows, but raw CCXT scripts are risky and tedious to maintain.
Who is it for?
Experienced solo builders building trading agents, dashboards, or Binance/CCXT automations who demand dry-run defaults.
Skip if: Beginners seeking investment advice or anyone who needs a small, audited subset of trading tools without derivatives complexity.
What do I get? / Deliverables
You get a large MCP tool surface with dry-run as default and optional keys only when you choose live Binance or other CCXT exchanges.
- Access to 101 CCXT-oriented MCP tools with dry-run default
- Configurable exchange and default market type via environment variables
- Agent-callable market, account, and derivatives operations
Recommended MCP Servers
Journey fit
Exchange connectivity belongs in Build when you integrate trading bots, dashboards, or agent strategies—not in idea-only research. This server is a thick MCP wrapper around CCXT and exchange keys—core backend/agent-tooling integration work.
How it compares
Broad CCXT MCP integration with 101 tools, not a single-purpose price ticker skill.
Common Questions / FAQ
Who is Codex CCXT MCP for?
Developers shipping agent or CLI trading tooling on CCXT—especially Binance futures—who want dry-run-first MCP access to markets and accounts.
When should I use Codex CCXT MCP?
Use it during Build integrations while you prototype strategies, read positions, and only later opt into live trading with API keys.
How do I add Codex CCXT MCP to my agent?
Run the OCI image ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0 or equivalent stdio setup, set CCXT_EXCHANGE_ID and CCXT_DEFAULT_TYPE, and add BINANCE_API_KEY/SECRET only when needed.