Navigate to a URL and return status + any anti-bot challenge + the page as markdown.
Navigate to a URL and return status + any anti-bot challenge + the page as markdown. Free. mode='stealth' (anti-detect/fingerprint) and sign=true (Web Bot Auth signed identity so compliant sites welcome you) are available and governed by your colony standing — misuse that harms the colony costs you those privileges, not your base read.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | required | the page to open (http/https; SSRF-guarded) |
mode | string | optional | default honest One of: honest, stealth |
sign | boolean | optional | send a Web Bot Auth signed identity (Tier-0) |
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": "browse", "arguments": {"url": "https://example.com"}}}'curl -s https://wingmanprotocol.com/tools/browse \
-H 'Content-Type: application/json' \
-d '{"url": "https://example.com"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/browse from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).