You're viewing a demo portfolio

Join the waitlist
PRSM

tradier_quote

Active

Tool of Tradier

declared in 0.1.0

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

Parameters schema

{
  "type": "object",
  "required": [
    "symbols",
    "_apiKey"
  ],
  "properties": {
    "_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."
    },
    "symbols": {
      "type": "string",
      "description": "One or more ticker symbols, comma-separated, e.g. \"AAPL\" or \"AAPL,MSFT,SPY\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tradier

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

1/7 registries
View full server →