tradier_quote
ActiveTool 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\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tradier
https://github.com/pipeworx-io/mcp-tradier
1/7 registries