MCPServers
Freqtrade - MCP server logo

Freqtrade

40
0

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)

Last Updated: April 25, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签