Codex CCXT MCP

113 tools. 34 can modify or destroy data without limits.

22 destructive tools with no built-in limits. Policy required.

Last updated:

34 can modify or destroy data
79 read-only
113 tools total

Community server · catalogue entry checked 07/07/2026

How to control Codex CCXT MCP ↓

What Codex CCXT MCP exposes to your agents

Read (79) Write / Execute (12) Destructive / Financial (22)
Critical Risk

The most dangerous Codex CCXT MCP tools

34 of Codex CCXT MCP's 113 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Codex CCXT MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Codex CCXT MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "ccxt_add_margin": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "ccxt_cancel_algo_order": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "ccxt_create_limit_order": {
    "limits": [
      {
        "counter": "ccxt_create_limit_order_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "audit_analyze_cycles": {
    "limits": [
      {
        "counter": "audit_analyze_cycles_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Codex CCXT MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON CODEX CCXT →

Instant setup, no code required.

All 113 Codex CCXT MCP tools

FINANCIAL 18 tools
Financial ccxt_add_margin Call exchange.addMargin(symbol, amount, params), subject to the trading gate. Financial ccxt_create_order Call exchange.createOrder(symbol, type, side, amount, price, params), subject to the trading gate. Financial ccxt_create_order_with_take_profit_and_stop_loss Call exchange.createOrderWithTakeProfitAndStopLoss(symbol, type, side, amount, price, takeProfit, stopLoss, pa Financial ccxt_create_orders Call exchange.createOrders(orders, params), subject to the trading gate. Financial ccxt_create_post_only_order Call exchange.createPostOnlyOrder(symbol, type, side, amount, price, params), subject to the trading gate. Financial ccxt_create_protected_futures_entry Create a Binance USDT-M protected entry by submitting close-position stop-loss and take-profit algo orders bef Financial ccxt_create_reduce_only_order Call exchange.createReduceOnlyOrder(symbol, type, side, amount, price, params), subject to the trading gate. Financial ccxt_create_stop_limit_order Call exchange.createStopLimitOrder(symbol, side, amount, price, triggerPrice, params), subject to the trading Financial ccxt_create_stop_loss_order Call exchange.createStopLossOrder(symbol, type, side, amount, price, stopLossPrice, params), subject to the tr Financial ccxt_create_stop_market_order Call exchange.createStopMarketOrder(symbol, side, amount, triggerPrice, params), subject to the trading gate. Financial ccxt_create_stop_order Call exchange.createStopOrder(symbol, type, side, amount, price, triggerPrice, params), subject to the trading Financial ccxt_create_take_profit_order Call exchange.createTakeProfitOrder(symbol, type, side, amount, price, takeProfitPrice, params), subject to th Financial ccxt_create_trailing_amount_order Call exchange.createTrailingAmountOrder(symbol, type, side, amount, price, trailingAmount, trailingTriggerPric Financial ccxt_create_trailing_percent_order Call exchange.createTrailingPercentOrder(symbol, type, side, amount, price, trailingPercent, trailingTriggerPr Financial ccxt_create_trigger_order Call exchange.createTriggerOrder(symbol, type, side, amount, price, triggerPrice, params), subject to the trad Financial ccxt_reduce_margin Call exchange.reduceMargin(symbol, amount, params), subject to the trading gate. Financial ccxt_transfer Call exchange.transfer(code, amount, fromAccount, toAccount, params), subject to the trading gate. Financial ccxt_withdraw Call exchange.withdraw(code, amount, address, tag, params), subject to the trading gate.
READ 79 tools
Read audit_analyze_cycles Read local audit data and return cycle/event/symbol coverage statistics. Read-only. Read audit_analyze_trading_decisions Aggregate CTA, risk gate, execution skip, and execution event patterns from local audit data. Read-only. Read audit_get_cycle_digest Return a compact read-only digest for one audit cycle, with optional final summary payload. Read ccxt_exchange_info Return metadata and capability flags for the configured exchange. Read ccxt_fetch_accounts Call exchange.fetchAccounts(params). Read ccxt_fetch_balance Call exchange.fetchBalance(params). Requires valid API credentials. Read ccxt_fetch_binance_derivatives_sentiment Fetch free Binance futures data endpoints for open-interest history, global/top long-short ratios, and taker b Read ccxt_fetch_binance_global_long_short_account_ratio Call Binance futures fapiDataGetGlobalLongShortAccountRatio(params). Read ccxt_fetch_binance_open_interest_hist Call Binance futures fapiDataGetOpenInterestHist(params). Read ccxt_fetch_binance_taker_long_short_ratio Call Binance futures fapiDataGetTakerlongshortRatio(params). Read ccxt_fetch_binance_top_long_short_account_ratio Call Binance futures fapiDataGetTopLongShortAccountRatio(params). Read ccxt_fetch_binance_top_long_short_position_ratio Call Binance futures fapiDataGetTopLongShortPositionRatio(params). Read ccxt_fetch_borrow_interest Call exchange.fetchBorrowInterest(code, symbol, since, limit, params). Read ccxt_fetch_canceled_and_closed_orders Call exchange.fetchCanceledAndClosedOrders(symbol, since, limit, params). Read ccxt_fetch_canceled_orders Call exchange.fetchCanceledOrders(symbol, since, limit, params). Read ccxt_fetch_closed_orders Call exchange.fetchClosedOrders(symbol, since, limit, params). Read ccxt_fetch_currencies Call exchange.fetchCurrencies(params). Read ccxt_fetch_deposit_address Call exchange.fetchDepositAddress(code, params). Read ccxt_fetch_deposit_addresses Call exchange.fetchDepositAddresses(codes, params). Read ccxt_fetch_deposit_addresses_by_network Call exchange.fetchDepositAddressesByNetwork(code, params). Read ccxt_fetch_deposit_withdraw_fee Call exchange.fetchDepositWithdrawFee(code, params). Read ccxt_fetch_deposit_withdraw_fees Call exchange.fetchDepositWithdrawFees(codes, params). Read ccxt_fetch_deposits Call exchange.fetchDeposits(code, since, limit, params). Read ccxt_fetch_deposits_withdrawals Call exchange.fetchDepositsWithdrawals(code, since, limit, params). Read ccxt_fetch_free_balance Call exchange.fetchFreeBalance(params). Read ccxt_fetch_funding_history Call exchange.fetchFundingHistory(symbol, since, limit, params). Read ccxt_fetch_funding_rate Call exchange.fetchFundingRate(symbol, params). Read ccxt_fetch_funding_rate_history Call exchange.fetchFundingRateHistory(symbol, since, limit, params). Read ccxt_fetch_funding_rates Call exchange.fetchFundingRates(symbols, params). Read ccxt_fetch_index_ohlcv Call exchange.fetchIndexOHLCV(symbol, timeframe, since, limit, params). Read ccxt_fetch_ledger Call exchange.fetchLedger(code, since, limit, params). Read ccxt_fetch_ledger_entry Call exchange.fetchLedgerEntry(id, code, params). Read ccxt_fetch_leverage Call exchange.fetchLeverage(symbol, params). Read ccxt_fetch_leverage_tiers Call exchange.fetchLeverageTiers(symbols, params). Read ccxt_fetch_leverages Call exchange.fetchLeverages(symbols, params). Read ccxt_fetch_mark_ohlcv Call exchange.fetchMarkOHLCV(symbol, timeframe, since, limit, params). Read ccxt_fetch_mark_price Call exchange.fetchMarkPrice(symbol, params). Read ccxt_fetch_mark_prices Call exchange.fetchMarkPrices(symbols, params). Read ccxt_fetch_market_leverage_tiers Call exchange.fetchMarketLeverageTiers(symbol, params). Read ccxt_fetch_my_trades Call exchange.fetchMyTrades(symbol, since, limit, params). Read ccxt_fetch_ohlcv Call exchange.fetchOHLCV(symbol, timeframe, since, limit, params). Read ccxt_fetch_open_algo_orders Call Binance Futures fapiPrivateGetOpenAlgoOrders(params) for conditional protection orders. Read ccxt_fetch_open_interest Call exchange.fetchOpenInterest(symbol, params). Read ccxt_fetch_open_interest_history Call exchange.fetchOpenInterestHistory(symbol, timeframe, since, limit, params). Read ccxt_fetch_open_interests Call exchange.fetchOpenInterests(symbols, params). Read ccxt_fetch_open_orders Call exchange.fetchOpenOrders(symbol, since, limit, params). Read ccxt_fetch_order Call exchange.fetchOrder(id, symbol, params). Read ccxt_fetch_order_book Call exchange.fetchOrderBook(symbol, limit, params). Read ccxt_fetch_order_trades Call exchange.fetchOrderTrades(id, symbol, since, limit, params). Read ccxt_fetch_orders Call exchange.fetchOrders(symbol, since, limit, params). Read ccxt_fetch_positions Call exchange.fetchPositions(symbols, params). Read ccxt_fetch_positions_for_symbol Call exchange.fetchPositionsForSymbol(symbol, params). Read ccxt_fetch_positions_history Call exchange.fetchPositionsHistory(symbols, since, limit, params). Read ccxt_fetch_positions_risk Call exchange.fetchPositionsRisk(symbols, params). Read ccxt_fetch_premium_index_ohlcv Call exchange.fetchPremiumIndexOHLCV(symbol, timeframe, since, limit, params). Read ccxt_fetch_status Call exchange.fetchStatus(params). Read ccxt_fetch_ticker Call exchange.fetchTicker(symbol, params). Read ccxt_fetch_ticker_summary Load markets and fetch tickers, then return compact long/short/liquidity rankings instead of the full ticker p Read ccxt_fetch_tickers Call exchange.fetchTickers(symbols, params). Omit symbols for exchange default. Read ccxt_fetch_time Call exchange.fetchTime(params). Read ccxt_fetch_total_balance Call exchange.fetchTotalBalance(params). Read ccxt_fetch_trades Call exchange.fetchTrades(symbol, since, limit, params). Read ccxt_fetch_trading_fee Call exchange.fetchTradingFee(symbol, params). Read ccxt_fetch_trading_fees Call exchange.fetchTradingFees(params). Read ccxt_fetch_used_balance Call exchange.fetchUsedBalance(params). Read ccxt_fetch_withdrawals Call exchange.fetchWithdrawals(code, since, limit, params). Read ccxt_get_config Return non-secret server configuration, including trading gate and proxy presence. Read ccxt_list_exchanges List exchange IDs supported by the installed CCXT package. Read ccxt_load_markets Call exchange.loadMarkets(reload, params). Read ccxt_proxy_ip Fetch the configured IP check URL through the CCXT exchange fetch path. Read coingecko_markets Fetch CoinGecko public coin market data for market-cap, category, and sector context. Read-only. Read coingecko_search Search CoinGecko public API for coins, exchanges, categories, and NFTs. Read-only, free public endpoint. Read coingecko_trending Fetch CoinGecko public trending coins and NFTs. Read-only, free public endpoint. Read defillama_fees_overview Fetch DefiLlama public fees/revenue overview. Read-only, free public endpoint. Read defillama_prices_current Fetch DefiLlama public current token prices by coin ids, e.g. coingecko:ethereum. Read-only. Read defillama_protocol Fetch DefiLlama public historical TVL and protocol metadata by slug. Read-only, free public endpoint. Read defillama_protocols Fetch DefiLlama public protocol TVL metadata. Read-only, free public endpoint. Read defillama_stablecoins Fetch DefiLlama public stablecoin supply context. Read-only, free public endpoint. Read defillama_yields_pools Fetch DefiLlama public yield pool data. Read-only, free public endpoint.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Codex CCXT MCP

Can an AI agent move money through the Codex CCXT MCP server? +

Yes. The Codex CCXT MCP server exposes 18 financial tools including ccxt_add_margin, ccxt_create_order, ccxt_create_order_with_take_profit_and_stop_loss. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Codex CCXT MCP server? +

Yes. The Codex CCXT MCP server exposes 4 destructive tools including ccxt_cancel_algo_order, ccxt_cancel_all_algo_orders, ccxt_cancel_all_orders. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Codex CCXT MCP? +

The Codex CCXT MCP server has 6 write tools including ccxt_create_limit_order, ccxt_create_market_order, ccxt_edit_order. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Codex CCXT MCP.

How many tools does the Codex CCXT MCP server expose? +

113 tools across 4 categories: Destructive, Financial, Read, Write. 79 are read-only. 34 can modify, create, or delete data.

How do I enforce a policy on Codex CCXT MCP? +

Register the Codex CCXT MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Codex CCXT MCP tool call.

Deterministic rules across all 113 Codex CCXT MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

113 Codex CCXT MCP tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Codex CCXT's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.