CCXT-MCP provides a bridge between the CCXT cryptocurrency trading library and AI assistants through the Model Context Protocol, enabling natural language interactions with over 100 cryptocurrency exchanges. This TypeScript implementation exposes core functionality for retrieving exchange information, market data, orderbooks, and price information, making it ideal for traders and developers who want to monitor cryptocurrency markets, analyze price trends, or build trading bots with AI assistance. The server supports Node.js environments and is designed to be easily integrated into existing trading systems.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List all available cryptocurrency exchanges.
View market information for a specified exchange.
Get the current price information for a specific symbol.
View the order book information for a specific symbol.
Search for historical OHLCV (Open, High, Low, Close, Volume) data.
Create a market or limit order for a specified trading pair.
Cancel an existing order and check its status.
View the current account balances for all accounts.
Check the trading history of a specified account.
Analyze daily, weekly, or monthly trading performance.
Calculate the win rate for the last 7 days, 30 days, or all time.
Calculate the average profit/loss ratio (R-multiple).
Analyze the maximum consecutive loss or profit series.
Track the variation of assets over time.
Recognize trading patterns in the trading data.
Calculate returns based on specific time periods.
Set the capital ratio for trading (e.g., enter with 5% of account capital).
Set the leverage for futures market trading (1-100x).
Implement dynamic position sizing based on market volatility.
Implement a split strategy for buying and selling.
Set a technical indicator-based stop loss.
Set stop loss and take profit based on volatility (ATR multiples).
Set a maximum allowable loss limit (daily/weekly).
Set a dynamic take profit that trails the profit.