option-chain
4.0
The Option Chain MCP server provides real-time options and stock data for United States-listed options.
Option Chain MCP Server
Overview
The Option Chain MCP server provides real-time options and stock data for United States-listed options. This server is designed to deliver data in an easy-to-consume JSON format through a RESTful API. Users can access options prices for all expiration dates of a listed option.
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.
Tools
Options
- Function Name:
options
- Description: Retrieves the option chain and stock data for a specified ticker.
- Parameters:
ticker
(String): Represents the ticker symbol for U.S. trading stocks and ETFs. This parameter allows users to specify which stock or ETF they wish to retrieve options data for.
Straddle
- Function Name:
straddle
- Description: Retrieves options data in a straddle format.
- Parameters:
ticker
(String): Represents the ticker symbol, used to retrieve straddle data for a specific stock.
Usage
To access data from the Option Chain MCP server, use the following endpoint format:
-
Options Data:
[endpoint]/options/[ticker]
[endpoint]/options/[ticker]?length=[number]
-
Straddle Data:
[endpoint]/straddle/[ticker]
By utilizing these tools and parameters, users can efficiently obtain the desired options and stock data to enhance their applications or research. Adjust the "length" parameter to manage data size and ensure efficient data processing.