Freqtrade-MCP provides a bridge between AI assistants and the Freqtrade cryptocurrency trading bot via its REST API. The server exposes tools for monitoring market data, managing trades, configuring bot behavior, and analyzing performance metrics. Built with FastMCP and asynchronous processing, it features robust error handling and detailed logging while maintaining secure access through configurable authentication. This implementation is particularly valuable for crypto traders who want to monitor and control their Freqtrade bots through natural language interaction without switching interfaces.
Fetch OHLCV data for a pair. Parameters: pair (string), timeframe (string)
Get open trade status. Parameters: None
Get profit summary. Parameters: None
Get account balance. Parameters: None
Get performance metrics. Parameters: None
Get whitelist of pairs. Parameters: None
Get blacklist of pairs. Parameters: None
Get trade history. Parameters: None
Get bot configuration. Parameters: None
Get trade locks. Parameters: None
Place a buy/sell trade. Parameters: pair (string), side (string), stake_amount (float)
Start the bot. Parameters: None
Stop the bot. Parameters: None
Reload bot configuration. Parameters: None
Add pair to blacklist. Parameters: pair (string)
Remove pair from blacklist. Parameters: pair (string)
Delete a trade lock. Parameters: lock_id (int)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!