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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve a list of all available cryptocurrency exchanges.
Get market information for a specified exchange.
Fetch the current price information for specific trading symbols.
Access the order book information for specific trading symbols.
Search for historical OHLCV (Open, High, Low, Close, Volume) data.
Create market or limit orders based on provided parameters.
Cancel an existing order and check its status.
Check the current account balances across exchanges.
Retrieve the trading history for a specified account.
Conduct daily, weekly, or monthly performance analysis of trading activities.
Calculate the win rate for trading activities over various time frames.
Determine the average profit or loss ratio based on trading data.
Monitor variations in asset values over time.
Set capital ratio for trading (e.g., enter with a certain percentage of account capital).
Configure leverage settings for futures markets (1-100x).
Execute a split buy/sell strategy based on predefined criteria.
Establish stop loss settings using technical indicators.
Configure dynamic take profit levels based on market volatility.