Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mt5

БесплатноНе проверен

An MCP server for AI agents to inspect and trade against MetaTrader 5, with offline mock mode for CI and demos.

GitHubEmbed

Описание

An MCP server for AI agents to inspect and trade against MetaTrader 5, with offline mock mode for CI and demos.

README

Python 3.11+ Version License: MIT MCP

mt5-mcp is an MCP server so AI agents can inspect and trade against a MetaTrader 5 terminal — account, symbols, quotes, orders/positions, history — with a full offline mock for CI and demos.


Install (one command)

Grok — recommended

pip install "git+https://github.com/mergeos-bounties/mt5-mcp.git" && grok plugin install mergeos-bounties/mt5-mcp --trust

This installs the Python CLI (mt5-mcp) and the Grok plugin (skill + MCP server from .mcp.json).

Check:

mt5-mcp version
mt5-mcp doctor
mt5-mcp demo
grok plugin list
grok mcp list

Local clone:

git clone https://github.com/mergeos-bounties/mt5-mcp.git
cd mt5-mcp
pip install -e ".[dev]"
grok plugin install . --trust

Other agents (stdio MCP)

After pip install "git+https://github.com/mergeos-bounties/mt5-mcp.git", point any MCP host at:

Field Value
command mt5-mcp
args ["serve"]
env MT5_MCP_MODE=mock

Claude Desktop — merge examples/claude_desktop_config.json into Claude MCP config.

Cursor — merge examples/cursor_mcp.json.

Grok config.toml (manual, without plugin):

[mcp_servers.mt5_mcp]
command = "mt5-mcp"
args = ["serve"]
env = { MT5_MCP_MODE = "mock" }
enabled = true

One-liner via Grok CLI:

pip install "git+https://github.com/mergeos-bounties/mt5-mcp.git"
grok mcp add mt5-mcp -- mt5-mcp serve

Supported AI agents / hosts

Host Support Install
Grok (CLI / TUI / Build) Yes grok plugin install mergeos-bounties/mt5-mcp --trust then pip install "git+https://github.com/mergeos-bounties/mt5-mcp.git"
Claude Desktop Yes Copy examples/claude_desktop_config.json into Claude MCP settings
Cursor Yes Merge examples/cursor_mcp.json into Cursor MCP config
Claude Code Yes stdio MCP: same command/args as Claude Desktop / Grok
VS Code (MCP / Continue / Cline) Yes Generic stdio server config pointing at mt5-mcp serve
Windsurf / Cascade Yes stdio MCP entry with mt5-mcp + serve
Codex CLI Yes (stdio) Register MCP server command mt5-mcp serve in Codex MCP settings
ChatGPT Desktop Partial Only if host supports custom MCP stdio servers
Gemini CLI Partial Only if MCP stdio plugins are enabled

All packages speak MCP over stdio (mt5-mcp serve). Default mode is mock (offline, no simulator/terminal/GIMP required).


Modes

Mode When Behavior
mock (default) Windows / CI / no terminal Seeded demo account, FX/CFD symbols, orders, history
live Host has a bridge configured Optional file/HTTP bridge (see env vars); fails closed if unavailable

Highlights

Capability Description
Offline demo mt5-mcp demo exercises doctor, quotes, market order, history
MCP stdio serve Plug into Cursor / Claude / Grok as an MCP server
One-shot call mt5-mcp call … without a full MCP host
Safety Mock never talks to a real broker; live needs explicit env

Quick start

cd mt5-mcp
python -m venv .venv
.\.venv\Scripts\activate
pip install -e ".[dev]"

mt5-mcp version
mt5-mcp demo
mt5-mcp tools list
pytest -q

Mock mode needs no MetaTrader install.


CLI reference

Command Purpose
mt5-mcp version Version + mode
mt5-mcp status Mode, balance, equity, positions, orders
mt5-mcp demo Offline smoke of core backend APIs
mt5-mcp doctor Backend health
mt5-mcp serve MCP server over stdio
mt5-mcp call … One-shot tool call
mt5-mcp tools list List MCP tools
mt5-mcp serve

MCP tools

Tool Purpose
mt5_mode Get/set mock|live
mt5_doctor Connectivity / account health
mt5_seed_demo Reset mock account
mt5_account Balance, equity, margin, trade mode
mt5_symbols Symbol list
mt5_quote Bid/ask / last
mt5_positions Open positions (filled market orders)
mt5_orders Pending orders (limit/stop, not yet filled)
mt5_order_send Market/pending
mt5_position_close Close position by ticket
mt5_history_deals Deal history
mt5://account (resource) Account + positions snapshot

MCP host config

{
  "mcpServers": {
    "mt5-mcp": {
      "command": "python",
      "args": ["-m", "mt5_mcp"],
      "env": {
        "MT5_MCP_MODE": "mock"
      }
    }
  }
}

Also see examples/cursor_mcp.json.


Live bridge (optional)

Set env (never commit secrets):

Variable Meaning
MT5_MCP_MODE mock or live
MT5_MCP_MAGIC Optional magic number for live orders
MT5_MCP_MAX_VOLUME Max order volume cap
MT5_MCP_SYMBOL_ALLOWLIST Comma-sep allowlisted symbols
MT5_MCP_BRIDGE_URL Optional HTTP bridge base URL
MT5_MCP_BRIDGE_FILE Optional request/response JSON file path

Without a working bridge, live mode returns structured errors; demos stay on mock.


Safety

Rule Detail
Mock-only env Copy examples/env.mock.example.env and keep MT5_MCP_MODE=mock
No secrets in git Add .env to .gitignore — never commit live broker credentials
Max volume Set MT5_MCP_MAX_VOLUME to cap any single order in live mode
Symbol allowlist Restrict tradeable symbols via MT5_MCP_SYMBOL_ALLOWLIST (comma-sep)

Deal history

Deal history fields

Field Type Description
ticket int Deal ID
time str Timestamp
symbol str Instrument
type str Deal type (buy/sell)
volume float Lot size
price float Execution price
commission float Broker commission (mock)
swap float Overnight swap (mock)
profit float Net P&L (mock)

Development

pip install -e ".[dev]"
ruff check src tests
pytest -q
mt5-mcp demo

License

MIT

from github.com/mergeos-bounties/mt5-mcp

Установка Mt5

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mergeos-bounties/mt5-mcp

FAQ

Mt5 MCP бесплатный?

Да, Mt5 MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mt5?

Нет, Mt5 работает без API-ключей и переменных окружения.

Mt5 — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Mt5 в Claude Desktop, Claude Code или Cursor?

Открой Mt5 на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mt5 with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai