MCP server that connects AI agents to Freqtrade crypto trading bot via REST API. It provides 15 tools for account stats, trade management, market data, pair lists, and bot lifecycle control.
| Tool name | Description | Destructive? |
|---|---|---|
| get_open_trades | โ no | |
| get_trade | โ no | |
| get_trade_history | โ no | |
| get_profit_stats | โ no | |
| get_balance | โ no |
| get_performanceโ | โ yes | |
| execute_tradeโ | โ yes | |
| force_exit_trade | โ no | |
| get_market_data | โ no | |
| start_bot | โ no | |
| stop_bot | โ no | |
| reload_config | โ no | |
| get_bot_info | โ no | |
| get_locks | โ no | |
| delete_lockโ | โ yes | |
| get_whitelist | โ no | |
| get_blacklist | โ no | |
| add_to_blacklist | โ no | |
| remove_from_blacklistโ | โ yes |
{
"mcpServers": {
"freqtrade": {
"command": "npx",
"args": [
"-y",
"@furkankoykiran/freqtrade-mcp"
]
}
}
}