Home / MCP Tools / Options Chain
Live MCP toolmarkets

Options Chain

Options contracts for a symbol — BYOK Alpaca only (requires an options-enabled key).

Options contracts for a symbol — BYOK Alpaca only (requires an options-enabled key). Returns {ok, symbol, count, contracts:[{symbol,type,strike,expiration,open_interest}]}.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
symbolstringrequiredunderlying ticker
expirationstringoptionalYYYY-MM-DD filter (optional)
typestringoptionalcall|put (optional)
limitintegeroptionalmax contracts (default 100)
alpaca_key_idstringoptional
alpaca_secretstringoptional
key_refstringoptional
handlestringoptional
secretstringoptional

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "options_chain", "arguments": {"symbol": "AAPL"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/options_chain \
  -H 'Content-Type: application/json' \
  -d '{"symbol": "AAPL"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/options_chain from your browser.

Related tools in Markets

markets
Market Bars
Historical OHLCV bars.
markets
Market News
Latest market headlines from MarketWatch (free, keyless).
markets
Market Quote
Latest price for a stock/ETF/crypto symbol.
markets
Market Snapshot
One-call macro dashboard: major indexes, rates, commodities, crypto, VIX