CCXT integration for Model Context Protocol
| Tool name | Description | Destructive? |
|---|---|---|
| createOrder | ✓ no | |
| cancelOrder | ✓ no | |
| fetchOrder | ✓ no | |
| fetchOpenOrders | ✓ no | |
| fetchClosedOrders | ✓ no |
| listAccounts | ✓ no | |
| fetchBalance | ✓ no | |
| fetchDeposits | ✓ no | |
| fetchWithdrawals | ✓ no | |
| fetchMyTrades | ✓ no | |
| analyzeTradingPerformance⚠ | ⚠ yes | |
| calculateWinRate | ✓ no | |
| analyzeConsecutiveProfitLoss | ✓ no | |
| analyzePeriodicReturns | ✓ no | |
| fetchMarkets | ✓ no | |
| fetchTicker | ✓ no | |
| fetchTickers | ✓ no | |
| fetchOrderBook | ✓ no | |
| fetchTrades | ✓ no | |
| fetchOHLCV | ✓ no |
{
"mcpServers": {
"lazydinoccxt": {
"command": "npx",
"args": [
"-y",
"@lazydino/ccxt-mcp"
]
}
}
}