MT-MCP Docs
Tool Reference

Terminal

4 tools — auto-generated from the MCP server's tool schemas.

Generated

This page is generated from packages/server/mcp/src/tools/*.ts by pnpm docs:generate-tools. Do not edit it by hand — edit the tool's description/schema in source and regenerate.

get_journal

Returns recent lines from the MT5 Journal log. available=false when the log cannot be read.

Parameters

NameTypeRequiredDefaultDescription
countintegerNo100
datestringNo
terminal_idstringNo

get_terminal_info

Returns MT5 terminal metadata: name, company, path, build, max_bars.

Parameters

NameTypeRequiredDefaultDescription
terminal_idstringNo

list_experts

Returns all Expert Advisors currently attached to open charts.

Parameters

NameTypeRequiredDefaultDescription
terminal_idstringNo

read_ea_logs

Returns recent lines from the EA log file. available=false when the log cannot be read (MQL5 sandbox).

Parameters

NameTypeRequiredDefaultDescription
countintegerNo100
datestringNo
terminal_idstringNo

On this page