Cryptocurrency Market Data MCP Server
@MCP-Mirror
关于 Cryptocurrency Market Data MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Nayshins_mcp-server-ccxt": {
"command": "uv",
"args": [
"pip",
"install",
"mcp",
"ccxt"
]
}
}
}工具
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"
概览
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.
数据与分析 分类下的更多 MCP 服务器
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Salesforce MCP Server
tsmztechSalesforce MCP Server
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论