Freqtrade MCP
未申請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.
インストール
pip install freqtrade-mcp-server未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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