finance & fintech

Mcp Server Ccxt

An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

typescript
cloud
finance & fintech
0
View on GitHub

Installation

npx -y doggybee/mcp-server-ccxt

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-server-ccxt",
  "command": "npx",
  "args": [
    "-y",
    "doggybee/mcp-server-ccxt"
  ]
}

About This MCP Server

doggybee/mcp-server-ccxt

An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

GitHub: https://github.com/doggybee/mcp-server-ccxt

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub