Flashalpha MCP Server

Connect Claude, ChatGPT, Cursor, Windsurf, or any MCP-compatible AI assistant to live options market data. **70+ tools** covering gamma exposure

Remote serverstreamable-httpPython

What is the Flashalpha MCP MCP server?

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.

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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

Installation

Because 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.

Where it fits

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.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Flashalpha MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_historical_gexget_gex
get_historical_dexget_dex
get_historical_vexget_vex
get_historical_chexget_chex
get_historical_levelsget_levels
get_historical_exposure_summaryget_exposure_summary
get_historical_narrativeget_narrative
get_historical_zero_dteget_zero_dte
get_historical_max_painget_max_pain
get_historical_volatilityget_volatility
get_historical_advanced_volatilityget_advanced_volatility
get_historical_vrpget_vrp
get_historical_surfaceget_surface
get_historical_stock_quoteget_stock_quote

How to install the Flashalpha MCP MCP server

{
  "mcpServers": {
    "flashalpha": {
      "type": "http",
      "url": "https://lab.flashalpha.com/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Flashalpha MCP to get historical gex.
  • Use Flashalpha MCP to get historical dex.
  • Use Flashalpha MCP to get historical vex.

Frequently asked questions

It connects Flashalpha MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (get_historical_gex, get_historical_dex, get_historical_vex, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Flashalpha MCP directly.