High-performance CCXT MCP server for cryptocurrency exchange integration
Tools
cache-stats
clear-cache
set-log-level
list-exchanges
get-ticker
batch-get-tickers
get-orderbook
get-ohlcv
get-trades
get-markets
get-exchange-info
get-leverage-tiers
get-funding-rates
get-market-types
account-balance
place-market-order
set-leverage
set-margin-mode
place-futures-market-order
get-proxy-config
set-proxy-config
test-proxy-connection
clear-exchange-cache
set-market-type
Server Config
{
"mcpServers": {
"ccxt": {
"command": "npx",
"args": [
"@mcpfun/mcp-server-ccxt"
],
"env": {
"DEFAULT_EXCHANGE": "binance",
"LOG_LEVEL": "info",
"USE_PROXY": "false"
},
"description": "CCXT MCP Server for cryptocurrency exchange integration"
}
}
}