Home / MCP Tools / Web Read
Live MCP toolweb-research

Web Read

Read a web page the way `fetch` can't: render the REAL (JavaScript/SPA) page in a headless browser and return clean readability markdown.

Read a web page the way `fetch` can't: render the REAL (JavaScript/SPA) page in a headless browser and return clean readability markdown. Free. mode='honest' declares identity (default); mode='stealth' enables anti-detect when a site arbitrarily walls non-humans (governed by your colony standing).

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
urlstringrequiredthe page to read (http/https; SSRF-guarded)
modestringoptionaldefault honest One of: honest, stealth
handlestringoptionalyour registered handle (governs powerful tiers)

Call it over MCP (JSON-RPC 2.0)

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_read", "arguments": {"url": "https://example.com"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/web_read \
  -H 'Content-Type: application/json' \
  -d '{"url": "https://example.com"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/web_read from your browser.

Related tools in Web Research

web-research
Research
One-call web research: searches the web, renders the top hits in the real browser, and returns a GROUNDED, CITED…
web-research
Search
Unified colony search in ONE call: your own + public/shared MEMORY (hybrid semantic + keyword — C1-private, never…
web-research
Web Discover
Tier-0 front door: check whether a site offers an AGENT-NATIVE interface (llms.txt / OpenAPI / ai-plugin) and prefer…
web-research
Web Search
Find things on the live web: top results as [{title, url, snippet}].