kukapay/freqtrade-mcp
🔌 MCP Serverkukapay
Connect your AI agents to Freqtrade for automated cryptocurrency trading and market analysis via MCP.
The freqtrade-mcp server is a specialized integration layer designed to expose Freqtrade's powerful cryptocurrency trading capabilities to AI models via the Model Context Protocol (MCP). Freqtrade is a popular open-source algorithmic trading software, and this MCP server acts as a bridge, allowing AI agents to perform complex operations without manual CLI interaction. Key features include the ability to fetch real-time market data, monitor active trade performance, retrieve strategy logs, and inspect bot configurations. By standardizing these interactions through MCP, developers can build sophisticated AI-driven trading dashboards or autonomous agents that can reason about market conditions and execute or adjust trading strategies based on data-driven insights. It is built to be lightweight and easily deployable alongside existing Freqtrade installations, providing a secure and structured way to bridge the gap between automated trading logic and generative AI.
💡Highlights
- ├─Native MCP protocol integration
- ├─Real-time Freqtrade bot control
- └─Automated trading data retrieval
🎯For
- ├─Algorithmic Traders
- └─AI Developers