Cryptocurrency Market Data MCP Server

Cryptocurrency Market Data MCP Server

Local serverstdioPython

What is the Cryptocurrency Market Data MCP server?

Connect Cryptocurrency Market Data to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Cryptocurrency Market Data MCP Server. The cryptocurrency market data mcp server is what makes that connection.

What the server does

A Model Context Protocol (MCP) server that provides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.

  • Real-time Market Data —
  • Current cryptocurrency prices
  • Market summaries with bid/ask spreads
  • Top trading pairs by volume
  • Multiple exchange support
  • Historical Analysis —

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Example — "What's the current price of BTC/USDT on Binance?"
  • Dependencies — The Dependencies tool exposed by this server
  • Architecture — The server uses: - CCXT's async support for efficient exchange communication - MCP's tool system for LLM integration - Standardized data formatting
  • Contributing — 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Submit a pull request

Installation

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Cryptocurrency Market Data's toolset — Example, Dependencies, Architecture and 1 more — is a fair guide to whether it matches your workflow. It is maintained by Nayshins; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Cryptocurrency Market Data's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Example"What's the current price of BTC/USDT on Binance?"
DependenciesThe Dependencies tool exposed by this server.
ArchitectureThe server uses: - CCXT's async support for efficient exchange communication - MCP's tool system for LLM integration - Standardized data formatting for consistent outputs - Connection pooling for optimal performance
Contributing1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Submit a pull request

How to install the Cryptocurrency Market Data MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Cryptocurrency Market Data to Example.
  • Use Cryptocurrency Market Data to Dependencies.
  • Use Cryptocurrency Market Data to Architecture.

Frequently asked questions

The server supports Binance, Coinbase, Kraken, KuCoin, HyperLiquid, Huobi, Bitfinex, Bybit, OKX, and MEXC.