FlashAlpha-lab/flashalpha-mcp
MCP server for real-time options analytics — gamma exposure (GEX), dealer positioning, volatility surfaces, greeks, and more. Works with Claude, Cursor, Windsurf, and any MCP-compatible AI assistant.
Platform-specific configuration:
{
"mcpServers": {
"flashalpha-mcp": {
"command": "npx",
"args": [
"-y",
"flashalpha-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Connect Claude, Cursor, Windsurf, or any MCP-compatible AI assistant to live options market data. Access gamma exposure (GEX), delta exposure (DEX), vanna exposure (VEX), charm exposure (CHEX), Black-Scholes greeks, implied volatility, 0DTE analytics, volatility surfaces, dealer positioning, and more — all through natural language.
---
This repository provides documentation, setup instructions, and test scripts for the FlashAlpha MCP server. The server itself runs at https://lab.flashalpha.com/mcp and is not open source. It exposes 14 tools covering options analytics, greeks, exposure metrics, and market data through the Model Context Protocol so that AI assistants can answer quantitative finance questions using live data.
---
https://lab.flashalpha.com/mcp---
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"flashalpha": {
"type": "http",
"url": "https://lab.flashalpha.com/mcp"
}
}
}See examples/claude_desktop_config.json for a complete template.
claude mcp add flashalpha --transport http https://lab.flashalpha.com/mcpVerify it was added:
claude mcp listOpen Settings > MCP and add a new server entry:
{
"flashalpha": {
"transport": "http",
"url": "https://lab.flashalpha.com/mcp"
}
}See examples/cursor_settings.json for the full settings block.
Add the server to your VS Code MCP settings (.vscode/mcp.json or user settings):
{
"servers": {
"flashalpha"Loading reviews...