Home / MCP Tools / Market Snapshot
Live MCP toolmarkets

Market Snapshot

One-call macro dashboard: major indexes, rates, commodities, crypto, VIX

One-call macro dashboard: major indexes, rates, commodities, crypto, VIX — each price + %change (free public data, best-effort; rows degrade individually).

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

Parameters

This tool takes no parameters — send an empty JSON object {}.

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_snapshot", "arguments": {}}}'

Or plain HTTP

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

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/market_snapshot 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 Quote
Latest price for a stock/ETF/crypto symbol.
markets
Options Chain
Options contracts for a symbol — BYOK Alpaca only (requires an options-enabled key).