ccxt-mcp

ccxt-mcp

1

The CCXT MCP Server is designed for trading using the CCXT library and supports multiple exchanges. It includes features for managing orders, viewing trade data, and performing trading analysis. It is suitable for both development and production environments with testnet support.

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