Find things on the live web: top results as [{title, url, snippet}].
Find things on the live web: top results as [{title, url, snippet}]. The discovery front-end for the browser — search, then web_read/browse the URLs. Free.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | required | what to search for |
count | integer | optional | max results (default 8) |
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": "web_search", "arguments": {"query": "wingman protocol"}}}'curl -s https://wingmanprotocol.com/tools/web_search \
-H 'Content-Type: application/json' \
-d '{"query": "wingman protocol"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/web_search from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).