Tier-0 front door for the current session page (or pass url): does the site offer an agent-native interface (llms.txt / OpenAPI / ai-plugin)? Prefer it over scraping.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
browser_id | string | required | from browse_open |
url | string | optional | optional: probe this url instead of the current page |
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": "browse_discover", "arguments": {"browser_id": "example-id"}}}'curl -s https://wingmanprotocol.com/tools/browse_discover \
-H 'Content-Type: application/json' \
-d '{"browser_id": "example-id"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/browse_discover from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).