An MCPserver that integrates with the Freqtrade cryptocurrency trading bot via its REST API
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"freqtrade-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Freqtrade-MCP An MCP server that integrates with the [Freqtrade](https://www.freqtrade.io/) cryptocurrency trading bot via its REST API, enabling seamless AI agent interaction for automated trading operation.    ## Installation ### Prerequisites - **Python 3.10+**: Ensure Python is installed on your system. - **Freqtrade**: A running Freqtrade instance with the REST API enabled (see [Freqtrade Docs](https://www.freqtrade.io/en/stable/rest-api/)). - **Git**: For cloning the repository. ### Steps 1. **Clone the Repository**: ```bash git clone https://github.com/kukapay/freqtrade-mcp.git cd freqtrade-mcp ``` 2. **Install Dependencies**: Using `pip`: ```bash pip install freqtrade-client mcp[cli] ``` Or with `uv` (optional): ```bash uv add freqtrade-client "mcp[cli]" ``` 3. **Client Configuration**: ``` "mcpServers": { "freqtrade-mcp": { "command": "uv", "args": [ "--directory", "/your/path/to/freqtrade-mcp", "run", "__main__.py" ], "env": { "FREQTRADE_API_URL": "http://127.0.0.1:8080", "FREQTRADE_USERNAME": "your_username", "FREQTRADE_PASSWORD": "your_password" } } } ``` 4. **Freqtrade Configuration**: Enable the rest API by adding the api_server section to your configuration and setting api_server.enabled to true. Sample configuration: ``` "api_server": { "enabled": true, "listen_ip_address": "127.0.0.1", "listen_port": 8080, "verbosity": "error", "enable_openapi": false, "jwt_secret_key": "somethingrandom", "CORS_origins": [], …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.