MCP Servers / development / CCXT MCP Server

CCXT MCP Server

JSON →
ssenone86development

Interact with over 100 cryptocurrency exchange APIs using the CCXT library.

Install
How to run this server
[ { "cmd": "npx @lazydino/ccxt-mcp", "imports": [] } ]
server path: ccxt-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envYOUR_MCP_TOKEN
envYOUR_API_KEY
envYOUR_SECRET_KEY
Resources
CCXT MCP Server — MCP Server · libregistry