Connect Claude, Cursor, Windsurf, or any MCP-compatible AI assistant to the FlashAlpha Historical API — point-in-time replay of every live analytics endpoint. Ask in natural language what GEX, gamma flip, VRP, narrative, max pain, or the full stock summary looked like at any minute back to 2018-04-16.
Companion to
flashalpha-mcp(live data). Same API key, same response shapes — every tool here just adds a requiredatparameter.
Point-in-time replay since 2018. Backtest dealer positioning (GEX, VRP, vanna/charm, max pain) at any minute since 2018-04-16, then trade the same endpoints live. No look-ahead, no training-serving skew. The Historical API is an Alpha tier capability.
This repository provides documentation, setup, and test scripts for the
FlashAlpha Historical MCP server. The server itself runs at
https://historical.flashalpha.com/mcp and is not open source. It exposes
historical replay tools through the Model Context Protocol so AI assistants
can answer point-in-time questions like:
"What did SPY dealer positioning look like at the COVID-crash close on March 16, 2020?"
"How did the gamma flip move during the Aug 5, 2024 unwind?"
"What was the VRP percentile and harvest score on Jan 9, 2025 at 14:30?"
"Replay every Friday close in Q1 2024 and tell me on which days dealers were short gamma."
Backed by 6.7 B option rows + 2 M+ stock minute-bars + EOD OI / SVI / macro.
https://historical.flashalpha.com/mcp
- Transport: Streamable HTTP
- Protocol version: MCP 2025-03-26
- Auth: API key passed as a parameter on each tool call
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"flashalpha-historical": {
"type": "http",
"url": "https://historical.flashalpha.com/mcp"
}
}
}claude mcp add flashalpha-historical --transport http https://historical.flashalpha.com/mcpOpen Settings > MCP and add:
{
"flashalpha-historical": {
"transport": "http",
"url": "https://historical.flashalpha.com/mcp"
}
}See examples/cursor_settings.json.
Add to .vscode/mcp.json:
{
"servers": {
"flashalpha-historical": {
"type": "http",
"url": "https://historical.flashalpha.com/mcp"
}
}
}Open Cascade > MCP Servers and add:
{
"flashalpha-historical": {
"transport": "http",
"url": "https://historical.flashalpha.com/mcp"
}
}Every tool call requires an apiKey parameter — same key as live FlashAlpha.
Historical validates against the same user table; Alpha plan or higher
on every endpoint. Calls count against your daily plan quota (shared with
the live API).
apiKey: "fa_your_key_here"
Get a free key at flashalpha.com.
Every analytics tool takes a required at parameter:
at: "2026-03-05T15:30:00"— minute-level (ET wall-clock)at: "2026-03-05"— defaults to 16:00 ET (session close)
| Tool | Description |
|---|---|
historical_tickers |
Coverage table — every covered symbol with date range, healthy days, gaps |
historical_stock_quote |
Stock bid/ask/mid/last at the minute |
historical_option_quote |
Option quote(s) + greeks + OI at the minute (filter by expiry/strike/type) |
historical_surface |
50×50 IV surface grid (tenor × log-moneyness) |
historical_gex |
Gamma exposure by strike |
historical_dex |
Delta exposure by strike |
historical_vex |
Vanna exposure by strike |
historical_chex |
Charm exposure by strike |
historical_exposure_summary |
Net GEX/DEX/VEX/CHEX, gamma flip, regime, ±1% hedging, 0DTE contribution |
historical_exposure_levels |
Gamma flip, call/put walls, max +/- gamma, highest-OI strike |
historical_narrative |
Verbal analysis + prior-day GEX comparison + VIX context |
historical_zero_dte |
0DTE expected move, pin risk, hedging, decay, flow |
historical_max_pain |
Pain curve, OI breakdown, dealer alignment, pin probability |
historical_stock_summary |
Composite — price, vol, flow, exposure, macro |
historical_volatility |
Realized-vs-implied ladder, skew profiles, term structure |
historical_adv_volatility |
SVI parameters, variance surface, arbitrage flags, variance swap fairs |
historical_vrp |
VRP dashboard with leak-free percentiles (date-bounded) |
See docs/api.md for full parameter & response shapes.
> What was SPY's gamma flip relative to spot at 15:30 ET on March 16, 2020?
> Compare SPY's exposure regime at the close of every trading day in
March 2020. Flag transitions between positive_gamma and negative_gamma.
> Pull the VRP dashboard for SPY on 2024-08-05 at 14:00 ET. What was the
z-score, harvest score, and dealer flow risk?
> Show me SPY's max pain strike at every Friday close in 2024 and how
often spot landed within 1% of it.
> What did the 0DTE chain look like 30 minutes before the FOMC announcement
on 2024-09-18?
- Symbols: SPY (more on demand)
- Range: 2018-04-16 → 2026-04-02 (extended forward as new data is published)
- Granularity: 1-minute option quotes, greeks, stock bars; EOD OI / SVI / macro
option_quote.bidSize/askSize/volume— always0option_quote.svi_vol—null(svi_vol_gated: "backtest_mode")gex.call_volume/put_volume— always0; OI changes alwaysnullnarrative.data.top_oi_changes— empty arraystock_summary.macro.vix_futures/fear_and_greed—nullvrp.macro.hy_spread— hard-coded3.5- 0DTE intraday greeks (delta/gamma/theta/iv) often
0/null
MIT
The Historical API requires the Alpha tier ($1,499/mo): the only public source of aggregate vanna/charm exposure and point-in-time replay since 2018.
Quant teams, prop desks, and vol funds: flashalpha.com/for-quant-teams