Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

GammaRips Options Intelligence

io.github.devdizzle/gammarips

Anti-firehose options-flow data for AI agents: curated daily pool, features, realized outcomes.

Uptime
100.0%
1 direct probes · 30d
Response
10965ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
3
available

Tools · 9

get_pool

The GammaRips candidate pool for a scan date. One tool, four `view`s: * view="enriched" (DEFAULT) — the AI-enriched pool: news, technicals, catalyst, the recommended contract (an O…

get_signal

Deep dive on a single ticker/contract. Two `view`s: * view="detail" (DEFAULT) — the full enriched signal for one ticker: thesis, catalyst, the recommended contract, and point-in-ti…

get_liquidity

FRESH (entry-day) liquidity — the read the pool's session-frozen `recommended_oi`/`recommended_volume` cannot give you (the overnight sweep only becomes OI the next morning). Two modes, c…

query_outcomes

The realized-outcome + receipts substrate behind the engine. One tool, nine `view`s. Whole-pool composites under any FIXED exit are NEGATIVE by construction — these are a research surface…

replay_contract

Raw option price data for YOUR OWN entry/exit rule. This server does NOT simulate or validate exits — it returns bars (the RM-002/RM-004 boundary). Two `granularity` modes: * granu…

get_regime_context

Point-in-time market-regime context for a scan date: VIX close, VIX3M, SPY trend state, and the 5-day VIX delta — all as-of <= scan_date (the selection point, leakage-safe), plus the engi…

get_market_calendar_status

Market-calendar reference. Two `view`s: * view="status" (DEFAULT) — is the US equity market open today, plus the next open/close, holiday, and early-close flags (NYSE calendar, …

get_playbook

Methodology + reference, versioned server-side (re-fetch rather than caching long-term). Arg-driven: * `field` given — the plain-English DEFINITION + role of a signal field (de…

get_daily_report

The daily intelligence report. Two `view`s: * view="report" (DEFAULT) — the full report (title, markdown content, scan_date) for `date`, or the most recent report if `date` is omit…

Prompts · 3

morning_brief

Compose a morning briefing from the pool, regime, and surfaces.

analyze_candidate

Deep-dive one pool candidate: enrichment, features, history, excursions.

run_your_own_tournament

Run the bracket-tournament selection pattern over today's pool with MY objective.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gammarips_options_intelligence": {
      "url": "https://mcp.gammarips.com/mcp",
      "transport": "streamable-http"
    }
  }
}