Loading MCP server directory, please wait...
Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools.
npx @getmcp/cli add io.github.lucyfox199818-collab/ccxt-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.lucyfox199818-collab/ccxt-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BINANCE_API_KEY",
"-e",
"BINANCE_API_SECRET",
"-e",
"CCXT_EXCHANGE_ID",
"-e",
"CCXT_DEFAULT_TYPE",
"-e",
"CCXT_SANDBOX",
"-e",
"CCXT_ENABLE_TRADING",
"-e",
"CCXT_DRY_RUN",
"ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
],
"env": {
"BINANCE_API_KEY": "",
"BINANCE_API_SECRET": "",
"CCXT_EXCHANGE_ID": "binance",
"CCXT_DEFAULT_TYPE": "future",
"CCXT_SANDBOX": "false",
"CCXT_ENABLE_TRADING": "false",
"CCXT_DRY_RUN": "true"
}
}
}
}