freqtrade-mcp

yalcin/freqtrade-mcp
★ 15 stars Python AI/LLM Updated today
Read-only MCP server for Freqtrade codebase introspection. Helps LLMs write better strategy code by providing access to method signatures, type hints, enums, config schema, and documentation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freqtrade-mcp": {
      "command": "uvx",
      "args": [
        "freqtrade-mcp"
      ]
    }
  }
}

Or install with pip: pip install freqtrade-mcp

README Excerpt

> I designed and built this project for my own use. All architectural decisions, tool design, and the security model are my own work. I used Claude Opus as a coding assistant during the development process. This is a research and personal-use project. A **read-only MCP (Model Context Protocol) server** that provides LLM tools with introspection data about the [Freqtrade](https://www.freqtrade.io/) codebase. Helps LLMs write faster, more reliable Freqtrade strategy code by giving them access to o

Tools (15)

FREQTRADE_DOCS_PATHFREQTRADE_MCP_LOG_LEVELfreqtrade_get_callback_infofreqtrade_get_class_infofreqtrade_get_config_schemafreqtrade_get_dataframe_columnsfreqtrade_get_docfreqtrade_get_enum_valuesfreqtrade_get_method_signaturefreqtrade_get_version_infofreqtrade_list_docsfreqtrade_list_enumsfreqtrade_list_strategy_methodsfreqtrade_search_codebasefreqtrade_search_docs

Topics

algotradingfreqtradeinstrospectionllmmcppythontradingtrading-strategies