MetaTraderHec

ferangarita01/MetaTraderHec
★ 0 stars Python Code/Dev Tools Updated 1d ago
Hermes-powered MetaTrader 5 integration for XM.com — MCP server, strategies, backtesting on Kali Linux via Wine
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "metatraderhec": {
      "command": "uvx",
      "args": [
        "metatraderhec"
      ]
    }
  }
}

Or install with pip: pip install metatraderhec

README Excerpt

Python client for XM MT5 via [MetaApi.cloud](https://metaapi.cloud). **No local MT5 terminal needed.** MetaApi runs the terminal in the cloud. ``` Hec (Kali) ──REST/WS──> MetaApi Cloud ──MT5──> XM Broker ``` ```bash python3 -m venv .venv && source .venv/bin/activate pip install -r requirements.txt cp .env.example .env