This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summarySmart Escalation automatically falls back to headless browsing when simple HTTP fails.
Full changelog
WebPeel v0.1.0
Turn any web page into clean, AI-ready markdown. Zero config. Free forever.
npx webpeel https://example.com
Highlights
- Smart Escalation: Tries simple HTTP first (~200ms), auto-escalates to headless browser when blocked
- MCP Server: Built-in support for Claude Desktop, Cursor, and VS Code
- Security Hardened: SSRF protection, input validation, rate limiting, 2 full security audits
- TypeScript: Full type definitions and autocomplete
- Zero Config:
npx webpeeljust works — no API key, no signup
Install
# CLI (zero install)
npx webpeel https://example.com
# Library
npm install webpeel
# MCP Server
npx webpeel mcp
MCP Configuration (Claude Desktop)
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": ["-y", "webpeel", "mcp"]
}
}
}
Links
- npm: https://www.npmjs.com/package/webpeel
- Docs: https://webpeel.dev
- GitHub: https://github.com/JakeLiuMe/webpeel
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About webpeel/webpeel
Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark.
Related context
Beta — feedback welcome: [email protected]