MetaTrader 5 MCP Server

26 tools. 5 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

5 can modify or destroy data
21 read-only
26 tools total

Community server · catalogue entry verified 11/06/2026

How to control MetaTrader 5 MCP Server ↓

Read (21) Write / Execute (4) Destructive / Financial (1)
Critical Risk

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

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_account_info": {
    "limits": [
      {
        "counter": "get_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 MetaTrader 5 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 METATRADER 5 →

Free to start. No card required.

READ 21 tools
Read get_account_info Get information about the current trading account. Important: Requires MT5 to be initialized and logged i Read get_last_error Get the last error code and description. Returns: Dict[str, Any]: Last error code and description Read get_symbol_info Get information about a specific symbol. Args: symbol: Symbol name Returns: SymbolIn Read get_symbol_info_tick get_symbol_info_tick Read get_symbols Get all available symbols (financial instruments) from the MetaTrader 5 terminal. Returns: List[s Read get_symbols_by_group get_symbols_by_group Read get_terminal_info Get information about the MetaTrader 5 terminal. Returns: Dict[str, Any]: Information about the t Read get_version Get the MetaTrader 5 version. Returns: Dict[str, Any]: Version information. Read history_deals_get Get deals from history within the specified date range. Args: symbol: Symbol name group: Read history_orders_get Get orders from history within the specified date range. Args: symbol: Symbol name group: Read order_check order_check Read orders_get orders_get Read orders_get_by_ticket Get an active order by its ticket. Args: ticket: Order ticket Returns: Optional[Dict Read positions_get positions_get Read positions_get_by_ticket Get an open position by its ticket. Args: ticket: Position ticket Returns: Optional[ Read copy_rates_from_date Get bars from a specified symbol and timeframe starting from the specified date. Args: symbol: Sy Read copy_rates_from_pos copy_rates_from_pos Read copy_rates_range Get bars from a specified symbol and timeframe within the specified date range. Args: symbol: Sym Read copy_ticks_from_date Get ticks from a specified symbol starting from the specified date. Args: symbol: Symbol name Read copy_ticks_from_pos Get ticks from a specified symbol starting from the specified position. Args: symbol: Symbol name Read copy_ticks_range Get ticks from a specified symbol within the specified date range. Args: symbol: Symbol name

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

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

Yes. The MetaTrader 5 MCP Server server exposes 1 financial tools including 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.

How do I prevent bulk modifications through MetaTrader 5 MCP Server? +

The MetaTrader 5 MCP Server server has 1 write tools including symbol_select. 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 MetaTrader 5 MCP Server.

How many tools does the MetaTrader 5 MCP Server MCP server expose? +

26 tools across 3 categories: Execute, Read, Write. 21 are read-only. 5 can modify, create, or delete data.

How do I enforce a policy on MetaTrader 5 MCP Server? +

Register the MetaTrader 5 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 MetaTrader 5 MCP Server tool call.

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

Free to start. No card required.

26 MetaTrader 5 MCP Server tools catalogued and risk-classified — across an index of 42,500+ 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.