gex.live
About
SPX dealer positioning measured from the 0DTE tape: zero-gamma flip, call/put walls and hold band for 1,000+ finished sessions, plus a backtesting Lab; measurement only, no signals.
Details
- Author
- Unknown
- Categories
- Finance, Other
Jump to
Point your assistant at one URL and it can read dealer positioning for 1,000+ finished SPX sessions — and, with your account connected, compile and backtest ideas in theLabwithout leaving the conversation.
gex.live speaks theModel Context Protocol:
Endpoint https://mcp.gex.live/mcp (streamable HTTP) Registry live.gex/gex-mcp (official MCP registry)
Everything served is a measurement verifiable against the free history — no buy/sell signals, by design. Only derived per-session aggregates cross this interface, one session per call.
claude mcp add --transport http gex https://mcp.gex.live/mcp
// .cursor/mcp.json { "mcpServers": { "gex": { "url": "https://mcp.gex.live/mcp" } } }
The server is plain streamable HTTP: POST JSON-RPC to the endpoint, no session state.
curl -s https://mcp.gex.live/mcp -H "content-type: application/json" -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "get_session", "arguments": { "day": "2026-08-13" } } }'
Signed in (or with a Lab token attached), five more tools appear. They drive the Lab'sconveyor— the same one theLABpage drives. Every idea walks the same road, in order:
plain words --> rule --> BACKTEST --> QUANT OPTIMIZE --> your desk (compile) (1 credit) (1 credit)
You never type this JSON yourself: your assistant discovers every tool's schema automatically and builds the calls — you ask in plain words. The shapes above are what it sends under the hood. Out of credits, a paid run answers402 {"error":"no credits","buy":"lab"}— top up on theLAB page.
Manual token (scripts, clients without OAuth)
Create a token on youraccount page(LAB & API section — shown once, revocable, scoped to LAB only), then attach it as a header:
claude mcp add --transport http gex https://mcp.gex.live/mcp \ --header "Authorization: Bearer labk_YOUR_TOKEN"
// .cursor/mcp.json { "mcpServers": { "gex": { "url": "https://mcp.gex.live/mcp", "headers": { "Authorization": "Bearer labk_YOUR_TOKEN" } } } }
# 1. plain words -> a compiled rule (free) lab_compile { "message": "fade a +3 sigma stretch above vwap on top-decile volume" } -> { "kind": "spec", "idea": { "id": "i_4f2a", "name": "...", "spec": { ... } } } # 2. backtest the rule (1 credit; this is the step the idea is on) lab_run { "id": "i_4f2a", "kind": "backtest" } -> { "result": { legs, era tables: all / this year / holdout, verdict }, "state": { balance, ideas } } # 3. quant optimize the parameters (1 credit; only after a backtest) lab_run { "id": "i_4f2a", "kind": "quant" } -> every variant scored -- no picked winner, that judgment stays yours # 4. keep it: onto the desk, conveyor freed lab_idea { "id": "i_4f2a", "action": "desk" }
Then ask things like:“compile this idea — fade a +3σ stretch above vwap on top-decile volume — backtest it, and show me the holdout verdict.”
Full request/response shapes:Lab API docs— the MCP tools mirror those endpoints one to one.
Not investment advice. Options trading carries substantial risk of loss. Backtested performance does not guarantee future results.
Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp
Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.
Live Polymarket prediction market data — whale trades, market odds, trader profiles, leaderboards, and AI-citable summaries.
Operate the AgentPump agent economy: read the live market and create, fund, tune, and run autonomous on-chain trading agents.
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
Independent statistical validation for trading signals and backtests: deflated Sharpe, out-of-sample and leakage forensics, signed replayable verdicts; a methodology audit, not investment advice.
CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence signals. Free anonymous tier, no signup required.
Hosted MCP server for Chinese A-share and ETF market data, including prices, fundamentals, capital flows, financial statements, real-time quotes, and news.
可转债高级策略 MCP Server — 双低/三低/YTM/强赎/下修6大策略引擎
Portfolio & trading-strategy stress diagnostics for AI agents: multi-asset stress with hedge-break detection, a daily preregistered regime outlook and deflated-Sharpe backtest-integrity checks. Remote streamable HTTP, free tier, no auth.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



