← flashalpha.com

INDIVIDUAL MCP TOOL

get_chex

Get charm exposure (CHEX) by strike.

flashalpha.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

flashalpha.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flashalpha-com]
url = "https://lab.flashalpha.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: flashalpha-com
Remote MCP URL: https://lab.flashalpha.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flashalpha-com": {
      "url": "https://lab.flashalpha.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flashalpha-com": {
      "type": "http",
      "url": "https://lab.flashalpha.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flashalpha-com",
  "transport": "streamable-http",
  "url": "https://lab.flashalpha.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_strategy — Get a strategy decision envelope for one of 10 options-based trading signals.
  • get_vix_state — VIX regime vs SPX realized volatility: overvixing/undervixing/neutral label, spread (VIX minus SPX RV20d), ratio, and interpretation.
  • get_surface — Get the live 50x50 implied-volatility surface grid over (tenor, log-moneyness).
  • get_stock_summary — Get comprehensive stock summary: price, ATM IV, historical vol, VRP, skew, term structure, options flow, exposure data, and macro context (VIX, Fear & Greed, yield curve).
  • get_stock_flow — Raw intraday stock trade-flow for one symbol.
  • get_historical_exposure_summary — Replay the full exposure summary (net GEX/DEX/VEX/CHEX, regime, hedging estimates, top strikes) at any minute since April 2018.
  • post_screener — Find, rank, and compare symbols across the whole universe in ONE call.
  • get_historical_advanced_volatility — Replay advanced volatility analytics (SVI parameters, forward prices, total variance surface, arbitrage flags, greek surfaces, variance swap fair values) at any minute since April 2018.