CCXT MCP (doggybee)
MCP server using CCXT for unified cryptocurrency exchange access via the Model Context Protocol.
CCXT MCP by doggybee is an MCP server that uses the CCXT library to provide unified access to cryptocurrency exchanges through the Model Context Protocol. The server exposes CCXT’s normalized exchange interface as structured MCP tools, allowing AI agents to interact with multiple exchanges using consistent tool calls.
The CCXT foundation gives this server access to a broad set of exchange operations including fetching ticker data, querying order books, retrieving OHLCV candlestick data, managing orders, and checking account balances. All of these operations use CCXT’s unified data format, which abstracts away the differences between individual exchange APIs. This consistency is valuable for agents that need to compare data or execute trades across multiple platforms.
To configure the server, add it to your MCP client settings with the necessary exchange API credentials. The repository provides the specific configuration format and lists the available tools. As with all multi-exchange trading servers, be deliberate about which exchanges and permissions you enable. Use read-only API keys for data-only workflows, and add trading permissions incrementally with proper safeguards including confirmation gates and risk limits.