Python-Based-MCP-Server-for-Crypto-Market-Data

BiswajitRB/Python-Based-MCP-Server-for-Crypto-Market-Data
★ 1 stars Python 🔌 API Integration Updated today
This project is a Python-powered MCP (Model Context Protocol) server designed to fetch real-time and historical cryptocurrency market data from major exchanges. It uses popular APIs such as CCXT and CoinMarketCap to deliver reliable, unified, and structured market information.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "python-based-mcp-ser": {
      "command": "uvx",
      "args": [
        "python-based-mcp-server-for-crypto-market-data"
      ]
    }
  }
}

Or install with pip: pip install python-based-mcp-server-for-crypto-market-data