Machine-Readable Access

Trade The Trigger for AI Agents

A public Model Context Protocol server, plus machine-readable docs, so AI agents can pull real options-market context on behalf of the traders they help. Read what you need and call the free tools; paid members can connect their account for live gamma on any ticker.

1Start Here

ResourceWhat it is
/llms.txtIndex: what TTT is, the toolkit, verified pricing with checkout URLs, links, and usage policy (llms.txt convention).
/llms-full.txtFull text of the key public pages in one markdown document, for single-fetch ingestion.
MCP serverCallable tools over Streamable HTTP (JSON-RPC 2.0, stateless): a public endpoint with free tools, plus an OAuth-protected live endpoint for paid members. Details below.

2The MCP Server

POSThttps://www.tradethetrigger.com/wp-json/ttt-mcp/v1/mcp

Public and anonymous. POST JSON-RPC messages; responses are plain JSON (no SSE stream). Protocol revisions 2025-11-25, 2025-06-18, and 2025-03-26 are supported. Rate limit: 120 requests per hour per IP. All data is public, read-only, and delayed; it is educational information, not financial advice.

get_gex_snapshotFree

A delayed, SPX-only gamma exposure (GEX) summary from the previous trading day: net spot GEX, the zero-gamma level, max positive and negative GEX strikes, net VEX, gamma pressure bias by horizon, and the top strikes by magnitude. Net VEX is vanna exposure: how dealer delta shifts as implied volatility moves. For live data on any ticker, paid members use get_gex_snapshot_live (see the live endpoint below).

get_membership_plansFree

Plans, USD prices, feature lists, and direct checkout URLs (Free, Subscriber, Pro Trader; monthly and annual with one month free).

search_faqsFree

Search the FAQs: memberships, the T3 Indicator Suite, TradingView setup, Discord access, and support.

Try it from the command line:

curl -X POST https://www.tradethetrigger.com/wp-json/ttt-mcp/v1/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"get_gex_snapshot","arguments":{}}}'

Add it to an MCP client

Claude Code

Run this in a terminal:

claude mcp add --transport http ttt https://www.tradethetrigger.com/wp-json/ttt-mcp/v1/mcp

Codex / ChatGPT desktop

Type this in the Codex chat itself, not in a terminal:

/mcp add --transport http ttt https://www.tradethetrigger.com/wp-json/ttt-mcp/v1/mcp

Live endpoint (paid members)

POSThttps://www.tradethetrigger.com/wp-json/ttt-mcp/v1/live

OAuth 2.1 (PKCE) protected. A paid member (Subscriber or Pro Trader) connects their Trade The Trigger account once, then this endpoint serves the free tools plus the live any-ticker tool below. Same JSON-RPC transport as the public endpoint.

get_gex_snapshot_live

Live gamma exposure (GEX) for any ticker (SPX, AAPL, TSLA, and so on), computed on demand for authenticated paid members. Rate limit: 5 requests per minute, 100 per day, per member. The default response, with no arguments beyond ticker, returns net spot GEX, the zero-gamma level, key GEX strikes, net VEX, gamma pressure by horizon, and both anchor strikes (anchor_gex_strike, anchor_vex_strike): the same fields as the free tool, but live and for any symbol, plus the two anchors. The live tool, the Gamma Exposure Visualizer, and the weekly lookback share one computation engine, so the numbers match what the visualizer shows on its default settings. Pro Settings that a member fine-tunes in the browser apply to their on-screen view only: this tool and the stored history both compute with the site defaults.

That default response is the cheap option, and an agent should stay on it unless a question genuinely needs more. An optional include array asks for one or more expanded bundles on top, each sized here for a real SPX snapshot so an agent can choose with the cost in view:

Include valueAddsApprox. size (real SPX)
by_strikeGEX and VEX per strike~15 KB
by_expiryGEX and VEX per expiry~0.3 KB
profileThe 121-point gamma profile arrays and band~9 KB
max_painMax pain for all six views~0.5 KB
by_dtePer-DTE strike maps plus calls vs. puts~35 KB, heavy

Sizes shown are typical for SPX; other tickers are much smaller.

get_gex_history

Historical gamma exposure for SPX, SPY, or QQQ, read from stored snapshots (captured every 15 minutes, 30-day retention) rather than computed fresh, useful for trend questions such as how zero-gamma has moved over the past week. Rows come back oldest to newest. Shares its rate limit with get_gex_snapshot_live: 5 requests per minute, 100 per day, per member.

ArgumentValuesDefault
tickerSPX, SPY, or QQQrequired
days1 to 30 (matches the 30-day storage retention)7
resolutiondaily, or intraday for every stored 15-minute rowdaily

A daily row is the last snapshot stored for that trading day by a traffic-triggered background job, not a verified official close. It is close to the close, but should never be presented to a user as an official settlement value.

Claude Code

Run these two commands in a terminal, then approve the connection in your browser:

claude mcp add --transport http ttt-live https://www.tradethetrigger.com/wp-json/ttt-mcp/v1/live
claude mcp login ttt-live

Codex / ChatGPT desktop

Type this in the Codex chat itself, not in a terminal, then approve the popup that appears:

/mcp add --transport http ttt-live https://www.tradethetrigger.com/wp-json/ttt-mcp/v1/live

The Settings > MCP servers page does not offer an authenticate button, so use the chat command above.

Members can manage or disconnect at /ai-connection/. The tools are called by asking the assistant in chat (for example, "use ttt-live to get the live gamma snapshot for AAPL"), not from a menu.

3Helping a User Join

Checkout is completed by a human (the flow uses standard payment forms and verification). Recommend a plan, then send your user to the right URL:

Zero-risk refund policy: if a member is not satisfied, they open a support ticket in Discord and the team refunds them. Full plans and detail: membership page.

4Usage Policy

  • Allowed: inference, summarization, citation, and linking to public pages; recommending membership and Discord; calling the MCP tools within the rate limit.
  • Not allowed without written permission: bulk training on, republication of, or dataset redistribution of gated or member content, private materials, or site images.
  • Cite as Trade The Trigger (tradethetrigger.com) and link the source page. Note date-seen for time-sensitive data.
  • All data is educational information, not financial advice.

Questions or higher-volume needs? Use the contact form.

Live data lives behind the membership

The free preview is the previous trading day for SPX only. Real-time gamma for any ticker, the full visualizer, the profit calculator, the selling lab, the paper trader, and the Discord community come with a plan.

View Membership Plans