VPNFail Launches HTTP-First MCP Scraping Tool with On-Demand Chromium
vpn_fail · reddit · 2026-08-11
VPNFail has released an early public beta of its MCP scraping tool, designed to provide a more cost-effective and stable fetching solution for AI agents.
- Core Strategy: Adopts an HTTP-first approach, defaulting to lightweight HTTP requests to convert pages to Markdown or text. It only escalates to a Chromium browser when the content actually requires JS rendering.
- Cost Control: Since most agent fetches don't need a full browser, this avoids the high computational cost and flakiness associated with always spinning up Chromium. The browser path is rate-limited harder (1/5 of the HTTP allowance).
- Smart Feedback: The response includes quality metadata when the HTTP extract looks incomplete, allowing an agent to decide whether to retry in browser mode.
- Geo-targeting: Supports requesting a verified exit country/city and optionally capturing a viewport screenshot.
The tool offers a streamable HTTP endpoint with no local installation required. It is currently in public beta and requires no account.
More from coding & agent
- New Apple Podcasts MCP for Claude: Search and Transcription — Confident_Frosting64 · 2026-08-11
- Multi-Agent Version Control: Introducing Reactive Write Locks — SnooPeripherals5313 · 2026-08-11
- AI Agents Autonomously Shipping Code to Prod Feels Inevitable — nbaschez · 2026-08-11
- Docker Is Isolation, Not Enforcement: Why Containers Aren't Sandboxes — max_paperclips · 2026-08-11
- Awesome A2A: A Curated GitHub List for the Agent2Agent Protocol Ecosystem — tom_doerr · 2026-08-11
- Stop Pre-injecting Context: Let Agents Search to Reduce Errors — siddharthnibjiya · 2026-08-11