๐Ÿ’ธ Sponsor the strip
REPLAUSE

freqtrade-mcp (read-only)

Read-only MCP server that hands your agent the Freqtrade code surface

๐Ÿงฉ Build it Free 04 in Agents & MCP servers ๐Ÿ†• NEW TODAY
CryptoAI agent (MCP)Python

by yalcin โ†’

16 GPL-3.0updated 8 Aug '26

Overview

freqtrade-mcp (read-only) gives an agent MCP tools that introspect an installed Freqtrade codebase: strategy methods, classes, enums, config schema, and docs, with no trading calls.

  • Fordevelopers writing Freqtrade strategy code with an LLM who want accurate method signatures and docs, not guesses.
  • Needsfreqtrade-mcp-server installed into the same Python environment as Freqtrade itself; Freqtrade >= 2026.2.
  • Runsa Python MCP server (stdio, local-only) that uses Python's inspect/ast modules to read the installed Freqtrade package โ€” no network exposure.
  • Limitit is read-only โ€” it does not execute trades, access exchange APIs, or manage funds.

Vibe it

Paste this into your AI agent. Write the first line, or take a suggestion; the copy carries your words.

Source: https://github.com/yalcin/freqtrade-mcp โ€” clone it and read its README and examples before writing anything; its documented setup beats what you remember.
Stack: a read-only Python MCP server that uses Python's inspect and ast modules to introspect the installed Freqtrade package โ€” methods, classes, enums, config schema, and docs.
Needs: Freqtrade >= 2026.2 and mcp[cli] installed in the same Python environment as freqtrade-mcp-server itself.
Start: `pip install freqtrade-mcp-server`, then `claude mcp add freqtrade-mcp -e FREQTRADE_DOCS_PATH=/path/to/freqtrade/docs -- "$(command -v freqtrade-mcp)"`.
Limit: it is read-only โ€” no trading, no exchange connections, no side effects.
Done means: you list my installed Freqtrade version and the overridable IStrategy methods back to me before writing any strategy code.
Before you start, ask me: the path to my cloned freqtrade docs/ directory.

Something wrong here? Tell us โ†’