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.
「データと分析」の他のコンテンツ
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.
HubSpot MCP Server
peakmojoA 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.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
🎓 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.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
コメント