MT-MCP Docs
Tool Reference

Market

3 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_bars

Returns OHLCV bars for a symbol and timeframe.

Parameters

NameTypeRequiredDefaultDescription
symbolstringYes
timeframestringYes(one of: M1, M5, M15, M30, H1, H4, D1, W1, MN1)
countintegerNo100
terminal_idstringNo

get_symbol_info

Returns contract spec for a symbol: lot size, swap rates, digits.

Parameters

NameTypeRequiredDefaultDescription
symbolstringYes
terminal_idstringNo

get_symbols

Returns all symbols available in Market Watch.

Parameters

NameTypeRequiredDefaultDescription
terminal_idstringNo

On this page