1. Conduid
  2. Developer Tools
  3. Freqtrade MCP
MCP server · Developer Tools

Freqtrade MCP

A MCP Server with backtesting tool.

Unclaimed MIT last commit 7 months ago devtools
56Fair

Scored yesterday · breakdown

About Freqtrade MCP

Freqtrade MCP is an MCP server published by unique-Li-yuankun in the Developer Tools category: a MCP Server with backtesting tool. It has been installed 0 times through Conduid.

The repository has 5 stars and 2 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx freqtrade-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Freqtrade MCP

Powered by Claude · Grounded in docs

I know everything about Freqtrade MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.0v0.1.0

README

FreqTrade MCP

English | 中文


Overview

FreqTrade MCP is a cryptocurrency backtesting tool integrated with the Model Context Protocol (MCP).

Quick Start

Write a momentum strategy for user directory lyk, help me backtest it and get trading records.

Tools

Tool Name Description Functionality Parameters
create-user-dir Create user directory for storing strategy code and backtest results Create a new user data directory with folder structure for strategies, configurations, and backtest results userdir: Relative path of user data directory (e.g., lyk)
download-data Download OHLCV historical data from exchange Download historical data for specified trading pairs and time range for backtesting exchange: Exchange nametimeframe: Timeframepairs: List of trading pairstimerange: Time rangeuserdir: User data directory path
backtesting Test strategy using historical data Backtest specified strategy with historical data, generate trading results and statistics timeframe: Timeframe (1m,5m,30m,1h,1d)timerange: Data time rangemax-open-trades: Maximum open tradesstake-amount: Stake per tradepairs: List of trading pairsstarting-balance: Starting balancestrategy-list: List of strategies to backtestuserdir: User data directory path
backtesting-analysis Analyze backtest results Perform in-depth analysis of backtest results, generate detailed statistical reports userdir: User data directory path
upsert-strategy Upload/update strategy code Upload Python strategy file to strategies folder in user directory filename: Strategy filenamestrategy: Strategy code contentuserdir: User data directory path
upsert-config Upload/update configuration file Upload configuration file (config.json) to user directory config: config.json file contentuserdir: User data directory path
get-backtesting-trades Get backtest trading data Get trading data from latest backtest results, return in CSV format userdir: User data directory path

Usage

PS: Pre-download executable or compile yourself (https://github.com/unique-Li-yuankun/freqtrade_mcp/releases)

  • Windows:
git clone https://github.com/freqtrade/freqtrade.git
Set-ExecutionPolicy -ExecutionPolicy Bypass
cd freqtrade
.\setup.ps1
.\freqtrade_mcp -dir W:\freqtrade -addr localhost:8000
  • Linux/MacOS
git clone https://github.com/freqtrade/freqtrade.git
cd freqtrade
./setup.sh -i
./freqtrade_mcp -dir path/to/freqtrade -addr localhost:8000

Configure MCP Server

  • Cursor
{
    "mcpServers": {
      "freqtrade_mcp": {
        "url": "http://127.0.0.1:8000"
      }
    }
}
  • Claude Code
Add to current project:
claude mcp add --transport http freqtrade_mcp http://127.0.0.1:8000

Add globally:
claude mcp add --scope user --transport http freqtrade_mcp http://127.0.0.1:8000

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Freqtrade MCP

How do I install Freqtrade MCP?

Run npx freqtrade-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Freqtrade MCP safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Freqtrade MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.