🌐 India · NSE & MCX ▾
Book a demo Start free
Service · TT Assistant · Tradetron MCP

Your Tradetron account, inside the AI you already use.

Paste one URL into Claude, ChatGPT, Gemini, Cursor or Codex, sign in with your Tradetron account, and 58 Tradetron tools appear in the chat. Describe a strategy in plain English and it gets built in your account. Backtest it. Change one leg of it. Ask why it didn't trade this morning. Tradetron charges nothing for the connector — it runs on the AI subscription you already pay for.

No Tradetron AI tokensRuns on your own AI planNever places a live order
Live · last 30 days

3,334 strategies built by 391 traders through the Tradetron MCP

01 · What it is

One URL. Nothing to install.

MCP — the Model Context Protocol — is the open standard AI apps use to reach outside services. Tradetron publishes one. You add its address to your AI once, sign in on Tradetron's own page, and the tools are in every chat after that. Nothing to download, no key to copy, no code to write.

[ 01 ]
A connector, not another app
There is no new interface to learn and no second place to log in. The chat window you already have open gets your Tradetron account attached to it. Close the tab and nothing is left running.
[ 02 ]
Tradetron charges nothing for it
No AI-token quota, no add-on, no plan upgrade. The thinking is done by your own Claude, ChatGPT or Gemini subscription, so a conversation costs exactly what that subscription already costs you. On our side, a Tradetron account is the whole requirement.
[ 03 ]
It cannot trade for you
It builds, tests, edits and explains strategies, and can deploy to paper. Taking a strategy live, funding it and placing real orders stay with you inside Tradetron. Your money never leaves your own broker.
02 · What you can do

Say it. It does it.

Six jobs you would otherwise click through the wizard, the backtest queue, the builder canvas and the notification log for. The line in quotes is what you type.

[ 01 ]
Build it by describing it

“Short NIFTY ATM straddle, 50-point wings, exit at 30% profit or a 3% MTM stop.”

You get a real Advanced Strategy Builder template in your account, with a link to open it. Every keyword is resolved and every field validated before anything is saved.
[ 02 ]
Backtest without leaving the chat

“Backtest it from January 2022.”

It runs on Tradetron's own engine over years of audited data and hands back the full report link. Backtest credits apply, at the same ₹20 per credit as on the site — the only part of this flow you pay Tradetron for.
[ 03 ]
Change one thing, not everything

“Add a hedge leg to set 2 — don't rebuild it.”

Surgical edits are round-trip verified. If the platform would silently drop something, the edit fails loudly instead of quietly leaving your strategy half-changed.
[ 04 ]
Ask why it didn't trade

“My straddle is in error and didn't trade this morning. What happened?”

It reads the engine log and the broker log together and names the layer at fault — your logic, or the broker's rejection. That is usually the difference between an hour of guessing and a one-line fix.
[ 05 ]
See where the money actually went

“Rank my strategies, worst to best.”

P&L, win-days, payoff ratio and drawdown for one strategy or the whole book. Descriptive reads of your own history — never a recommendation to buy, sell or hold.
[ 06 ]
Rehearse on paper first

“Deploy it to paper and watch it for a week.”

Simulated money, real market data, your own account. Ownership-checked, and paper-only by design — the connector has no path to a live deployment.

Those are the shapes, not the list. All 58 tools, grouped by job and with real responses, are on the tool reference →

03 · What it feels like

Plain English in. A real strategy out.

No hunting for keyword names you don't remember. Tell it what you want; it picks the blocks, names the legs, sets the conditions, and shows you exactly what it built before anything is saved.

When a description is ambiguous — “stop loss on the short call” could mean on premium or on the underlying — it asks one question instead of guessing. That is the whole game: nothing gets dropped quietly.

It resolves 8,621 tradable underlyings by name, so “Bank Nifty weekly”, “Sensex”, “Crude” and “Reliance” all land on the right instrument without you looking up a symbol.

04 · Connect

Two minutes, once. Then it's in every chat.

One address, added to the AI app you already use. Sign-in is OAuth: you log in on Tradetron's own page, and your password never reaches the AI app.

Tradetron MCP server
https://mcp.tradetron.tech/mcp
Authentication: OAuth · sign in with your Tradetron account · no API key to paste
Claude claude.ai & desktop app
  1. 01
    Open Settings → Connectors and choose Add custom connector.
  2. 02
    Name it Tradetron, paste the server URL above, and add it.
  3. 03
    Click Connect. Tradetron's sign-in page opens — log in and authorise.
  4. 04
    Turn it on in a chat and ask for something: “Create a NIFTY short straddle with a 30% stop.”
ChatGPT web & desktop app
  1. 01
    Open Settings → Connectors. If custom connectors aren't offered, enable Developer mode under Advanced first.
  2. 02
    Create a connector called Tradetron and paste the server URL above.
  3. 03
    Set authentication to OAuth, create it, then sign in and authorise.
  4. 04
    In a chat, pick Tradetron from the tools menu and describe what you want built.
Everything else
Claude Code

One command, then /mcp in a session to sign in.

claude mcp add --transport http tradetron https://mcp.tradetron.tech/mcp
Codex CLI

