freqtrade-mcp

freqtrade-mcp

28

Freqtrade-MCP is an MCP server that facilitates interaction with the Freqtrade cryptocurrency trading bot. It supports a wide range of automated trading operations by exposing Freqtrade API endpoints as MCP tools.

What is the primary function of Freqtrade-MCP?

Freqtrade-MCP integrates with the Freqtrade trading bot via its REST API to enable automated trading operations through AI agent interaction.

What are the prerequisites for using Freqtrade-MCP?

You need Python 3.13+, a running Freqtrade instance with the REST API enabled, and Git for cloning the repository.

How do I install the necessary dependencies for Freqtrade-MCP?

You can install the dependencies using pip with the command pip install freqtrade-client mcp[cli] or using uv with uv add freqtrade-client "mcp[cli]".

What kind of trading activities can I perform with Freqtrade-MCP?

You can perform activities such as fetching market data, managing trades, configuring the bot, and more through the exposed API endpoints.

Is there a specific Python version required for Freqtrade-MCP?

Yes, Freqtrade-MCP requires Python 3.13 or higher.