Connect Claude, ChatGPT, Cursor, Windsurf, or any MCP-compatible AI assistant to live options market data. **70+ tools** covering gamma exposure
Connect Flashalpha MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Connect Claude, ChatGPT, Cursor, Windsurf, or any MCP-compatible AI assistant to live options market data. 70+ tools covering gamma exposure (GEX), delta/vanna/charm exposure, max pain, key dealer-positioning levels, IV surfaces (SVI. The flashalpha mcp mcp server is what makes that connection.
Documentation, setup snippets, and server.json metadata for the FlashAlpha remote MCP server. The server itself runs at https://lab.flashalpha.com/mcp (and /mcp-oauth for OAuth-authenticated clients) — its source is not open. Use this repo as a reference for how to wire FlashAlpha into your AI client of choice.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_historical_gex — get_gexget_historical_dex — get_dexget_historical_vex — get_vexget_historical_chex — get_chexget_historical_levels — get_levelsget_historical_exposure_summary — get_exposure_summaryget_historical_narrative — get_narrativeget_historical_zero_dte — get_zero_dteget_historical_max_pain — get_max_painget_historical_volatility — get_volatilityget_historical_advanced_volatility — get_advanced_volatilityget_historical_vrp — get_vrpBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Flashalpha MCP's toolset — get_historical_gex, get_historical_dex, get_historical_vex and 11 more — is a fair guide to whether it matches your workflow. It is maintained by flashalpha-lab; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_historical_gex | get_gex |
| get_historical_dex | get_dex |
| get_historical_vex | get_vex |
| get_historical_chex | get_chex |
| get_historical_levels | get_levels |
| get_historical_exposure_summary | get_exposure_summary |
| get_historical_narrative | get_narrative |
| get_historical_zero_dte | get_zero_dte |
| get_historical_max_pain | get_max_pain |
| get_historical_volatility | get_volatility |
| get_historical_advanced_volatility | get_advanced_volatility |
| get_historical_vrp | get_vrp |
| get_historical_surface | get_surface |
| get_historical_stock_quote | get_stock_quote |
{
"mcpServers": {
"flashalpha": {
"type": "http",
"url": "https://lab.flashalpha.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.