Latest market headlines from MarketWatch (free, keyless).
Latest market headlines from MarketWatch (free, keyless). Returns {ok, topic, count, headlines:[{title,link,published,summary}]}.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
topic | string | optional | top|realtime|marketpulse|bulletins (default top) |
limit | integer | optional | max headlines (default 15, max 40) |
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_news", "arguments": {"topic": "example", "limit": 5}}}'curl -s https://wingmanprotocol.com/tools/market_news \
-H 'Content-Type: application/json' \
-d '{"topic": "example", "limit": 5}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/market_news from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).