freqtrade-mcpServer

kukapay
GitHub
CryptocurrencyFinanceApp Automation

Loading subscription status...

💡 Description

An MCP server integrating with the Freqtrade cryptocurrency trading bot via a REST API, enabling seamless AI agent interactions for automated trading operations.

📝 JSON Entries

{
  "mcpServers": [
    {
      "freqtrade-mcp": {
        "env": {
          "FREQTRADE_API_URL": "http://127.0.0.1:8080",
          "FREQTRADE_PASSWORD": "your_password",
          "FREQTRADE_USERNAME": "your_username"
        },
        "args": [
          "--directory",
          "/your/path/to/freqtrade-mcp",
          "run",
          "__main__.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

fetch_market_datafetch_bot_statusfetch_profitfetch_balanceplace_tradestart_botstop_bot

Features

  • Fetch market data
  • Manage trades
  • Monitor bot status
  • Control bot operations

💬 Example Queries

  • Show me the hourly price data for BTC/USDT.
  • What is the status of my open trades?
  • How much profit have I made so far?
  • What is my account balance?