loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

flashalpha-mcp

MCP Tool

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.

Install

$ npx loaditout add FlashAlpha-lab/flashalpha-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "flashalpha-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flashalpha-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

FlashAlpha MCP Server — Real-Time Options Analytics for AI Assistants

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.

---

What Is This

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.

---

Server URL
https://lab.flashalpha.com/mcp
  • Transport: Streamable HTTP
  • Protocol version: MCP 2025-03-26
  • Auth: API key passed as a parameter on each tool call (see Authentication)

---

Quick Setup
Claude Desktop

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 Code CLI
claude mcp add flashalpha --transport http https://lab.flashalpha.com/mcp

Verify it was added:

claude mcp list
Cursor

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

VS Code (Copilot / Continue)

Add the server to your VS Code MCP settings (.vscode/mcp.json or user settings):

{
  "servers": {
    "flashalpha"

Tags

ai-toolsclaudecursorgamma-exposuregexgreeksllm-toolsmcpmodel-context-protocoloptionsvolatilitywindsurf

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated21 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/FlashAlpha-lab/flashalpha-mcp)](https://loaditout.ai/skills/FlashAlpha-lab/flashalpha-mcp)