MCP server exposing 4 tools for flashalpha.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/flashalpha/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
flashalpha_gex — Get options gamma exposure (GEX) by strike for an underlying — net GEX, gamma flip, and per-strike call/put gamma. Useful for reading dealer positioning and likely support/resistance. Example: flashalpha_gex({ symbol: "SPY", _apiKey: "your-key" })flashalpha_levels — Get key options-derived levels for an underlying — gamma flip level, call wall, and put wall. These act as magnet / support / resistance levels driven by dealer gamma. Example: flashalpha_levels({ symbol: "SPY", _apiKey: "your-key" })flashalpha_iv — Get an implied-volatility summary for a stock — IV rank and IV percentile (plus current/underlying IV where available). Use to gauge whether options are relatively cheap or expensive. Example: flashalpha_iv({ symbol: "AAPL", _apiKey: "your-key" })flashalpha_greeks — Black-Scholes (BSM) option greeks calculator — pass spot, strike, days-to-expiry, volatility and option type to get delta, gamma, theta, vega (and higher-order greeks where returned). Example: flashalpha_greeks({ spot: 100, strike: 105, dte: 30, vol: 0.25, type: "call", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/flashalpha/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io