Cryptocurrency Market Data MCP Server
@Nayshins
关于 Cryptocurrency Market Data MCP Server
Cryptocurrency Market Data MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-ccxt-nayshins": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-server-ccxt",
"--client",
"claude"
]
}
}
}工具
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?
Cryptocurrency Market Data MCP Server is a Model Context Protocol (MCP) server that provides real-time and historical cryptocurrency market data through integration with major exchanges. It enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.
How to use Cryptocurrency Market Data MCP Server?
Install the server via Smithery (npx -y @smithery/cli install mcp-server-ccxt --client claude) or manually with uv pip install mcp ccxt. Then, add the server configuration to Claude Desktop's claude_desktop_config.json and restart. Use the available tools (e.g., get-price, get-market-summary, get-top-volumes) by asking Claude natural language queries.
Key features of Cryptocurrency Market Data MCP Server
- Real-time cryptocurrency prices and market summaries
- Historical OHLCV (candlestick) data with customizable timeframes
- Supports 10 major exchanges (Binance, Coinbase, Kraken, etc.)
- Price change statistics and volume history tracking
- Robust error handling for invalid pairs, rate limits, and network issues
Use cases of Cryptocurrency Market Data MCP Server
- Fetch current price of a trading pair (e.g., BTC/USDT) on a specific exchange
- Analyze historical price trends and volume for a given pair and timeframe
- List the top trading pairs by volume on an exchange
- Obtain a detailed market summary including bid/ask spreads
FAQ from Cryptocurrency Market Data MCP Server
Which exchanges are supported?
The server supports Binance, Coinbase, Kraken, KuCoin, HyperLiquid, Huobi, Bitfinex, Bybit, OKX, and MEXC.
What are the system dependencies?
Python 3.9 or higher, the mcp SDK, and the ccxt library are required.
How are errors handled?
The server handles invalid trading pairs, exchange connectivity issues, rate limiting, malformed requests, and network timeouts.
What 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.
What is the correct trading pair format?
Use the format BTC/USDT (with a slash), not BTCUSDT.
数据与分析 分类下的更多 MCP 服务器
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
评论