Freqtrade
Summary
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.
Available Actions(17)
fetch_market_data
Fetch OHLCV data for a pair. Parameters: pair (string), timeframe (string)
fetch_bot_status
Get open trade status. Parameters: None
fetch_profit
Get profit summary. Parameters: None
fetch_balance
Get account balance. Parameters: None
fetch_performance
Get performance metrics. Parameters: None
fetch_whitelist
Get whitelist of pairs. Parameters: None
fetch_blacklist
Get blacklist of pairs. Parameters: None
fetch_trades
Get trade history. Parameters: None
fetch_config
Get bot configuration. Parameters: None
fetch_locks
Get trade locks. Parameters: None
place_trade
Place a buy/sell trade. Parameters: pair (string), side (string), stake_amount (float)
start_bot
Start the bot. Parameters: None
stop_bot
Stop the bot. Parameters: None
reload_config
Reload bot configuration. Parameters: None
add_blacklist
Add pair to blacklist. Parameters: pair (string)
delete_blacklist
Remove pair from blacklist. Parameters: pair (string)
delete_lock
Delete a trade lock. Parameters: lock_id (int)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요