I m launching webclaw here because I kept hitting the same problem while building agents and RAG workflows: getting a page is easy, but getting clean context from that page is not.
Raw HTML usually brings too much noise: nav, footers, cookie banners, duplicated layout text, scripts, missing JS-rendered content, and inconsistent structure.
webclaw is my attempt at solving that layer: scrape/crawl/map websites and return clean markdown, JSON, structured extraction, summaries, diffs, and MCP/CLI-friendly output.
I m curious how people here handle this today.
mailX by mailwarm
Feeding raw HTML into an LLM context window is the ultimate token-waster, and trying to pull documentation from modern, Cloudflare-protected sites using basic fetch requests is an absolute headache. Webclaw addresses both of these developer pain points perfectly. Stripping out DOM noise down to clean markdown—while natively handling TLS fingerprinting—makes it an essential bridge for agentic workflows.
Integrating this as a local-first MCP server means tools like Cursor and Claude Code can dynamically grab up-to-date web context without forcing developers to manually copy-paste documentation or spin up a fragile custom scraper. It’s a massive quality-of-life upgrade for anyone building RAG pipelines or running autonomous CLI agents!
@manal_essalek1 If you want to try there is the OSS version on our github to start to feed your LLM model with real data :)
Mailwarm
Interesting! congrats on your launch :))
@naimz Thanks, let me know if you have any questions or feedback