Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · lab.flashalpha.com

# add to Claude Code
claude mcp add --transport http tdobrowolski1-flashalpha https://lab.flashalpha.com/mcp/gex
# ~/.codex/config.toml
[mcp_servers.tdobrowolski1-flashalpha]
url = "https://lab.flashalpha.com/mcp/gex"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tdobrowolski1-flashalpha": {
      "type": "remote",
      "url": "https://lab.flashalpha.com/mcp/gex",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tdobrowolski1-flashalpha --url https://lab.flashalpha.com/mcp/gex --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  tdobrowolski1-flashalpha:
    url: "https://lab.flashalpha.com/mcp/gex"
// mcp.json
{
  "mcpServers": {
    "tdobrowolski1-flashalpha": {
      "type": "http",
      "url": "https://lab.flashalpha.com/mcp/gex"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 1 Aug 26 0
    • Endpoint reachability: reachable → not serving MCP security
  • 31 Jul 26 +9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −53
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1
    • Schema quality: excellent → good functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 66

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://lab.flashalpha.com/mcp/gex

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=flashalpha.com CN=YE2,O=Let's Encrypt,C=US 21 Jul 2026 19 Oct 2026 ECDSA 256 ECDSA-SHA384 59f5936160cf26dddc6fdd1cf8adf0f125d
SANs: *.flashalpha.com, flashalpha.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of lab.flashalpha.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
flashalpha.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 404
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://lab.flashalpha.com/mcp/gex HTTP error 404
http (plaintext) http://lab.flashalpha.com/mcp/gex HTTPS enforced
MCP tools — 21 exposed · ~2,597 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_account ~58

Get your account info: plan, daily quota limit, usage today, remaining calls.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.

No output schema declared.

No examples provided.

get_chex ~95

Get charm exposure (CHEX) by strike. Shows how dealer delta hedging changes as time passes — reveals time-decay-driven flows.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirationstring|nullOptional expiration date YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_dealer_premium ~134

Net dealer options premium — are dealers net buying or writing premium today (VWAP-weighted buy vs write across the full flow tape); shows whether dealers are net long or short premium over the configurable window; Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF/index ticker (e.g. SPY, QQQ, SPX)
windowMinutesinteger|nullRolling window in minutes (1–10080, default 240).

No output schema declared.

No examples provided.

get_dex ~88

Get delta exposure (DEX) by strike. Shows net dealer delta and directional bias from options hedging.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirationstring|nullOptional expiration date YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_exposure_sheet ~192

Unified per-strike exposure sheet: GEX, DEX, VEX, CHEX, and DAG in one response with chain totals, Line-in-the-Sand inflection strike, gamma peaks, and OPEX/triple-witching flags. Use to scan all greeks at every strike in a single call.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirationstring|nullOptional expiration date YYYY-MM-DD. Triggers OPEX/triple-witching flags.
min_oiinteger|nullOptional minimum open interest threshold — drops strikes with call_oi + put_oi < min_oi (e.g. 100).
symbolstringyesStock/ETF/index ticker (e.g. SPY, QQQ, NVDA)

No output schema declared.

No examples provided.

get_exposure_summary ~91

Get full exposure summary: net GEX/DEX/VEX/CHEX, gamma regime (positive/negative), key levels, hedging estimates, zero-DTE breakdown, top strikes.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_flow_dealer_risk ~140

Settled vs live dealer risk shift: GEX/DEX adjustment since open, percent shifts, direction classifier (amplifying/dampening/neutral/no_flow/regime_flip), and a plain-English description of the intraday flow impact.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirystring|nullOptional expiry filter YYYY-MM-DD. Omit to aggregate across all expiries.
symbolstringyesStock/ETF/index ticker (e.g. SPY, QQQ, NVDA)

No output schema declared.

No examples provided.

get_flow_summary ~138

At-a-glance simulation-aware flow card: headline flow direction (no_flow/neutral/amplifying/dampening/regime_flip), intraday delta, and live GEX with percent shift from settled. Cheap to poll across a watchlist.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirystring|nullOptional expiry filter YYYY-MM-DD. Omit to aggregate across all expiries.
symbolstringyesStock/ETF/index ticker (e.g. SPY, QQQ, NVDA)

No output schema declared.

No examples provided.

get_gex ~146

Get gamma exposure (GEX) by strike. Shows dealer gamma positioning, gamma flip, call/put walls. Reveals where dealer hedging creates support/resistance.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirationstring|nullOptional expiration date YYYY-MM-DD. Omit for all.
min_oiinteger|nullOptional minimum open interest threshold to filter small-OI noise (e.g. 100). Default 0.
symbolstringyesStock/ETF ticker (e.g. SPY, QQQ)

No output schema declared.

No examples provided.

get_levels ~86

Get key options levels: gamma flip point, call wall, put wall, max pain, highest OI strike. These act as support/resistance from dealer hedging.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_max_pain ~100

Get max pain strike, pain curve, put/call OI ratio, dealer alignment, pin probability, and per-expiration breakdown.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirationstring|nullOptional expiration date YYYY-MM-DD. Omit for nearest.
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_narrative ~80

Get verbal GEX narrative analysis. Describes gamma regime, key levels, dealer positioning, and price action implications in plain English.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_oi_diff ~140

Day-over-day open-interest deltas: per-contract OI changes, top-N sorted by absolute magnitude, and call/put aggregate totals. Use to track new positioning, unwinding, and block print intent from OI shifts.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF/index ticker (e.g. SPY, QQQ, NVDA)
topNinteger|nullOptional top-N results to return (default 10, clamped to 1-100).

No output schema declared.

No examples provided.

get_option_chain ~67

Get option chain metadata: available expirations and strikes for a ticker.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_option_quote ~135

Get live option quote with bid, ask, mid, IV, greeks, open interest, and volume. Filter by expiry, strike, and type.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirystring|nullExpiration date YYYY-MM-DD
strikenumber|nullStrike price
symbolstringyesUnderlying ticker (e.g. SPY, AAPL)
typestring|null'C' or 'P' (call or put)

No output schema declared.

No examples provided.

get_stock_quote ~83

Get real-time stock quote (bid, ask, mid, last price) for a ticker symbol.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock ticker (e.g. SPY, AAPL, TSLA)

No output schema declared.

No examples provided.

get_stock_summary ~108

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

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF/index ticker (e.g. SPY, AAPL, SPX)

No output schema declared.

No examples provided.

get_strategy ~354

Get a strategy decision envelope for one of 10 options-based trading signals. signal enum values and what each answers: • flow_anomaly — directional options-flow imbalance: is call/put premium skewing bullish or bearish? • expiry_positioning — OPEX pin risk and iron-fly setup: should you fade into expiry? • zero_dte — same-day range compression: what is the 0DTE expected range and dealer regime? • dealer_regime — dealer gamma regime classifier: positive vs negative gamma and hedging pressure. • vol_carry — VRP carry credit-spread selection: is IV elevated enough to sell premium via credit spreads? • yield_enhancement — covered-call / cash-secured-put income overlay: optimal strike for yield capture. • surface_anomaly — SVI residual rich/cheap wing detection: where is the vol surface mispriced? • skew — 25-delta skew / risk-reversal signal: put vs call skew balance and direction. • term_structure — ATM-IV term-structure signal: contango vs backwardation and roll opportunities. • tail_pricing — downside-tail richness signal: are OTM puts cheap or expensive vs history?

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
signalstringyesStrategy signal (required). One of: flow_anomaly, expiry_positioning, zero_dte, dealer_regime, vol_carry, yield_enhancement, surface_anomaly, skew, term_structure, tail_pricing.
symbolstringyesStock/ETF/index ticker (e.g. SPY, AAPL, SPX)

No output schema declared.

No examples provided.

get_term_structure ~136

Per-greek exposure aggregated by DTE bucket (0-7d, 8-30d, 31-60d, 61-180d, 180d+) and per expiry. Equivalent to four separate exposure calls grouped by time. Use to understand how GEX/DEX/VEX/CHEX rolls off across the term structure.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstringyesStock/ETF/index ticker (e.g. SPY, QQQ, NVDA)

No output schema declared.

No examples provided.

get_universe ~138

Curated tier-1 / tier-2 symbol directory of symbols kept pre-warmed in the screener. Use to discover which symbols have guaranteed-warm data, check coverage before subscribing, or enumerate the tracked universe for cross-sectional scans.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
limitinteger|nullOptional limit (default 200, max 1000).
sortstring|nullOptional sort: 'tier' (default, tier-1 first) or 'symbol' (alphabetical).

No output schema declared.

No examples provided.

get_vex ~88

Get vanna exposure (VEX) by strike. Shows how dealer hedging changes with volatility moves.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
expirationstring|nullOptional expiration date YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.