Skip to content

webpeel/webpeel

v0.11.0 Feature

This release adds 2 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

JSON Schema Extraction now matches Firecrawl parity and is the most-requested feature.

Full changelog

What's New

🚀 JSON Schema Extraction (Firecrawl Parity)

Pass a JSON schema, get structured data back via LLM. The #1 most-requested feature.

# Simple example schema (auto-converted to JSON Schema)
webpeel https://amazon.com/s?k=keyboard --extract-schema '{"products":[{"name":"","price":"","url":""}]}' --llm-key $OPENAI_API_KEY

# Full JSON Schema
webpeel https://example.com --extract-schema @schema.json

# API endpoint (Firecrawl-compatible)
curl -X POST https://api.webpeel.dev/v1/extract -d '{"url": "...", "schema": {...}}'

🌐 Remote Hosted MCP — Zero Install

Paste into Cursor, Claude Desktop, or Windsurf. No npm needed.

{"mcpServers":{"webpeel":{"url":"https://api.webpeel.dev/v2/mcp","headers":{"Authorization":"Bearer YOUR-KEY"}}}}

Also supports Firecrawl-style key-in-URL: https://api.webpeel.dev/{KEY}/v2/mcp

🔀 Proxy Support

webpeel https://example.com --proxy http://proxy:8080
webpeel https://example.com --proxy socks5://user:pass@proxy:1080 --stealth

Works with both simple HTTP (undici ProxyAgent) and browser rendering (Playwright).

📚 Distribution

  • One-click Cursor deep-link install button
  • Claude Desktop + Windsurf config snippets
  • llms.txt at webpeel.dev/llms.txt
  • MCP tools reference table in docs

📊 Stats

  • 523 tests (520 pass, 3 skipped)
  • 22 test files
  • 1,408 lines added
npm install -g [email protected]

Full Changelog: https://github.com/webpeel/webpeel/compare/v0.10.0...v0.11.0

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]