@pipeworx/tradier
Connect: https://gateway.pipeworx.io/tradier/mcp · Install: one-click buttons
Tools: 3
Tools
- tradier_option_chain — Get the option chain (strikes, greeks, IV, open interest) for
expiring . Returns every call and put at that expiration with bid/ask/last, volume, open interest, and greeks (delta/ - tradier_option_expirations — 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 - tradier_quote — Get real-time quotes for
(last price, bid, ask, volume, change). Accepts one or more comma-separated tickers. Example: tradier_quote({ symbols: “AAPL,MSFT,SPY”, _apiKey: “your-token” })
Tools
-
tradier_option_chain— 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/ -
tradier_option_expirations— 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-t -
tradier_quote— Get real-time quotes for <symbols> (last price, bid, ask, volume, change). Accepts one or more comma-separated tickers. Example: tradier_quote({ symbols: AAPL,MSFT,SPY , _apiKey: your-token })