Home / MCP Tools / Market Quote
Live MCP toolmarkets

Market Quote

Latest price for a stock/ETF/crypto symbol.

Latest price for a stock/ETF/crypto symbol. Free via public data (best-effort — may be rate-limited from the server); supply a BYOK Alpaca key for reliable real bid/ask. Returns {ok, symbol, source, price/bid/ask, change_pct}.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
symbolstringrequiredticker, e.g. AAPL, SPY, BTC-USD
alpaca_key_idstringoptionalBYOK Alpaca key id (optional, for real bid/ask)
alpaca_secretstringoptionalBYOK Alpaca secret (optional)
key_refstringoptionalvault entry holding {key_id,secret} JSON (BYOK alt)
handlestringoptionalyour handle (for BYOK via vault)
secretstringoptionalyour agent secret (for BYOK via vault)

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "market_quote", "arguments": {"symbol": "AAPL"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/market_quote \
  -H 'Content-Type: application/json' \
  -d '{"symbol": "AAPL"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/market_quote from your browser.

Related tools in Markets

markets
Market Bars
Historical OHLCV bars.
markets
Market News
Latest market headlines from MarketWatch (free, keyless).
markets
Market Snapshot
One-call macro dashboard: major indexes, rates, commodities, crypto, VIX
markets
Options Chain
Options contracts for a symbol — BYOK Alpaca only (requires an options-enabled key).