Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables natural language management of MetaTrader 5 accounts, including checking balances, opening positions, and managing trades via the Antigravity agent.

README.md

UT Bot MetaTrader 5 Webhook Bridge & AI Agent

Automate your TradingView Pine Script alerts directly into MetaTrader 5 (MT5) with custom Stop Loss (SL) and Take Profit (TP) levels using FastAPI, ngrok, and the Antigravity developer agent.

---

🌟 How It Works

[TradingView Strategy Alert] 
          │ (Triggers & sends JSON payload)
          ▼
[ngrok Tunnel (Public URL)]
          │ (Forwards to local machine)
          ▼
[FastAPI Webhook Server]
          │ (Parses payload & gets current price)
          ▼
[MetaTrader 5 Client]
          │ (Executes market order with SL & TP)
          ▼
   [MT5 Terminal]

---

📋 Prerequisites

  1. Windows OS (required for the MetaTrader 5 Python SDK).
  2. Python 3.10+ installed.
  3. MetaTrader 5 Desktop Terminal installed and logged into your broker account.
  4. Algorithmic Trading Enabled:
  • Open MT5.
  • Go to ToolsOptionsExpert Advisors.
  • Check "Allow algorithmic trading" and click OK.

---

🚀 Quick Start & Installation

Step 1: Install Dependencies

Install the required Python packages: ``bash pip install fastapi uvicorn metatrader-mcp-server pydantic ``

Step 2: Configure Antigravity MCP Server

To allow Antigravity to check your balances, open positions, and manage trades using natural language, update your global Antigravity configuration file:

File Path: C:\Users\DATA ENG. OLA\.gemini\config\mcp_config.json

Add the "metatrader" server configuration: ``json { "mcpServers": { "metatrader": { "command": "C:\\Users\\DATA ENG. OLA\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python313\\Scripts\\metatrader-mcp-server.exe", "args": [ "--login", "YOUR_MT5_LOGIN", "--password", "YOUR_MT5_PASSWORD", "--server", "YOUR_MT5_SERVER", "--transport", "stdio" ] } } } `` (Make sure to adjust the path to your python local-packages directory if it differs).

---

Step 3: Set Up the Webhook Bridge

Create the webhook_bridge.py file to receive and process alerts from TradingView. The script automatically handles symbol cleaning (removing exchange prefixes like EXNESS:) and resolves library-specific SL/TP validation bugs.

Running the Server

Run the webhook bridge on port 5001: ``bash python webhook_bridge.py ``

Step 4: Expose the Port Using ngrok

Expose port 5001 to the internet to get a public URL for TradingView: ``bash ngrok http 5001 ` Copy the generated Forwarding URL (e.g. https://your-subdomain.ngrok-free.dev`).

---

📊 TradingView Integration

Step 1: Save the Pine Script

Create a new Pine Editor script in TradingView and paste the code from ut_bot_strategy.pine. Click Save and Add to chart.

Step 2: Set Up the Alert

  1. Press Alt + A to open the Create Alert dialog.
  2. Condition: Select UT Bot Strategy – Buy & Sell with SL/TP.
  3. Trigger: Select Alert() function calls only (crucial for sending dynamic JSON parameters).
  4. Webhook URL: Under the Notifications tab, check Webhook URL and paste your public ngrok URL with /webhook at the end:

https://your-subdomain.ngrok-free.dev/webhook

  1. Alert Name: UT Bot MT5 Automation.
  2. Clear the Message box.
  3. Click Create.

---

🔒 Security Recommendations

  • Demo First: Always test with a demo/trial account before using real money.
  • Firewalling: Use an authentication mechanism or limit ngrok access if deploying to a production VPS.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.