← gammarips.com
INDIVIDUAL MCP TOOL
replay_contract
Raw option price data for YOUR OWN entry/exit rule.
LIVE ENDPOINT
https://mcp.gammarips.com/mcp
Connect to this endpoint to inspect the live schema for replay_contract and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gammarips]
url = "https://mcp.gammarips.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gammarips": {
"type": "http",
"url": "https://mcp.gammarips.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gammarips
Remote MCP URL: https://mcp.gammarips.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gammarips": {
"url": "https://mcp.gammarips.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gammarips": {
"type": "http",
"url": "https://mcp.gammarips.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gammarips",
"transport": "streamable-http",
"url": "https://mcp.gammarips.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pool— The GammaRips candidate pool for a scan date.get_signal— Deep dive on a single ticker/contract.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).query_outcomes— The realized-outcome + receipts substrate behind the engine.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 engine's regime safety rail evaluated on those values.get_market_calendar_status— Market-calendar reference.get_playbook— Methodology + reference, versioned server-side (re-fetch rather than caching long-term).get_daily_report— The daily intelligence report.