Cryptocurrency Market Data MCP Server
@MCP-Mirror
About Cryptocurrency Market Data MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Nayshins_mcp-server-ccxt": {
"command": "uv",
"args": [
"pip",
"install",
"mcp",
"ccxt"
]
}
}
}Tools
7"What's the current price of BTC/USDT on Binance?"
"Show me a market summary for ETH/USDT"
"What are the top 5 trading pairs on Kraken?"
"Which exchanges are supported?"
"Show me the last 7 days of BTC/USDT price data in 1-hour intervals"
"What's the 24-hour price change for SOL/USDT?"
"Show me the trading volume history for ETH/USDT over the last week"
Overview
What is Cryptocurrency Market Data MCP Server?
A Model Context Protocol (MCP) server that provides real-time and historical cryptocurrency market data through integration with major exchanges, enabling LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.
How to use Cryptocurrency Market Data MCP Server?
Install mcp and ccxt via uv pip install mcp ccxt or pip install mcp ccxt, then run python crypto_server.py. Configure Claude Desktop by adding the server to claude_desktop_config.json with the command and path to the script. Once connected, use built-in tools such as get-price, get-market-summary, get-top-volumes, list-exchanges, get-historical-ohlcv, get-price-change, and get-volume-history via natural language queries.
Key features of Cryptocurrency Market Data MCP Server
- Real‑time cryptocurrency prices and market summaries
- OHLCV (candlestick) data and historical analysis
- Supports 10 major exchanges (Binance, Coinbase, Kraken, etc.)
- Top trading pairs by volume and volume history tracking
- Customizable timeframes and price change calculations
- Robust error handling for rate limits and network issues
Use cases of Cryptocurrency Market Data MCP Server
- Ask “What’s the current Bitcoin price on Binance?”
- Request “Show me the top 5 trading pairs by volume on Coinbase”
- Analyze “How has ETH/USDT performed over the last 24 hours?”
- Get a detailed market summary for SOL/USDT on Kraken
- View trading volume history for BNB/USDT over the last week
FAQ from Cryptocurrency Market Data MCP Server
What dependencies are required?
Python 3.9 or higher, the mcp SDK, and the ccxt library. Install them via pip or uv.
How does the server handle rate limiting?
The server implements error handling for rate limits; users can also add delays between requests or switch exchanges to avoid hitting limits.
What should I do if I get an exchange connection error?
Check your internet connection, verify the exchange is operational, and ensure the trading pair exists on the selected exchange.
Is authentication or API keys required?
No—the server uses CCXT’s public endpoints and does not require user API keys for the tools listed.
Where does the market data come from?
Data is fetched live from the supported exchanges via the CCXT library; no local caching or storage is mentioned.
More Data & Analytics MCP servers
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Salesforce MCP Server
tsmztechSalesforce MCP Server
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Comments