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/quant
# ~/.codex/config.toml
[mcp_servers.tdobrowolski1-flashalpha]
url = "https://lab.flashalpha.com/mcp/quant"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tdobrowolski1-flashalpha": {
      "type": "remote",
      "url": "https://lab.flashalpha.com/mcp/quant",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tdobrowolski1-flashalpha --url https://lab.flashalpha.com/mcp/quant --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  tdobrowolski1-flashalpha:
    url: "https://lab.flashalpha.com/mcp/quant"
// mcp.json
{
  "mcpServers": {
    "tdobrowolski1-flashalpha": {
      "type": "http",
      "url": "https://lab.flashalpha.com/mcp/quant"
    }
  }
}

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 −52
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 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 65

    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/quant

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/quant HTTP error 404
http (plaintext) http://lab.flashalpha.com/mcp/quant HTTPS enforced
MCP tools — 31 exposed · ~4,335 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
calculate_greeks ~144

Calculate Black-Scholes option greeks (delta, gamma, theta, vega, rho, vanna, charm, speed, zomma, color). Pure math — no market data needed.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
dtenumberyesDays to expiration
sigmanumberyesImplied volatility as decimal (0.20 = 20%)
spotnumberyesCurrent stock price
strikenumberyesStrike price
typestringyes'call' or 'put'

No output schema declared.

No examples provided.

calculate_kelly ~162

Compute Kelly criterion optimal position sizing for an option trade. Uses BSM expected value vs premium to find edge-maximizing bet size.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
dtenumberyesDays to expiration
munumberyesExpected annual return of underlying as decimal (0.10 = 10%)
premiumnumberyesOption premium paid
sigmanumberyesImplied volatility as decimal (0.20 = 20%)
spotnumberyesCurrent stock price
strikenumberyesStrike price
typestringyes'call' or 'put'

No output schema declared.

No examples provided.

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_dispersion ~216

Index vs single-name implied correlation and realized correlation across a user-supplied basket. Returns correlation premium (implied minus realized), dispersion trade setup, implied vol of the index vs basket, and per-constituent vol contribution. Use for dispersion trading, correlation premium sizing, or cross-asset vol arb. Alpha tier required.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
horizon_daysinteger|nullOptional lookback window in days for realized correlation (default 20, clamped to 5-252).
indexstringyesIndex symbol whose ATM IV anchors the implied correlation (e.g. SPX, NDX, RUT)
symbolsstringyesComma-separated constituent tickers (max 50), e.g. AAPL,MSFT,NVDA
weightsstring|nullOptional comma-separated weights matching symbols order. Defaults to equal weight.

No output schema declared.

No examples provided.

get_exposure_basket ~163

Weighted cross-symbol aggregate of GEX, DEX, VEX, CHEX across up to 50 symbols. Equal weights when weights omitted; otherwise normalised to sum 1. Use for portfolio/basket scanner, sector exposure roll-up, or custom index dealer positioning.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolsstringyesComma-separated tickers (max 50), e.g. AAPL,MSFT,NVDA
weightsstring|nullOptional comma-separated weights matching symbols order, e.g. 0.4,0.3,0.3. Defaults to equal weight.

No output schema declared.

No examples provided.

get_historical_advanced_volatility ~133

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. EOD-stamped (SVI fits refresh daily). Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_chex ~101

Replay charm exposure (CHEX) by strike at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_coverage ~109

List symbols backfilled in the historical archive with coverage windows, day counts, and gaps. Call this first to check whether a symbol + date range is queryable before sending a replay request. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolstring|nullOptional symbol filter (e.g. SPY) - omit for all covered symbols

No output schema declared.

No examples provided.

get_historical_dex ~100

Replay delta exposure (DEX) by strike at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_exposure_summary ~118

Replay the full exposure summary (net GEX/DEX/VEX/CHEX, regime, hedging estimates, top strikes) at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_gex ~128

Replay gamma exposure (GEX) by strike at any minute since April 2018. Returns same shape as live /v1/exposure/gex. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD (defaults to 16:00 ET)
symbolstringyesStock/ETF ticker (e.g. SPY)

No output schema declared.

No examples provided.

get_historical_levels ~115

Replay key options levels (gamma flip, call/put walls, highest OI strike, 0DTE magnet) at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_max_pain ~106

Replay max pain, pain curve, dealer alignment, and pin probability at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_narrative ~110

Replay the verbal narrative analysis (regime, key-level commentary, prior-day comparison) at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_option_quote ~250

Replay the full option chain with BSM greeks, IV, OI at any minute since April 2018. Filter by expiry, strike, and type. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
expirystring|nullOptional expiration date YYYY-MM-DD
maxSpreadAbsnumber|nullOptional ghost-quote filter: max absolute bid-ask spread in dollars (e.g. 0.25). Combined with maxSpreadPct (a contract must pass both).
maxSpreadPctnumber|nullOptional ghost-quote filter: max bid-ask spread as a fraction of mid (e.g. 0.08 = 8%). Drops wider/one-sided quotes server-side.
strikenumber|nullOptional strike price
symbolstringyesUnderlying ticker
typestring|nullOptional 'C' or 'P' (call or put)

No output schema declared.

No examples provided.

get_historical_stock_quote ~98

Replay a stock bid/ask/mid at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock ticker

No output schema declared.

No examples provided.

get_historical_stock_summary ~112

Replay the comprehensive stock summary (price, IV, VRP, exposure, flow, macro) at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF/index ticker

No output schema declared.

No examples provided.

get_historical_surface ~108

Replay the implied volatility surface grid at any minute since April 2018. EOD-stamped (SVI parameters refresh daily). Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_vex ~102

Replay vanna exposure (VEX) by strike at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_volatility ~112

Replay volatility analytics (ATM IV, realised vol, IV-RV spreads, skew, term structure) at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_vrp ~137

Replay VRP dashboard (z-score, percentile, regime, strategy scores) at any minute since April 2018. Percentiles and z-scores are leak-free: date-bounded in SQL so the backtest only sees data strictly before the `at` timestamp. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

get_historical_zero_dte ~118

Replay 0DTE analytics (pin risk, expected move, gamma acceleration, dealer hedging estimates for same-day expiry) at any minute since April 2018. Alpha tier.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
atstringyesAs-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD
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_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_vrp_history ~115

Get historical VRP time series: daily ATM IV, realized vol (5/10/20/30d), VRP, straddle price, and expected move for charting and backtesting.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
daysinteger|nullNumber of days of history (default 30, max 365)
symbolstringyesStock/ETF ticker

No output schema declared.

No examples provided.

post_screener ~633

Find, rank, and compare symbols across the whole universe in ONE call. Use this whenever the user does NOT name a single ticker but asks which / what / find / scan / screen / rank / top / most / highest / lowest across stocks (e.g. 'which names have the most negative gamma', 'rank tickers by VRP', 'highest IV stocks right now', 'most pinned symbols today', 'cheap IV with positive gamma'). Prefer this over calling per-symbol tools in a loop. Cross-sectional screen/rank by GEX, VRP, 0DTE dominance, IV/term structure, skew, dealer risk, and strategy scores, with filters, sort, select, and custom formulas. Growth = top 10 symbols; Alpha = ~250 symbols + formulas.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
querystringyesJSON body. ALL keys optional; an empty {} returns your whole universe with default columns. Shape: {"filters":<node>,"sort":[{"field":"<f>","direction":"desc|asc"}],"select":["symbol","<f>"],"limit":…

No output schema declared.

No examples provided.

solve_iv ~116

Solve for implied volatility from option market price. Reverse-engineers BSM to find what vol is priced in.

NameTypeReqDescription
apiKeystring|nullFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
dtenumberyesDays to expiration
pricenumberyesOption market price
spotnumberyesCurrent stock price
strikenumberyesStrike price
typestringyes'call' or 'put'

No output schema declared.

No examples provided.