Skip to content

webpeel/webpeel

v0.1.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent ai-agents browser-automation claude-code codex content-extraction
+14 more
cursor firecrawl-alternative mcp mcp-server model-context-protocol llm screenshot structured-data token-efficiency typescript web-crawler web-data web-scraping web-search

Summary

AI summary

Smart 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 webpeel just 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

Track webpeel/webpeel

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]