Server Details
Real-time options analytics MCP server. Access gamma exposure (GEX), delta exposure (DEX), vanna exposure (VEX), dealer positioning, volatility surfaces, Black-Scholes greeks, implied volatility solver, and key options levels for any US equity — all through natural language. 14 read-only tools covering exposure metrics, volatility analysis, pricing, and market data.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
23 toolscalculate_greeksInspect
Calculate Black-Scholes option greeks (delta, gamma, theta, vega, rho, vanna, charm, speed, zomma, color). Pure math — no market data needed.
| Name | Required | Description | Default |
|---|---|---|---|
| dte | Yes | Days to expiration | |
| spot | Yes | Current stock price | |
| type | Yes | 'call' or 'put' | |
| sigma | Yes | Implied volatility as decimal (0.20 = 20%) | |
| apiKey | Yes | Your FlashAlpha API key | |
| strike | Yes | Strike price |
calculate_kellyInspect
Compute Kelly criterion optimal position sizing for an option trade. Uses BSM expected value vs premium to find edge-maximizing bet size.
| Name | Required | Description | Default |
|---|---|---|---|
| mu | Yes | Expected annual return of underlying as decimal (0.10 = 10%) | |
| dte | Yes | Days to expiration | |
| spot | Yes | Current stock price | |
| type | Yes | 'call' or 'put' | |
| sigma | Yes | Implied volatility as decimal (0.20 = 20%) | |
| apiKey | Yes | Your FlashAlpha API key | |
| strike | Yes | Strike price | |
| premium | Yes | Option premium paid |
get_accountInspect
Get your account info: plan, daily quota limit, usage today, remaining calls.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key |
get_advanced_volatilityInspect
Get advanced volatility analytics: SVI parameters, forward prices, total variance surface, arbitrage detection, greeks surfaces (vanna, charm, volga, speed), and variance swap fair values. Alpha tier required.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_chexInspect
Get charm exposure (CHEX) by strike. Shows how dealer delta hedging changes as time passes — reveals time-decay-driven flows.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker | |
| expiration | No | Optional expiration date YYYY-MM-DD |
get_dexInspect
Get delta exposure (DEX) by strike. Shows net dealer delta and directional bias from options hedging.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker | |
| expiration | No | Optional expiration date YYYY-MM-DD |
get_exposure_summaryInspect
Get full exposure summary: net GEX/DEX/VEX/CHEX, gamma regime (positive/negative), key levels, hedging estimates, zero-DTE breakdown, top strikes.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_gexInspect
Get gamma exposure (GEX) by strike. Shows dealer gamma positioning, gamma flip, call/put walls. Reveals where dealer hedging creates support/resistance.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker (e.g. SPY, QQQ) | |
| expiration | No | Optional expiration date YYYY-MM-DD. Omit for all. |
get_historical_option_quoteInspect
Get historical option quote from a specific date. Filter by expiry, strike, and type. Data from ClickHouse tick archive.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date YYYY-MM-DD | |
| time | No | Optional time HH:mm | |
| type | No | 'C' or 'P' | |
| apiKey | Yes | Your FlashAlpha API key | |
| expiry | No | Expiration date YYYY-MM-DD | |
| strike | No | Strike price | |
| symbol | Yes | Underlying ticker |
get_historical_stock_quoteInspect
Get historical stock quote from a specific date and time. Data from ClickHouse tick archive.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date YYYY-MM-DD | |
| time | No | Optional time HH:mm (e.g. 10:30). Omit for full day. | |
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock ticker |
get_levelsInspect
Get key options levels: gamma flip point, call wall, put wall, max pain, highest OI strike. These act as support/resistance from dealer hedging.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_narrativeInspect
Get verbal GEX narrative analysis. Describes gamma regime, key levels, dealer positioning, and price action implications in plain English.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_option_chainInspect
Get option chain metadata: available expirations and strikes for a ticker.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_option_quoteInspect
Get live option quote with bid, ask, mid, IV, greeks, open interest, and volume. Filter by expiry, strike, and type.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 'C' or 'P' (call or put) | |
| apiKey | Yes | Your FlashAlpha API key | |
| expiry | No | Expiration date YYYY-MM-DD | |
| strike | No | Strike price | |
| symbol | Yes | Underlying ticker (e.g. SPY, AAPL) |
get_stock_quoteInspect
Get real-time stock quote (bid, ask, mid, last price) for a ticker symbol.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock ticker (e.g. SPY, AAPL, TSLA) |
get_stock_summaryInspect
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).
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF/index ticker (e.g. SPY, AAPL, SPX) |
get_tickersInspect
List all available stock/ETF tickers with live options data.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key |
get_vexInspect
Get vanna exposure (VEX) by strike. Shows how dealer hedging changes with volatility moves.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker | |
| expiration | No | Optional expiration date YYYY-MM-DD |
get_volatilityInspect
Get comprehensive volatility analysis: ATM IV, realized vol (5/10/20/30d), VRP, 25-delta skew, IV term structure, GEX by DTE, theta by DTE, hedging scenarios, liquidity metrics.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_vrpInspect
Get volatility risk premium (VRP) dashboard: live IV vs realized vol, VRP percentiles, term structure, regime classification, strategy scores, and macro context.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_vrp_historyInspect
Get historical VRP time series: daily ATM IV, realized vol (5/10/20/30d), VRP, straddle price, and expected move for charting and backtesting.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of history (default 30, max 365) | |
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker |
get_zero_dteInspect
Get zero-days-to-expiration (0DTE) analytics: intraday gamma, time decay acceleration, pin risk, dealer hedging pressure for contracts expiring today.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your FlashAlpha API key | |
| symbol | Yes | Stock/ETF ticker | |
| strike_range | No | Strike range as decimal fraction of spot (default 0.03 = 3%) |
solve_ivInspect
Solve for implied volatility from option market price. Reverse-engineers BSM to find what vol is priced in.
| Name | Required | Description | Default |
|---|---|---|---|
| dte | Yes | Days to expiration | |
| spot | Yes | Current stock price | |
| type | Yes | 'call' or 'put' | |
| price | Yes | Option market price | |
| apiKey | Yes | Your FlashAlpha API key | |
| strike | Yes | Strike price |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!