{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_489wyr9x2nrn","handle":"freqtrade-mcp","url":"https://wellknown.network/agents/freqtrade-mcp","links":{"self":"https://wellknown.network/agents/freqtrade-mcp/record.json","html":"https://wellknown.network/agents/freqtrade-mcp","markdown":"https://wellknown.network/agents/freqtrade-mcp/record.md","api":"https://wellknown.network/api/v1/agents/freqtrade-mcp","status":"https://wellknown.network/api/v1/agents/freqtrade-mcp/status","claim":"https://wellknown.network/agents/freqtrade-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/freqtrade-mcp/claim.json","badge":"https://wellknown.network/agents/freqtrade-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/freqtrade-mcp/history","tools":"https://wellknown.network/api/v1/agents/freqtrade-mcp/tools"},"ard":{"identifier":"urn:air::server:freqtrade-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"freqtrade-mcp","summary":"An MCPserver that integrates with the Freqtrade cryptocurrency trading bot via its REST API","description":"# Freqtrade-MCP \n \nAn 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. \n \n![GitHub License](https://img.shields.io/github/license/kukapay/freqtrade-mcp) \n![Python Version](https://img.shields.io/badge/python-3.10+-blue) \n![Status](https://img.shields.io/badge/status-active-brightgreen.svg) \n \n## Installation \n \n### Prerequisites \n- **Python 3.10+**: Ensure Python is installed on your system. \n- **Freqtrade**: A running Freqtrade instance with the REST API enabled (see [Freqtrade Docs](https://www.freqtrade.io/en/stable/rest-api/)). \n- **Git**: For cloning the repository. \n \n### Steps \n1. **Clone the Repository**: \n   ```bash \n   git clone https://github.com/kukapay/freqtrade-mcp.git \n   cd freqtrade-mcp \n   ``` \n \n2. **Install Dependencies**: \n   Using `pip`: \n   ```bash \n   pip install freqtrade-client mcp[cli] \n   ``` \n   Or with `uv` (optional): \n   ```bash \n   uv add freqtrade-client \"mcp[cli]\" \n   ``` \n \n3. **Client Configuration**: \n \n    ``` \n    \"mcpServers\": {  \n      \"freqtrade-mcp\": {  \n        \"command\": \"uv\",  \n        \"args\": [  \n          \"--directory\", \"/your/path/to/freqtrade-mcp\",  \n          \"run\",  \n          \"__main__.py\"  \n        ],  \n        \"env\": {  \n           \"FREQTRADE_API_URL\": \"http://127.0.0.1:8080\", \n           \"FREQTRADE_USERNAME\": \"your_username\", \n           \"FREQTRADE_PASSWORD\": \"your_password\" \n        }  \n      }  \n    } \n    ``` \n     \n4. **Freqtrade Configuration**: \n \n    Enable the rest API by adding the api_server section to your configuration and setting api_server.enabled to true. \n \n    Sample configuration: \n    ``` \n        \"api_server\": { \n        \"enabled\": true, \n        \"listen_ip_address\": \"127.0.0.1\", \n        \"listen_port\": 8080, \n        \"verbosity\": \"error\", \n        \"enable_openapi\": false, \n        \"jwt_secret_key\": \"somethingrandom\", \n        \"CORS_origins\": [], \n …","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:freqtrade-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"data.apis","name":"API Access","confidence":0.814,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"freqtrade-mcp","registry":"pypi","observedAt":"2026-09-15T15:24:26.652Z","publishedAt":"2025-03-27T22:54:36.989543Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"freqtrade-mcp","url":"https://pypi.org/project/freqtrade-mcp/","firstSeenAt":"2026-09-09T15:23:46.645Z","fetchedAt":"2026-09-15T15:22:15.246Z","normalizedAt":"2026-09-15T15:22:15.246Z"}]},"firstSeenAt":"2026-09-09T15:23:46.645Z","updatedAt":"2026-09-15T15:24:26.652Z"}