Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Codex CCXT MCP

OCI · GHCR.IO/LUCYFOX199818-COLLAB/CCXT-MCP:0.1.0 · SCANNED SEP 20

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

0 this week 41 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: no license is declared. See how to fix → Fail
  • Actively maintained (last published 103 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability53
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 5261 tokens (~52/item across 101 items; 101 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ccxt_fetch_deposit_withdraw_fees" implies "withdraw" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 101 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Codex CCXT MCP server?

Codex CCXT MCP runs locally as a container image, launched with docker run --rm -i ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

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

# add to Claude Code
claude mcp add lucyfox199818-collab-ccxt-mcp -- docker run --rm -i ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0
// .cursor/mcp.json
{
  "mcpServers": {
    "lucyfox199818-collab-ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lucyfox199818-collab-ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add lucyfox199818-collab-ccxt-mcp -- docker run --rm -i ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lucyfox199818-collab-ccxt-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  lucyfox199818-collab-ccxt-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lucyfox199818-collab-ccxt-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "lucyfox199818-collab-ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −1
    • Security disclosure: pass → unverified functional
  • 19 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +2
    • Security disclosure: unverified → pass functional
  • 13 Sept 26 −1
    • Security disclosure: pass → unverified functional
  • 12 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 101 exposed · ~5,261 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ccxt_add_margin ~47

Call exchange.addMargin(symbol, amount, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
symbolstringyes

No output schema declared.

No examples provided.

ccxt_call ~44

Call any existing method on the configured CCXT exchange. Mutating methods are subject to the trading gate.

NameTypeReqDescription
argsarray
methodstringyes

No output schema declared.

No examples provided.

ccxt_cancel_algo_order ~49

Call Binance Futures fapiPrivateDeleteAlgoOrder(params) for conditional protection orders.

NameTypeReqDescription
algoIdstringyes
paramsobject
symbolstringyes

No output schema declared.

No examples provided.

ccxt_cancel_all_algo_orders ~43

Call Binance Futures fapiPrivateDeleteAlgoOpenOrders(params) for conditional protection orders.

NameTypeReqDescription
paramsobject
symbolstringyes

No output schema declared.

No examples provided.

ccxt_cancel_all_orders ~40

Call exchange.cancelAllOrders(symbol, params), subject to the trading gate.

NameTypeReqDescription
paramsobject
symbolstring

No output schema declared.

No examples provided.

ccxt_cancel_all_orders_after ~42

Call exchange.cancelAllOrdersAfter(timeout, params), subject to the trading gate.

NameTypeReqDescription
paramsobject
timeoutintegeryes

No output schema declared.

No examples provided.

ccxt_cancel_order ~47

Call exchange.cancelOrder(id, symbol, params), subject to the trading gate.

NameTypeReqDescription
idstringyes
paramsobject
symbolstring

No output schema declared.

No examples provided.

ccxt_cancel_orders ~47

Call exchange.cancelOrders(ids, symbol, params), subject to the trading gate.

NameTypeReqDescription
idsarrayyes
paramsobject
symbolstring

No output schema declared.

No examples provided.

ccxt_cancel_orders_for_symbols ~43

Call exchange.cancelOrdersForSymbols(orders, params), subject to the trading gate.

NameTypeReqDescription
ordersarrayyes
paramsobject

No output schema declared.

No examples provided.

ccxt_create_limit_order ~67

Call exchange.createLimitOrder(symbol, side, amount, price, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumberyes
sidestringyes
symbolstringyes

No output schema declared.

No examples provided.

ccxt_create_market_order ~67

Call exchange.createMarketOrder(symbol, side, amount, price, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes

No output schema declared.

No examples provided.

ccxt_create_order ~74

Call exchange.createOrder(symbol, type, side, amount, price, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_order_with_take_profit_and_stop_loss ~108

Call exchange.createOrderWithTakeProfitAndStopLoss(symbol, type, side, amount, price, takeProfit, stopLoss, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
stopLossnumber
symbolstringyes
takeProfitnumber
typestringyes

No output schema declared.

No examples provided.

ccxt_create_orders ~39

Call exchange.createOrders(orders, params), subject to the trading gate.

NameTypeReqDescription
ordersarrayyes
paramsobject

No output schema declared.

No examples provided.

ccxt_create_post_only_order ~78

Call exchange.createPostOnlyOrder(symbol, type, side, amount, price, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_protected_futures_entry ~96

Create a Binance USDT-M protected entry by submitting close-position stop-loss and take-profit algo orders before the entry order.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
stopLossnumberyes
symbolstringyes
takeProfitnumberyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_reduce_only_order ~78

Call exchange.createReduceOnlyOrder(symbol, type, side, amount, price, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_stop_limit_order ~80

Call exchange.createStopLimitOrder(symbol, side, amount, price, triggerPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumberyes
sidestringyes
symbolstringyes
triggerPricenumberyes

No output schema declared.

No examples provided.

ccxt_create_stop_loss_order ~91

Call exchange.createStopLossOrder(symbol, type, side, amount, price, stopLossPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
stopLossPricenumberyes
symbolstringyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_stop_market_order ~71

Call exchange.createStopMarketOrder(symbol, side, amount, triggerPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
sidestringyes
symbolstringyes
triggerPricenumberyes

No output schema declared.

No examples provided.

ccxt_create_stop_order ~87

Call exchange.createStopOrder(symbol, type, side, amount, price, triggerPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
triggerPricenumberyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_take_profit_order ~91

Call exchange.createTakeProfitOrder(symbol, type, side, amount, price, takeProfitPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
takeProfitPricenumberyes
typestringyes

No output schema declared.

No examples provided.

ccxt_create_trailing_amount_order ~103

Call exchange.createTrailingAmountOrder(symbol, type, side, amount, price, trailingAmount, trailingTriggerPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
trailingAmountnumberyes
trailingTriggerPricenumber
typestringyes

No output schema declared.

No examples provided.

ccxt_create_trailing_percent_order ~103

Call exchange.createTrailingPercentOrder(symbol, type, side, amount, price, trailingPercent, trailingTriggerPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
trailingPercentnumberyes
trailingTriggerPricenumber
typestringyes

No output schema declared.

No examples provided.

ccxt_create_trigger_order ~87

Call exchange.createTriggerOrder(symbol, type, side, amount, price, triggerPrice, params), subject to the trading gate.

NameTypeReqDescription
amountnumberyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
triggerPricenumberyes
typestringyes

No output schema declared.

No examples provided.

ccxt_edit_order ~83

Call exchange.editOrder(id, symbol, type, side, amount, price, params), subject to the trading gate.

NameTypeReqDescription
amountnumber
idstringyes
paramsobject
pricenumber
sidestringyes
symbolstringyes
typestringyes

No output schema declared.

No examples provided.

ccxt_edit_orders ~39

Call exchange.editOrders(orders, params), subject to the trading gate.

NameTypeReqDescription
ordersarrayyes
paramsobject

No output schema declared.

No examples provided.

ccxt_exchange_info ~20

Return metadata and capability flags for the configured exchange.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ccxt_fetch_accounts ~23

Call exchange.fetchAccounts(params).

NameTypeReqDescription
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_balance ~28

Call exchange.fetchBalance(params). Requires valid API credentials.

NameTypeReqDescription
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_binance_derivatives_sentiment ~82

Fetch free Binance futures data endpoints for open-interest history, global/top long-short ratios, and taker buy/sell volume.

NameTypeReqDescription
endTime
limitinteger
paramsobject
periodstring
startTimeinteger
symbolstringyes

No output schema declared.

No examples provided.

ccxt_fetch_binance_global_long_short_account_ratio ~72

Call Binance futures fapiDataGetGlobalLongShortAccountRatio(params).

NameTypeReqDescription
endTime
limitinteger
paramsobject
periodstring
startTimeinteger
symbolstringyes

No output schema declared.

No examples provided.

ccxt_fetch_binance_open_interest_hist ~68

Call Binance futures fapiDataGetOpenInterestHist(params).

NameTypeReqDescription
endTime
limitinteger
paramsobject
periodstring
startTimeinteger
symbolstringyes

No output schema declared.

No examples provided.

ccxt_fetch_binance_taker_long_short_ratio ~72

Call Binance futures fapiDataGetTakerlongshortRatio(params).

NameTypeReqDescription
endTime
limitinteger
paramsobject
periodstring
startTimeinteger
symbolstringyes

No output schema declared.

No examples provided.

ccxt_fetch_binance_top_long_short_account_ratio ~72

Call Binance futures fapiDataGetTopLongShortAccountRatio(params).

NameTypeReqDescription
endTime
limitinteger
paramsobject
periodstring
startTimeinteger
symbolstringyes

No output schema declared.

No examples provided.

ccxt_fetch_binance_top_long_short_position_ratio ~72

Call Binance futures fapiDataGetTopLongShortPositionRatio(params).

NameTypeReqDescription
endTime
limitinteger
paramsobject
periodstring
startTimeinteger
symbolstringyes

No output schema declared.

No examples provided.

ccxt_fetch_borrow_interest ~62

Call exchange.fetchBorrowInterest(code, symbol, since, limit, params).

NameTypeReqDescription
codestring
limitinteger
paramsobject
sinceinteger
symbolstring

No output schema declared.

No examples provided.

ccxt_fetch_canceled_and_closed_orders ~57

Call exchange.fetchCanceledAndClosedOrders(symbol, since, limit, params).

NameTypeReqDescription
limitinteger
paramsobject
sinceinteger
symbolstring

No output schema declared.

No examples provided.

ccxt_fetch_canceled_orders ~53

Call exchange.fetchCanceledOrders(symbol, since, limit, params).

NameTypeReqDescription
limitinteger
paramsobject
sinceinteger
symbolstring

No output schema declared.

No examples provided.

ccxt_fetch_closed_orders ~52

Call exchange.fetchClosedOrders(symbol, since, limit, params).

NameTypeReqDescription
limitinteger
paramsobject
sinceinteger
symbolstring

No output schema declared.

No examples provided.

ccxt_fetch_currencies ~24

Call exchange.fetchCurrencies(params).

NameTypeReqDescription
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_deposit_address ~35

Call exchange.fetchDepositAddress(code, params).

NameTypeReqDescription
codestringyes
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_deposit_addresses ~36

Call exchange.fetchDepositAddresses(codes, params).

NameTypeReqDescription
codesarray
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_deposit_addresses_by_network ~39

Call exchange.fetchDepositAddressesByNetwork(code, params).

NameTypeReqDescription
codestringyes
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_deposit_withdraw_fee ~38

Call exchange.fetchDepositWithdrawFee(code, params).

NameTypeReqDescription
codestringyes
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_deposit_withdraw_fees ~40

Call exchange.fetchDepositWithdrawFees(codes, params).

NameTypeReqDescription
codesarray
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_deposits ~53

Call exchange.fetchDeposits(code, since, limit, params).

NameTypeReqDescription
codestring
limitinteger
paramsobject
sinceinteger

No output schema declared.

No examples provided.

ccxt_fetch_deposits_withdrawals ~58

Call exchange.fetchDepositsWithdrawals(code, since, limit, params).

NameTypeReqDescription
codestring
limitinteger
paramsobject
sinceinteger

No output schema declared.

No examples provided.

ccxt_fetch_free_balance ~25

Call exchange.fetchFreeBalance(params).

NameTypeReqDescription
paramsobject

No output schema declared.

No examples provided.

ccxt_fetch_funding_history ~53

Call exchange.fetchFundingHistory(symbol, since, limit, params).

NameTypeReqDescription
limitinteger
paramsobject
sinceinteger
symbolstring

No output schema declared.

No examples provided.

Common questions

What is the Codex CCXT MCP server?

Codex CCXT MCP is listed in the public MCP registry as io.github.lucyfox199818-collab/ccxt-mcp. Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools. This page covers its container image (ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0).

Is the Codex CCXT MCP server safe to use?

Codex CCXT MCP scores 41 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Codex CCXT MCP server expose?

Codex CCXT MCP exposes 101 tools: ccxt_get_config, ccxt_list_exchanges, ccxt_exchange_info, ccxt_proxy_ip, ccxt_load_markets, and 96 more. Their descriptions and schemas cost roughly 5,261 tokens of context every time the server is loaded.

Is the Codex CCXT MCP server still maintained?

Codex CCXT MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.