Add the server to ~/.codex/config.toml. The browser opens once for sign-in.

[mcp_servers.tradetron]
command = "npx"
args = ["-y", "mcp-remote", "https://mcp.tradetron.tech/mcp"]
Cursor, VS Code and other editors

Add a remote MCP server pointing at the same URL. In Cursor that is Settings → Tools & MCP → New MCP server; in VS Code it is a .vscode/mcp.json entry.

{ "servers": { "tradetron": { "type": "http", "url": "https://mcp.tradetron.tech/mcp" } } }
Gemini CLI, Antigravity and anything else that speaks MCP

Point it at the same URL as a remote HTTP MCP server. If a client only supports local servers, bridge it — this works everywhere:

npx -y mcp-remote https://mcp.tradetron.tech/mcp
From Python, with no AI in the loop

Every tool is also a plain Python method that returns a dict — useful for scripts, notebooks and cron jobs. Sign-in is the same OAuth flow, cached after the first run.

pip install ttmcp

from ttmcp import TradetronMCP
tt = TradetronMCP()                 # opens your browser, once
tt.tt_portfolio_report(from_date="2026-07-01", to_date="2026-07-31")

Read-only tools — plans, brokers, instruments, the market calendar, keyword lookups, and drafting and validating a strategy — work before you sign in. Saving a strategy, or reading your own logs, deployments and P&L, needs the connection. Menu names move between app versions; if you can't find Connectors, search your AI app's settings for MCP.

Connecting today ClaudeClaude CodeChatGPTCodexGeminiAntigravityCursorVS CodeGrok
05 · Guardrails

A careful assistant, not a loose cannon.

The connector is a thin, checked client on top of Tradetron. It cannot touch your account in ways you wouldn't.

[ 01 ]
Validated before it saves
Every spec is checked against the locked schema first. Wrong types, unknown keywords and dropped legs are caught before anything reaches your account.
[ 02 ]
Your account only
Before reading any strategy's logs or P&L it proves the strategy is yours. If it can't confirm ownership — or the check itself fails — it refuses and reads nothing.
[ 03 ]
Edits fail loud
Structural edits are round-trip verified. If the platform would silently drop content, the edit is rejected rather than left half-applied.
[ 04 ]
Paper only, never live
It can deploy to paper trading. It has no path to a live deployment, a live order, or your funds — those stay with you, in Tradetron.
06 · Questions

What people ask first.

What does this cost?
Tradetron charges nothing for the connector. There is no AI-token quota, no add-on and no plan upgrade — the AI's thinking is billed by your own Claude, ChatGPT or Gemini subscription, exactly as it is when you use that app for anything else. The only thing you pay Tradetron for in this flow is a backtest, because it runs on Tradetron's engine: ₹20 per credit, one credit covering six months of one underlying, the same as on the Backtest page.
Do I need a paid Tradetron plan?
No. A Tradetron account is enough to connect and to build, validate and save strategies. Your plan still governs what you can do with those strategies afterwards — how many you can deploy live, and so on — exactly as it does when you build them by hand.
Do I need to understand Tradetron's builder?
No — that's the point. You describe the strategy in your own words and the connector handles the keyword lookups, the schema and the field-by-field wiring. What you end up with is an ordinary template in the Advanced Strategy Builder that you can open, review, tweak by hand and deploy. You just didn't have to assemble it.
Which AI should I use?
Whichever one you already pay for. The tools and their behaviour are identical underneath — the AI app is only the conversation layer. Claude, ChatGPT, Gemini, Cursor, Codex, Claude Code and other MCP clients all connect to the same server at the same URL.
Can it place trades or move my money?
No. Its job is the strategy lifecycle — create, validate, backtest, edit, paper-deploy, diagnose and report. It cannot take a strategy live, place a live order, or move funds, and it cannot pause, resume or square off something that is already running. Those stay with you in Tradetron. Funds are held in your own brokerage account throughout; Tradetron never custodies money.
What can it see in my account?
Once you sign in, it acts as you and only as you: your strategies, your deployments, your logs, your reports. Every read is ownership-checked server-side, so it cannot reach another user's data even if asked. Before you sign in it can only reach public information — plans, brokers, instruments, documentation. To cut access off, remove the connector in your AI app.
Do I have to connect just to try it?
No. Plans and pricing, broker and instrument support, the market calendar, product questions, keyword lookups, and drafting and validating a strategy all work before you sign in. You need the connection to save a strategy or to read anything that belongs to you.
Can it tell me what an indicator read when my strategy fired?
Not today. The engine log records which condition fired, not the number that made it fire — indicator values are computed live on each tick to answer true or false, and aren't stored for retrieval afterwards. Capturing the operand values behind each decision is on the roadmap.
What happens when it doesn't know something?
It won't guess. Broker, instrument and pricing answers come from authoritative catalogs rather than the model's training data, and product answers carry citations. When something genuinely needs a person, it can open a real support conversation and relay the replies back into the chat — only after you say yes.
Begin

Your next strategy is a conversation away.

Paste one URL into the AI you already use, and build your first Tradetron strategy tonight.

Connect it now → All 58 tools