Tool Reference
Every MCP tool exposed by the MTContext server, grouped by category.
This section documents every MCP tool exposed by MTContext, grouped by workflow category (Market, Trading, Risk, Analytics, and more).
A few things worth knowing before you dig into a category:
Terminal routing is automatic. Each MCP session is bound to a single terminal via JWT claims — tools are routed to the correct terminal without any explicit parameter.
dry_run guards every trade-affecting tool. Any tool that can place, modify, or close a position defaults dry_run to true. It will validate the request and tell you what it would do without touching the account. Pass dry_run: false explicitly to execute for real. Pages for tools with this guard are marked with a warning callout.
Read vs. trade vs. analytics. Subscription tiers control which tools are available. If a tool call is rejected, verify your plan and capabilities in the dashboard first.
Each category page includes:
- Parameter contract tables with required fields and defaults.
- Ready-to-use JSON example requests.
- Usage notes to reduce common mistakes.