MT-MCP Docs
Tool Reference

Account

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_account_info

Returns account balance, equity, margin, leverage, and currency.

Parameters

NameTypeRequiredDefaultDescription
terminal_idstringNo

get_orders

Returns all pending orders.

Parameters

NameTypeRequiredDefaultDescription
terminal_idstringNo

get_positions

Returns all open positions with P&L.

Parameters

NameTypeRequiredDefaultDescription
terminal_idstringNo

get_trade_history

Returns closed trades with optional date range filter.

Parameters

NameTypeRequiredDefaultDescription
from_datestringNo
to_datestringNo
limitintegerNo100
terminal_idstringNo

On this page