69
/ 100
1 month ago
glama

MetaTrader MCP Server

Enables AI assistants to trade on MetaTrader 5 using natural language, supporting account management, order placement, and real-time market data.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: password, PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configlogin"--", "YOUR_MT5_LOGIN",
🔐 secretpassword"--", "YOUR_MT5_PASSWORD",
configserver[![PyPI version](https://img.shields.io/pypi/v/mt5-mcp-.svg?style=flat&color=blue)](https://pypi.org/project/mt5-mcp-server/)
configMT5_PATH=C:\Program Files\MetaTrader 5\terminal64.exe
configMCP_TRANSPORTtransport sse Transport type: sse, stdio, streamable-http
configMCP_HOSThost 0.0.0.0 Host to bind (SSE/HTTP only)
configMCP_PORTport 8080 Port to bind (SSE/HTTP only)
configMT5_DRY_RUN
configMT5_REQUIRE_SL_TP
configLOGIN
🔐 secretPASSWORDyour_password
configSERVERMetaQuotes-Demo
configmt5_path
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/joangrcia-metatrader-mcp-server-5nx60b)](https://m8ven.ai/mcp/joangrcia-metatrader-mcp-server-5nx60b)
commit: 97642442b1040dc1dcf245f6dde048a4ce315abc
code hash: 13d104f190ec03f240a9de7fba51a442e0da294a913082f7a1b793c8b4f94880
verified: 6/20/2026, 9:14:23 AM
view raw JSON →