Freqtrade MCP
UnclaimedRead-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.
Install
pip install freqtrade-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
freqtrade_get_callback_info
Get detailed callback method info
freqtrade_get_class_info
Inspect any freqtrade class
freqtrade_get_config_schema
Browse configuration keys
freqtrade_get_dataframe_columns
List DataFrame columns in strategy methods
freqtrade_get_doc
Read a documentation page, or one section of it
freqtrade_get_enum_values
Get values of a specific enum
freqtrade_get_method_signature
Get full signature of a specific method
freqtrade_get_version_info
Get version information
freqtrade_list_docs
List available documentation topics
freqtrade_list_enums
List trading-related enums
freqtrade_list_strategy_methods
List all overridable IStrategy methods
freqtrade_search_codebase
Search for symbols by name pattern (statically indexed, no imports)
freqtrade_search_docs
Full-text search across all documentation