Overview
Features
MCP surface mapped to Freqtrade REST API
Exposes a broad set of MCP tools that directly map to Freqtrade REST API endpoints, enabling AI agents to access on-data and bot state.
Comprehensive MCP toolset
Includes tools for market data, bot status, profit, balance, performance, whitelist/blacklist, trades, config, locks, and more.
Trading actions and order placement
Provide place_trade and management tools such as add_blacklist, delete_blacklist, and delete_lock for operational control.
Bot lifecycle and config management
Control bot lifecycle with start_bot, stop_bot, and reload_config to keep trading logic up to date.
Access control and API security
Configurable API server settings (JWT, credentials, CORS, etc.) to secure MCP access.
Fast installation and client integration
Install via freqtrade-client and mcp[cli], with optional uv runner for quick deployment.
Whitelist/Blacklist and lock management
Manage trading pairs and trade locks through dedicated MCP tools for risk control.
Who Is This For?
- AI agents:Enable AI agents to fetch data, place trades, and manage the Freqtrade bot through MCP endpoints.
- Developers:Build integrations and tooling around Freqtrade by consuming the MCP toolset.
- Quant/traders:Monitor bot state, performance, balance, and trades to automate workflows.




