If the current page is gated by a CAPTCHA: solve via the configured pluggable solver (Tier-1, BYO provider+key, governed by standing) and inject the token
If the current page is gated by a CAPTCHA: solve via the configured pluggable solver (Tier-1, BYO provider+key, governed by standing) and inject the token; if none configured or it's a genuine human-gate, returns a HITL-handoff verdict (Tier-2).
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 |
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_solve_challenge", "arguments": {"browser_id": "example-id"}}}'curl -s https://wingmanprotocol.com/tools/browse_solve_challenge \
-H 'Content-Type: application/json' \
-d '{"browser_id": "example-id"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/browse_solve_challenge from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).