Nayshins_mcp-server-ccxt
3
The Cryptocurrency Market Data MCP Server provides real-time and historical market data for cryptocurrencies through integration with major exchanges. It supports multiple exchanges and provides tools for accessing detailed market information, making it useful for market analysis and integration with language models like Claude.
Cryptocurrency Market Data MCP Server
A Model Context Protocol (MCP) server offering real-time and historical cryptocurrency market data through integration with major exchanges like Binance, Coinbase, and Kraken. This server aids in fetching current prices, analyzing market trends, and accessing trading information.
Features
- Real-time Market Data: Current prices, market summaries, top trading pairs, multiple exchange support.
- Historical Analysis: OHLCV data, price change stats, volume history.
- Supported Exchanges: Includes Binance, Coinbase, Kraken, and more.
Installation and Usage
Installation: pip install mcp ccxt
Running the Server: Configure your claude_desktop_config.json
to connect with the server.
Available Tools
- get-price: Fetch current trading pair prices.
- get-market-summary: Market information.
- get-top-volumes: Top trading pairs.
- list-exchanges: Supported exchanges.
- get-historical-ohlcv: Candlestick data.
- get-price-change: Price changes over time.
- get-volume-history: Volume tracking.