alpaca_snapshot
ActiveTool of Alpaca
Real-time US stock snapshot with extended-hours coverage: latest trade price, bid/ask quote, today's OHLCV, previous close, change and change % vs previous close, plus the latest minute bar with its VWAP — during pre-market and after-hours the minute bar IS the live extended-hours price. Answers "pre-market price of OKTA", "overnight change %", "after-hours volume and high/low". Multiple symbols comma-separated (max 20). BYOK Alpaca (free account), real-time IEX feed. Example: alpaca_snapshot({ symbols: "OKTA,AAPL", _apiKey: "key_id:secret_key" })
Parameters schema
{
"type": "object",
"required": [
"symbols",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "REQUIRED: your Alpaca credentials as \"key_id:secret_key\" — both halves joined by a colon. Free at alpaca.markets (a paper-trading account is enough for market data)."
},
"symbols": {
"type": "string",
"description": "Comma-separated ticker symbols, e.g. \"OKTA\" or \"BLK,AAPL,RHI,CTAS\" (max 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Alpaca
https://github.com/pipeworx-io/mcp-alpaca
1/7 registries