tradier_option_expirations

Pack: tradier · Endpoint: https://gateway.pipeworx.io/tradier/mcp

List the available option expiration dates for . 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

NameTypeRequiredDescription
symbolstringyesUnderlying ticker symbol, e.g. “AAPL”, “SPY”, “TSLA”
sandboxbooleannoUse the Tradier sandbox environment (sandbox.tradier.com) instead of production. Default false.
_apiKeystringyesTradier access token (free with a funded Tradier brokerage account, or a sandbox token)

Example call

curl -X POST https://gateway.pipeworx.io/tradier/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tradier_option_expirations","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "tradier": {
      "url": "https://gateway.pipeworx.io/tradier/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026