ccxt-mcp
If you are the rightful owner of ccxt-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The CCXT MCP Server is a Model Context Protocol server that provides trading functionality through the CCXT library, supporting various exchanges and offering features like order management and trading analysis.
The CCXT MCP Server is designed to facilitate trading operations by leveraging the CCXT library, which supports a wide range of cryptocurrency exchanges. This server allows users to fetch market data, manage orders, and analyze trading activities. It is equipped with tools for fetching ticker data, order book information, recent trades, and account balances. Additionally, it supports creating and canceling orders, providing a comprehensive trading management solution. The server is structured to enhance performance through cached exchange instances and offers testnet support for safe development and testing. It is suitable for integration with any MCP client, including Claude Desktop, and is built with security best practices in mind, such as using environment variables for API keys.
Features
- Fetch ticker data for any symbol
- Get order book data
- Create and cancel orders
- Fetch account balance
- Supports any exchange that CCXT supports
Tools
fetch_ticker.py
Get the price data of the transaction pair
fetch_order_book.py
Get order book data
fetch_trades.py
Get the latest transaction history
create_order.py
Create an order
cancel_order.py
Cancel an order
fetch_balance.py
Get account balance
trading_analysis.py
Trading analysis tips
order_management.py
Order Management Guidance
testnet_guidance.py
Test network usage guidance