# Cryptocurrency Market Data Server

An MCP server that provides real-time and historical cryptocurrency market data through integration with major exchanges, powered by CCXT.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp-server-ccxt

# Browse available tools
npx -y @smithery/cli@latest tool list mcp-server-ccxt
```

---

Source: https://github.com/Nayshins/mcp-server-ccxt | License: MIT
