An MCP server that integrates with the Freqtrade cryptocurrency trading bot via its REST API, enabling AI-agent-driven automated trading.
https://github.com/kukapay/freqtrade-mcpStop switching between terminals, REST clients, and trading dashboards. This MCP server turns your Freqtrade instance into an AI-controllable trading system that responds to plain English commands.
Managing a Freqtrade bot means constantly checking balances, monitoring trades, adjusting blacklists, and placing manual orders through API calls or web interfaces. You're already running a sophisticated trading bot—now make it conversational.
Instead of curl -X POST http://localhost:8080/api/v1/forcebuy -H "Authorization: Bearer token" -d '{"pair":"BTC/USDT","price":0.1}', just tell your AI assistant: "Buy 0.1 BTC/USDT right now."
Get instant insights without context switching:
Rapid Market Response: When news breaks, tell your AI "Stop the bot immediately and sell all open positions." No fumbling with API endpoints or web dashboards during volatile periods.
Strategy Adjustments: "Add DOGE/USDT to the blacklist and reload the config" makes real-time strategy modifications through natural conversation instead of manual configuration file edits.
Performance Analysis: "Show me all trades from the past 24 hours and current profit summary" gives you comprehensive trading reports without writing custom scripts or navigating multiple interfaces.
Risk Management: "Are there any trade locks active and what's the current balance?" provides instant risk assessment during market uncertainty.
Works with your current Freqtrade installation—no changes to your trading strategy or bot configuration required. The MCP server acts as an intelligent proxy to your existing REST API.
Setup in minutes: Point the server at your running Freqtrade instance, configure your API credentials, and connect it to any MCP-compatible AI assistant. Your trading bot is now voice-controllable.
17 comprehensive tools cover everything from market data fetching to trade execution:
The server exposes your Freqtrade's full API surface through natural language, turning complex trading operations into simple conversations with your AI assistant.
Your trading edge just got conversational.