TTMT MCP
TTMT MCP connects Claude, ChatGPT, and other MCP clients to your own TTMT (Telegram-to-MetaTrader) trading account. Sign in with your TTMT account and ask natural-language questions about your trades, signals, channels, performance, and risk status. It's strictly read-only, it can never place, modify, or close a trade, change a setting, or touch another user's data.
託管 MCP 伺服器
npx add-mcp 'https://app.telegramtometatrader.com/api/mcp/mcp'可安裝到 Claude Code、Codex、Cursor 等客戶端
文件
Ask Claude About Your Trading (MCP)
TTMT exposes a read-only connector that lets Claude — or any MCP-compatible AI tool — answer questions about your own trading data. You point Claude at TTMT once, sign in with your TTMT account, and from then on you can ask it things like "how did my Aggressive profile do last month?" or "which of my accounts are halted right now?" in plain language. Claude fetches the numbers from your account and answers.
It can read supported views of your trades, positions, performance, settings, channels and risk status, and preview a hypothetical order plan. What it can never do is place a trade, change a setting, close a position, or move a single dollar. The connector has no way to act on your account. It only reads.
::: info Availability MCP access depends on your account’s enablement and the subscription-access rollout. It is separate from the Developer API access policy; a Developer API key is not required. If sign-in or consent fails, message support to check your access. :::
What is MCP?
MCP (the Model Context Protocol) is a standard way for AI apps to plug into an outside source of data. Instead of you copying numbers into a chat by hand, the AI app connects directly to the source and pulls what it needs to answer your question. TTMT publishes an MCP connector for your trading data, so a supported AI tool can read it on demand — with your permission, and read-only.
Because MCP is an open standard, this works with more than one app. You can use it from:
- claude.ai (the web app)
- Claude Desktop
- Claude Code (the terminal tool)
- Any other MCP-compatible client that supports the modern connector transport and sign-in
You connect the same TTMT connector URL in whichever tool you prefer, sign in once, and ask away.
What you can ask
Once connected, you talk to Claude in normal language. It works out which of your data it needs, fetches it, and answers. A few examples:
- "Give me my morning trading summary."
- "How does my Aggressive profile compare to Balanced over the last month?"
- "Walk me through what happened on trade
trd_abc123." - "Why didn't my last
EURUSDsignal get traded?" - "What's my total floating P&L right now?"
- "If I got a
XAUUSDBUYsignal right now, what would my order plan look like?"
That last one is a preview. Claude asks TTMT to compute the exact order plan the platform would produce for that hypothetical signal and your current settings. No trade is placed — it's a calculation, nothing more.
What's inside the connector
The connector gives Claude a fixed set of read-only capabilities. Nothing here can change your account.
| Capability | Count | What it means |
|---|---|---|
| Read-only tools | 20 | List accounts, inspect trades and traces, summarise performance, resolve settings, look up a setting, check risk, and preview an order plan. |
| Resources | 7 | Glossary, settings schema and individual setting references, guides, accounts, and trade/channel links. |
| Guided prompts | 7 | One-click routines — a morning review, a risk review, a weekly report, a settings healthcheck, a drawdown postmortem, and channel deep-dive / vetting. |
| Rate limit | 60 / min | Up to 60 requests per minute, shared across all your connected AI clients. |
| Daily limit | Essential ~25 / day | On the Essential plan the connector allows about 25 tool calls (roughly three questions) per day, reset daily. Pro and higher plans are unlimited. See Security & Limits. |
::: success Read-only guarantee Claude can read your data. It can never place, modify, or close a trade, change a setting, or move funds — and it can never see another user's data. There is no write capability in the connector at all. Every request is signed in as you and re-checked on the server. :::
The experimental market-analysis extension is default-enabled in this version and expands the core totals above to 23 tools, 8 resources and 8 prompts. Operators can disable it. It adds genuine external candles, paired hypothetical replay and an optional interactive viewer; provider configuration and host support are still required. These versioned capabilities are not a claim of production availability. It never changes live trades or settings.
See Tools & Capabilities for the catalog and Security & Access for sign-in, permissions and isolation.
How access works
You never create a separate password or key for the connector. It uses your normal TTMT sign-in:
- You add the connector URL in your AI client.
- Your client opens a TTMT sign-in page.
- You sign in with your TTMT account.
- You approve a consent screen granting read-only access.
- You're connected.
Every request after that is re-verified against your sign-in — there are no long-lived sessions to leak. You can disconnect at any time from your AI client's own connector settings.
Valid sign-in alone does not establish MCP access. If consent or tool calls fail, message support to check account enablement, subscription status and the current rollout.
Get connected
Ready to try it? The Quickstart walks you from zero to your first answer — adding the connector in claude.ai, Claude Desktop, or Claude Code, signing in, and asking your first question.
Start here → MCP Quickstart
Related pages
- MCP Quickstart — connect your AI client and ask your first question.
- Tools & Capabilities — the full catalog of read-only tools, resources, and prompts.
- Security & Access — how sign-in, permissions, and data isolation work.
- Market history & what-if analysis — experimental candles, replay and visual inspection.
- Developer API — the separately gated read-only REST + SSE API for scripts and bots.