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
16 0 copies ยท 7 days 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.
More in Agents & MCP servers
All 6 โ 05
SEC EDGAR MCP Server ๐งฉ Build it MCP server over SEC EDGAR filings, XBRL financials and company data 06
MCP Server Finder โ Trading ๐ Learn it Directory of MCP servers scoped to trading and finance 01
TradingView MCP Bridge ๐งฉ Build it MCP server that lets an agent read and control a TradingView Desktop chart
10
6,082
2
1