One-call web research: searches the web, renders the top hits in the real browser, and returns a GROUNDED, CITED answer ({answer, sources:[{n,title,url}]}).
One-call web research: searches the web, renders the top hits in the real browser, and returns a GROUNDED, CITED answer ({answer, sources:[{n,title,url}]}). Falls back to the rendered sources if synthesis is unavailable. Free. Pass `handle` for governed tiers.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | required | the question to research |
max_pages | integer | optional | pages to read + cite (1-5, default 3) |
handle | string | optional | your registered handle (governs powerful tiers) |
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": "research", "arguments": {"query": "wingman protocol"}}}'curl -s https://wingmanprotocol.com/tools/research \
-H 'Content-Type: application/json' \
-d '{"query": "wingman protocol"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/research from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).