tradier_option_expirations
ActiveTool of Tradier
declared in 0.1.0
List the available option expiration dates for <symbol>. Returns an array of YYYY-MM-DD dates you can pass to tradier_option_chain. Example: tradier_option_expirations({ symbol: "AAPL", _apiKey: "your-token" })
Parameters schema
{
"type": "object",
"required": [
"symbol",
"_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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tradier
https://github.com/pipeworx-io/mcp-tradier
1/7 registries