High-performance CCXT MCP server for cryptocurrency exchange integration
| Tool name | Description | Destructive? |
|---|---|---|
| cache-stats | ✓ no | |
| clear-cache | ✓ no | |
| set-log-level | ✓ no | |
| account-balance | ✓ no | |
| place-market-order | ✓ no |
| set-leverage | ✓ no | |
| set-margin-mode | ✓ no | |
| place-futures-market-order | ✓ no | |
| get-proxy-config | ✓ no | |
| set-proxy-config | ✓ no | |
| test-proxy-connection | ✓ no | |
| clear-exchange-cache | ✓ no | |
| set-market-type | ✓ no | |
| list-exchanges | ✓ no | |
| get-ticker | ✓ no | |
| batch-get-tickers | ✓ no | |
| get-orderbook | ✓ no | |
| get-ohlcv | ✓ no | |
| get-trades | ✓ no | |
| get-markets | ✓ no | |
| get-exchange-info | ✓ no | |
| get-leverage-tiers | ✓ no | |
| get-funding-rates | ✓ no | |
| get-market-types | ✓ no |
{
"mcpServers": {
"mcpfunmcp-ccxt": {
"command": "npx",
"args": [
"-y",
"@mcpfun/mcp-server-ccxt"
]
}
}
}