CCXT MCP Server
JSON →Interact with over 100 cryptocurrency exchange APIs using the CCXT library.
Install
npx @lazydino/ccxt-mcp Tools · 23
- list_exchanges List all available cryptocurrency exchanges
- get_markets View market information by exchange
- get_ticker Get price information for a specific symbol
- get_orderbook View order book information for a specific symbol
- get_ohlcv Search historical OHLCV data
- create_order Create market or limit orders
- cancel_order Cancel orders
- get_order_status Check order status
- get_balance View account balances
- get_trade_history Check trading history
- analyze_performance Daily/weekly/monthly performance analysis
- calculate_win_rate Win rate calculation for specified periods
- calculate_avg_profit_loss Average profit/loss ratio (R-multiple) calculation
- max_consecutive_losses Maximum consecutive loss series analysis
- max_consecutive_profits Maximum consecutive profit series analysis
- track_asset_variation Asset variation tracking
- get_performance_metrics Comprehensive performance metrics
- recognize_trade_patterns Trade pattern recognition
- calculate_period_returns Period-based return calculations
- trade_with_capital_ratio Enter with a percentage of account capital
- set_futures_leverage Set futures market leverage (1-100x)
- dynamic_position_sizing Volatility-based dynamic position sizing
- split_buy_sell Split buy/sell strategy implementation
Environment variables
YOUR_MCP_TOKENYOUR_API_KEYYOUR_SECRET_KEY
Links
★ 86 GitHub stars