-
Notifications
You must be signed in to change notification settings - Fork 71
Closed as not planned
Description
Summary
Add a
list_snapshot_options_chaintool that retrieves options chain data including greeks from the Massive API.Motivation
Options traders need access to comprehensive options chain data with greeks (delta, gamma, theta, vega) for analysis and strategy development. Currently there's no way to fetch this data through the MCP server.
Proposed Implementation
Add a new tool
list_snapshot_options_chainwith parameters:
underlying_symbol(required): The underlying stock symbolexpiration_date(optional): Filter by specific expiration datestrike_price(optional): Filter by specific strike priceoption_type(optional): Filter by 'call' or 'put'The tool should return options chain data including:
- Contract details (symbol, strike, expiration, type)
- Pricing data (bid, ask, last, volume, open interest)
- Greeks (delta, gamma, theta, vega, rho)
Additional Context
This would enable covered call analysis, options portfolio management, and other options strategies that require greeks data.
Originally posted by @nsknithish13-cmd in #43 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels