mcpbeat Sign in

MT5-Quant MCP Server

local only

MT5-Quant runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

MT5 strategy development with 87 tools. Backtest, optimize, debug MQL5 EAs on macOS/Linux.

Installs / week
not published
36
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run_backtest.from_date → src/tools/handlers/backtest.rs:485, run_optimization.set_file → src/pipeline/backtest.rs:945, analyze_report.report_dir → src/tools/handlers/backtest.rs:733 и ещё 3
    fs::write(&weeks_path, serde_json::to_string_pretty(&json!({
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/tools/handlers/utility.rs:949
        None => path.join(format!("report.{}", format)),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to MT5-Quant

same job, measured the same way
Trading
by lona

AI-powered trading strategy development: backtesting, market data, and portfolio analysis

answering
Finlab AI
by koreal6803

Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples.

6 tools answering
Next Devtools MCP
by vercel

Next.js development tools MCP server with stdio transport

85 456 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

5 478 installs/wk local only
Nephyr Backtest
by clm-studios

Prediction market strategy backtesting with real on-chain Polymarket data

51 installs/wk local only
Blitz
by blitzdotdev

Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.

33 installs/wk local only
Stratify
by aeon-labs

Backtest NIFTY option strategies on real 1-minute data, with an honest out-of-sample panel.

116 installs/wk 10 tools answering
Linear-Task-Broker
by evozim

Integrates agents with Linear software development workflows.

answering

MT5-Quant — questions

Answers built from our own checks of this server.

Why is there no uptime for MT5-Quant?
MT5-Quant runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is MT5-Quant open source?
Yes — it is published under the MIT licence, written in Rust and 36 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.