MCP.so
Sign In

Cryptocurrency Market Data MCP Server

@Nayshins

About Cryptocurrency Market Data MCP Server

Cryptocurrency Market Data MCP Server

Basic information

Category

Data & Analytics

License

MIT

Runtime

python

Transports

stdio

Publisher

Nayshins

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-ccxt-nayshins": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "mcp-server-ccxt",
        "--client",
        "claude"
      ]
    }
  }
}

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?

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.

Comments

More Data & Analytics MCP servers