tradier_option_chain
ActiveTool of Tradier
Get the option chain (strikes, greeks, IV, open interest) for <symbol> expiring <expiration>. Returns every call and put at that expiration with bid/ask/last, volume, open interest, and greeks (delta/gamma/theta/vega/IV). Example: tradier_option_chain({ symbol: "AAPL", expiration: "2026-01-16", _apiKey: "your-token" })
Parameters schema
{
"type": "object",
"required": [
"symbol",
"expiration",
"_apiKey"
],
"properties": {
"symbol": {
"type": "string",
"description": "Underlying ticker symbol, e.g. \"AAPL\", \"SPY\", \"TSLA\""
},
"_apiKey": {
"type": "string",
"description": "Tradier access token (free with a funded Tradier brokerage account, or a sandbox token)"
},
"sandbox": {
"type": "boolean",
"description": "Use the Tradier sandbox environment (sandbox.tradier.com) instead of production. Default false."
},
"expiration": {
"type": "string",
"description": "Expiration date in YYYY-MM-DD format, e.g. \"2026-01-16\" (use tradier_option_expirations to list valid dates)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tradier
https://github.com/pipeworx-io/mcp-tradier
1/7 registries