67
/ 100
1 month ago
glama

metatrader5-mcp

Connects Claude to a MetaTrader 5 terminal for read-only market data, account info, performance analysis, and order planning (no live trading).

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.
🔐
You'll be asked for 1 credential: MT5_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.
configMT5_MCP_LOG_SOURCE_DIR
configMT5_MCP_REPORTS_DIRreports/ (under the runtime dir) Directory that read_strategy_report is confined to. Only .html/.htm files inside it are readable; absolute paths and .. traversal that escape it are rejected.
configMT5_MCP_APPROVALS_DIR
configMT5_MCP_APPROVAL_MODEconsole console (type yes/no in the server's terminal) or file (approve via approvals/approved_<id>.txt).
configMT5_PATH, MT5_LOGIN, MT5_PASSWORD, MT5_SERVER unset Optional explicit terminal/account to connect to. If unset, attaches to the terminal already running on the machine.
🔐 secretMT5_PASSWORDMT5_PATH, MT5_LOGIN, , MT5_SERVER unset Optional explicit terminal/account to connect to. If unset, attaches to the terminal already running on the machine.
configMT5_SERVERMT5_PATH, MT5_LOGIN, MT5_PASSWORD, unset Optional explicit terminal/account to connect to. If unset, attaches to the terminal already running on the machine.
configMT5_MCP_ENABLE_DEMO_TRADINGfalse Order-planning tools are disabled even on a demo account unless this is true. Real/contest accounts are always blocked regardless of this flag.
configMT5_MCP_LOG_DIRlogs Where mt5_mcp.log and actions.log are written.
configMT5_MCP_LOG_LEVEL
// 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 6 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/alikhande70-metatrader5-mcp-1jrhd6)](https://m8ven.ai/mcp/alikhande70-metatrader5-mcp-1jrhd6)
commit: ca774d7805cdcbbd84bd29f0a7370b032ec0936f
code hash: d6cfc8a847e44d43ec8d31d6fb8d894fe13956cd8aa1a1ab1622fdb1181eb44c
verified: 6/26/2026, 9:35:58 AM
view raw JSON →