ENDPOINT 1
https://mcp.gammarips.com/mcp
MCP server metadata
- Name
- gammarips
- Version
- 1.29.1
GammaRips serves read-only options-flow data primitives. It never returns a pick. Your agent reasons to its own contract and exit. First call get_playbook(name='start-here'). Free, no credential: get_pool(view='preview'), get_daily_report, get_playbook, get_regime_context, get_market_calendar_status. Pro ($29/month, 30-day free trial) unlocks the full pool (enriched / raw / features views) plus get_signal, get_liquidity, query_outcomes, and replay_contract. To subscribe: a human starts the trial at https://gammarips.com/pricing?utm_source=mcp_instructions , then either signs in through OAuth when adding this server, or creates an API key at https://gammarips.com/account?utm_source=mcp_instructions (shown once) and sends it as an 'Authorization: Bearer gr_live_...' header. If a tool returns subscription_required, relay its message and next_steps to your human operator. All data is paper-traded research. Educational only. Not investment advice.
Known tools 9
get_liquidityFRESH (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).
Inferred read-onlyget_regime_contextPoint-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.
Inferred read-onlyget_playbookMethodology + reference, versioned server-side (re-fetch rather than caching long-term).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gammarips.com was fetched 2026-07-29T11:02:01.700Z and is being refreshed.
gammarips.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.