Self-healing web access for AI agents β recovers through bot blocks, captchas and JS pages.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Cloudflare, captchas, and JavaScript walls block the tools agents use to browse β silently. DLBrowser is the one that gets through. One line. Self-healing. Metered to the credit.
Wires DLBrowser into Claude Code, Cursor, Windsurf, Cline & Codex in one command. Your agent gets 11 web tools that actually reach the page.
Every fetch tells you which backend got through and how long it took β because the engine picks the cheapest one that works and only escalates when a site fights back:
And every run is metered against a plan, in the open β no surprise invoice:
That's a real response from the live gateway. Start free β 2,500 credits, no card.
You wire web access into an agent. It works in the demo. Then it meets the real web:
"" β not an error, an empty string β and keeps going.DLBrowser is the capability layer that fixes this. Not a scraper. Not a crawler. Acquisition infrastructure for AI agents β reliable, observable, billable.
~70% of real fetches never need a browser. Starting with a 50ms request and climbing the ladder only on a detected block keeps you fast and cheap β while still getting through the sites that stop everything else. Five backends. Firecrawl has two. Crawl4AI has one.
| π Self-healing fallback | Five backends auto-escalate on block. Your agent stops getting an empty string. |
| πΈ Per-run cost telemetry | Every run logs backend, credits, and estimated cost to a queryable ledger. No competitor exposes this. Your CFO can finally answer "what does our web data cost?" |
| πͺ Token-efficient | Returns clean markdown/extracted content, not raw HTML β ~4Γ fewer tokens into your agent's context on content pages (measured). Lower API cost, more window, better signal. |
| π― No JS multipliers | 1 credit per page on any backend. Firecrawl & ScrapingBee charge 5β7Γ for JS rendering. |
| π Atomic metering | Reservation-based β 0% overshoot, even under concurrency. You're never billed past your quota. |
| π§ LLM extraction | Natural language β structured JSON. Runs against a local/free model β no cloud key required. |
| π¦ MIT, self-hostable | Full feature parity self-hosted. Your data never leaves your infra. The hosted gateway just saves you running proxies + captcha infra. |
| π MCP-native | 11 tools with use-first descriptions, so your agent reaches for DLBrowser over its flaky built-in browser. |
Raw HTML pours tags, scripts, and boilerplate into your agent's context β you pay tokens
for noise, and the model burns attention parsing <div class> soup. DLBrowser returns
clean markdown or extracted content instead.
Real measurement through the live gateway β a Wikipedia article:
| Mode | Tokens (approx) | vs raw HTML |
|---|---|---|
| Raw HTML | ~57,000 | β |
| Markdown | ~13,000 | ~77% fewer |
| Article | ~42,000 | ~27% fewer |
~4Γ less context per fetch on a content page β lower API cost, more room in the window, and better signal for the model to reason over. Savings vary by page (a sparse link list saves little, and your agent picks the mode) β so measure your own:
Or point any MCP client at the free hosted demo gateway (try it with no local setup β some features are gated on the demo; self-host for the full engine):
Your agent immediately has: fetch Β· scrape Β· smart_extract Β· screenshot Β·
markdown Β· crawl Β· search Β· serp Β· status Β· account Β· topup.
The router learns per-domain β more usage, better routing. Everything above the gateway is MIT and self-hostable. Read the code before you trust it; that's the point of open source.
On many real sites, with no browser at all. We tested 5 Cloudflare-protected sites from a datacenter IP with no residential proxy (worst case):
| Site | Result | How |
|---|---|---|
| nowsecure.nl (CF challenge test) | β pass | TLS impersonation |
| crunchbase.com | β pass | curl_cffi, 0.3s, no browser |
| nike.com | β pass | curl_cffi, 1.2s, no browser |
| g2.com | β 403 | Cloudflare Enterprise β datacenter IP blocked by reputation |
| zillow.com | β 403 | Enterprise + captcha β needs residential IP |
3/5 passed on HTTP-level TLS impersonation alone. The two failures weren't fingerprint failures β they're IP-reputation blocks that need residential-proxy routing (supported, disabled in this test). No tool beats Cloudflare universally; DLBrowser's answer is layered escalation. Full methodology + "what beating Cloudflare actually means" β marketing/cloudflare.md.
We have not published broad head-to-head benchmarks vs Firecrawl/Crawl4AI yet β those are next, with the methodology published alongside. We don't print numbers we made up. Don't trust our table β run it on your own hardest sites:
| Plan | Price | Credits | Daily cap | Backends | Captcha | Proxy | LLM | Keys |
|---|---|---|---|---|---|---|---|---|
| Scout | Free | 2,500 one-time | 500 | curl_cffi | β | β | β | 1 |
| Analyst | $29/mo | 100,000/mo | 5,000 | + tls_client | β | β | 50k | 3 |
| Operator | $85/mo | 500,000/mo | 25,000 | + playwright | β | β | 200k | 10 |
| Command | $299/mo | 2,000,000/mo | 100,000 | all + nodriver | β | β | 1M | 50 |
| Enterprise | from $999/mo | 10Mβ100M+/mo | β | all + dedicated | β | β | β | β |
1 credit = 1 page, any backend. Annual 20% off. Self-hosting is free forever. Full pricing β PRICING.md Β· hosted: dekryptlabs.github.io/dlbrowser/pricing.html
Enterprise plans publish real prices (from $999/mo) β no "call us" black box. sales@dekryptlabs.com
DLBrowser is for teams running AI agents that need reliable, observable, cost-controlled web access at scale.
| Resource | Link |
|---|---|
| Getting Started | GETTING_STARTED.md |
| Integrations (LangChain / LlamaIndex) | INTEGRATION_QUICKSTART.md |
| Self-Hosted Deploy | DEPLOYMENT.md |
| Comparison vs Firecrawl / Crawl4AI | COMPARISON.md |
DLBrowser is MIT and free forever, and we keep a free hosted demo gateway running for everyone. Sponsoring funds new backends, published benchmarks, site-specific scrapers, and keeps the free tier free. If it saves your agents from getting blocked β or saves you tokens β please consider it.
Become a sponsor β Β· tiers from $10/mo to $1,000/mo. Full perks in SPONSORS.md. $25/mo and up puts your name (or logo, at $100+) in the banner below β seen by everyone who visits the repo, the PyPI page, and the npm page.
Be the first β your name or logo here.
Become a sponsor β
Give your agent the whole web.
Built by Dekrypt Labs Β· MIT License Β· sales@dekryptlabs.com
mcp-name: io.github.DekryptLabs/dlbrowser
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dlbrowser)<a href="https://allmcps.com/mcp/dlbrowser"><img src="https://allmcps.com/api/badge/dlbrowser?style=directory" alt="DLBrowser on AllMCPs" /></a>