MT5 MCP Server

27 tools. 8 can modify or destroy data without limits.

3 destructive tools with no built-in limits. Policy required.

Last updated:

8 can modify or destroy data
19 read-only
27 tools total

Community server · catalogue entry verified 02/07/2026

How to control MT5 MCP Server ↓

What MT5 MCP Server exposes to your agents

Read (19) Write / Execute (5) Destructive / Financial (3)
Critical Risk

The most dangerous MT5 MCP Server tools

8 of MT5 MCP Server's 27 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control MT5 MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and MT5 MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "mt5_close_all": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "mt5_order_cancel": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "mt5_indicator": {
    "limits": [
      {
        "counter": "mt5_indicator_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "mt5_account_info": {
    "limits": [
      {
        "counter": "mt5_account_info_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MT5 MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MT5 →

Instant setup, no code required.

All 27 MT5 MCP Server tools

READ 19 tools
Read mt5_account_info 口座情報(残高・有効証拠金・証拠金・レバレッジ・通貨など)を返す。 Read mt5_analyze 複数タイムフレームのトレンド/モメンタムを要約し所見を生成する。 Read mt5_confluence フィボ水準・直近スイング・移動平均を重ね合わせ、注目価格帯を抽出する。 Read mt5_fib_expansion フィボナッチ・エクスパンション(エクステンション)水準を算出する(3点法)。 Read mt5_fib_retracement フィボナッチ・リトレースメント水準を算出する。 Read mt5_health_check MT5 ターミナルとの接続状態・バージョン情報を返す。 Read mt5_history_deals 約定履歴。from_date/to_date は ISO8601。 Read mt5_history_orders 注文履歴。from_date/to_date は ISO8601。 Read mt5_market_depth 板情報(DOM)を返す。ブローカーが DOM 配信する銘柄のみ有効。 Read mt5_market_snapshot 気配・スプレッド・主要指標・直近トレンドをまとめて返す。 Read mt5_ohlcv ローソク足(OHLCV)を取得する。 Read mt5_orders 未約定(待機)注文一覧。 Read mt5_positions オープンポジション一覧。symbol 指定で絞り込み。 Read mt5_quote 現在の気配(bid/ask/last/スプレッド/時刻)を返す。 Read mt5_swing_points スイング高値・安値(ZigZag 相当)を検出する。 Read mt5_symbol_info シンボル詳細(スプレッド・桁数・ロット制限・取引モード等)。 Read mt5_symbols_list 利用可能シンボル一覧。group はワイルドカードフィルタ(例 "USD")。 Read mt5_terminal_info ターミナルの設定情報(取引許可・接続状態・パス等)を返す。 Read mt5_ticks ティック履歴を取得する。from_date(ISO8601) から count 件。

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about MT5 MCP Server

Can an AI agent move money through the MT5 MCP Server MCP server? +

Yes. The MT5 MCP Server server exposes 2 financial tools including mt5_close_all, mt5_order_send. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the MT5 MCP Server MCP server? +

Yes. The MT5 MCP Server server exposes 1 destructive tools including mt5_order_cancel. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through MT5 MCP Server? +

The MT5 MCP Server server has 5 write tools including mt5_indicator, mt5_indicators_batch, mt5_order_modify. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MT5 MCP Server.

How many tools does the MT5 MCP Server MCP server expose? +

27 tools across 3 categories: Destructive, Read, Write. 19 are read-only. 8 can modify, create, or delete data.

How do I enforce a policy on MT5 MCP Server? +

Register the MT5 MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MT5 MCP Server tool call.

Deterministic rules across all 27 MT5 MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

27 MT5 MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.