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: str`, `timeframe: str`.
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: str`, `side: str`, `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: str`.
delete_blacklist
Remove pair from blacklist. Parameters: `pair: str`.
delete_lock
Delete a trade lock. Parameters: `lock_id: int`.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください