Fullmt5Mcpbyleo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fullmt5Mcpbyleo (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.TradeSystemsNique/mt5-mcp-by-leo --> <p align="center"> <img src="https://img.shields.io/badge/Language-C++-3776ab?style=flat-square"/> <img src="https://img.shields.io/badge/MQL5-Backend-13C7DE?style=flat-square"/> <img src="https://img.shields.io/badge/Protocol-MCP-1B6CA8?style=flat-square"/> <img src="https://img.shields.io/badge/Platform-MetaTrader%205-0D1B2A?style=flat-square"/> <img src="https://img.shields.io/badge/Author-Niquel%20Mendoza-C9D6DF?style=flat-square"/> <a href="./LICENSE"> <img src="https://img.shields.io/badge/License-Nique%26Leo%20NL--ND-red.svg"/> </a> </p>
<p align="center"> <strong>Universal MCP Server for MetaTrader 5 Trading & Data Operations</strong> </p>
FullMt5McpByLeo is a complete, production-ready MCP server that enables Claude and other AI assistants to control MetaTrader 5 directly. Execute trades, retrieve market data, manage charts, analyze trading history, and automate MT5 operations through natural language.
Execute and manage trading positions and orders:
Access real-time and historical data:
Create and modify chart visualizations:
Control chart windows and redraw operations:
Compile and execute Expert Advisors:
Note: Python version package mt5_mcp_by_leo is deprecated. now replace by C++ exe server.
FullMt5McpByLeo/
├── Src/ # MQL5 Backend Functions
│ ....
├── mt5_mcp_by_leo/ # Json tools definition
│ ....- Check: dependencies.json
- EX5 of releases (Runner an McPServer). - EXE from releases - EX5 Library McpServerByLeo pucharse in: TheBotPlace - McpServerByLeo When you purchase the library, you should already have an account on TheBotPlace. This account will have an ID, which you will put in the .json file of your MCP IA (YOUR_TBP_ID).
cd "C:\Users\YOUR USER\AppData\Roaming\MetaQuotes\Terminal\YOUR ID\MQL5\Shared Projects"
tsndep install "https://forge.mql5.io/nique_372/FullMt5McpByLeo.git"Download the latest .exe and .ex5 files from the repo releases....
Open Common\\Files And create a json file with this structure:
{
"general": {
"type_reg": "stdio_stdin",
"json_tools_fpath": "JSON_TOOL_PATH"
},
"mt5_conn": {
"host": "127.0.0.1",
"port": 9999
},
"http_lib": {
"name": "McpMt5Server",
"version": "1.0.0",
"host": "127.0.0.1",
"port": 8080,
"endpoint": "/"
},
"stdio_stdin": {
"name": "MT5 MCP Server",
"version": "1.0.0"
}
}Add to your claude_desktop_config.json:
{
"mcpServers": {
"mt5_mcp_by_leo": {
"command": "PATH_TO_EXE",
"args": ["PATH_TO_FILE", "YOUR_TBP_ID", "YOUR_MT5_ACCOUNT_LOGIN_ID"
]
}
}
}In MT5: Tools → Options → Allowed URLs for WebRequest
127.0.0.1 or host you configured.Open Claude Desktop. At that moment, a Python script is running in the background until it establishes a connection with the EA McpServer.ex5.
Run Runner.ex5 in any chart.. (dowland from releases)
Then:
MetaEditor: Open Src/Mt5Mcp.mq5 → Compile (F5) Or Dowland Mt5Mcp.ex5 of releases (last version).
MT5: Drag Mt5Mcp.ex5 onto your chart and cofigure it, The parameters of the EA, such as port/host, must match the JSON of Claude DesktopOpen a 0.01 lot BUY on EURUSD with SL at 1.0800 and TP at 1.0900Note:
You can also use HTTP Remote with the help of "mcp-remote" (see: https://forge.mql5.io/nique_372/McpServer/wiki/Running-HTTP)
[Read Full License](./LICENSE)
By downloading or using this repository, you accept the license terms.
<p align="center">Copyright © 2026 Niquel Mendoza (nique_372).<br/> TSN Trading Systems ecosystem.</p>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.