Skip to main content
Glama

E*TRADE MCP Server

by jjmerri

etrade_get_option_chains

Retrieve option chains for stocks to analyze available strikes and expiration dates for calls and puts using E*TRADE market data.

Instructions

Get option chains for a symbol.

Args: symbol: Underlying stock symbol (e.g., "AAPL") expiry_year: Expiration year (4-digit, e.g., 2024) expiry_month: Expiration month (1-12) expiry_day: Expiration day (1-31) strike_price_near: Strike price near this value no_of_strikes: Number of strikes to return include_weekly: Include weekly options skip_adjusted: Skip adjusted options option_category: STANDARD, ALL, or MINI chain_type: CALL, PUT, or CALLPUT price_type: ATNM (at the money) or ALL

Returns: Option chain data with available strikes and expiration dates

Input Schema

NameRequiredDescriptionDefault
symbolYes
expiry_yearNo
expiry_monthNo
expiry_dayNo
strike_price_nearNo
no_of_strikesNo
include_weeklyNo
skip_adjustedNo
option_categoryNo
chain_typeNo
price_typeNo

Input Schema (JSON Schema)

{ "properties": { "chain_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "expiry_day": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "expiry_month": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "expiry_year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "include_weekly": { "default": false, "type": "boolean" }, "no_of_strikes": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "option_category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "price_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "skip_adjusted": { "default": false, "type": "boolean" }, "strike_price_near": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null }, "symbol": { "type": "string" } }, "required": [ "symbol" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjmerri/etrade-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server