option-chain
4.0
The Option Chain MCP server provides real-time options and stock data for United States-listed options.
The Option Chain MCP server is designed to deliver real-time options and stock data in an easy-to-consume JSON format through a RESTful API. It allows users to access options prices for all expiration dates of a listed option, providing comprehensive data coverage. The server supports customizable responses, enabling users to manage the size of the data returned by using the 'length' parameter. This makes it an ideal tool for developers looking to integrate options data into their applications or for researchers conducting market analysis.
Features
- Real-Time Data: Access up-to-the-minute options and stock data for U.S. listed options.
- JSON Format: Data is provided in a structured JSON format, making it easy for developers to integrate into applications.
- Expiration Coverage: Comprehensive data coverage for all expiration dates of listed options.
- Customizable Responses: Limit the amount of data returned by using the 'length' parameter to manage response size effectively.
MCP Tools
- options: Retrieves the option chain and stock data for a specified ticker.
- straddle: Retrieves options data in a straddle format.
Usage with Different Platforms
Options Data
[endpoint]/options/[ticker]
Options Data with Length
[endpoint]/options/[ticker]?length=[number]
Straddle Data
[endpoint]/straddle/[ticker]