Back to Home
kukapay icon

freqtrade-mcp

Verified Safe

by kukapay

Overview

Integrates an AI agent with the Freqtrade cryptocurrency trading bot to enable automated trading operations via its REST API.

Installation

Run Command
uv run __main__.py

Environment Variables

  • FREQTRADE_API_URL
  • FREQTRADE_USERNAME
  • FREQTRADE_PASSWORD

Security Notes

The server relies on environment variables for sensitive Freqtrade API credentials (URL, username, password), which is a good practice. It directly passes user-provided parameters to the `freqtrade-client` library without obvious direct code injection vulnerabilities (e.g., `eval`, `exec`). The `place_trade` function includes basic input validation for the 'side' parameter. The primary security risks would stem from vulnerabilities within the `freqtrade-client` library, the Freqtrade REST API itself, or improper handling of environment variables in the deployment environment. There are no clear indications of malicious patterns or severe code-level security flaws in the provided source.

Similar Servers

Stats

Interest Score52
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars96
Forks27
Last Update2025-12-06

Tags

FreqtradeCrypto TradingAI AgentREST APIMCP Server