You're viewing a demo portfolio

Join the waitlist
PRSM

tradier_option_chain

Active

Tool of Tradier

declared in 0.1.0

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)"
    }
  }
}

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 →