mcp-server-ccxt

mcp-server-ccxt

46

This project is a Model Context Protocol (MCP) server that integrates with major cryptocurrency exchanges to provide real-time and historical market data. It serves functionalities such as fetching current prices, analyzing market trends, and accessing detailed trading information for LLMs like Claude. Features include multiple exchange support and enhanced historical data analysis.

What exchanges are supported by the server?

The server supports multiple exchanges including Binance, Coinbase, Kraken, KuCoin, and more.

How can I fetch the current price of a cryptocurrency?

You can use the 'get-price' tool to fetch the current price for any trading pair.

Can I get historical market data?

Yes, the server provides historical OHLCV data and price change statistics for customizable timeframes.

What should I do if I encounter exchange connection errors?

Check your internet connection, verify the exchange is operational, and ensure the trading pair exists on the selected exchange.

How do I handle rate limiting issues?

Implement delays between requests, use different exchanges for high-frequency queries, and check exchange-specific rate limits.