You're viewing a demo portfolio

Join the waitlist
PRSM

tradier_option_expirations

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Tradier

https://github.com/pipeworx-io/mcp-tradier

1/7 registries
View full server →