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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
List all available cryptocurrency exchanges.
View market information for a specific exchange.
Get the price information for a specific symbol.
View order book information for a specific symbol.
Search for historical OHLCV data.
Create a market or limit order. Parameters include order type, symbol, and amount.
Cancel an existing order and check its status.
View the account balances across exchanges.
Check trading history for a specific account.
Analyze trading performance over daily, weekly, or monthly periods.
Calculate the win rate for specified periods (e.g., last 7 days, 30 days).
Calculate the average profit/loss ratio over specified periods.
Track variations in asset values.
Set a stop loss based on technical indicators.
Set a dynamic take profit level.
Adjust position sizes dynamically based on market volatility.
Recognize trading patterns to inform trading decisions.