Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. DLBrowser
D
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:56:41 PM

DLBrowser

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Self-healing web access for AI agents β€” recovers through bot blocks, captchas and JS pages.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "dlbrowser": {
      "command": "npx",
      "args": [
        "-y",
        "dlbrowser"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

DLBrowser

Your AI agent is blind to the half of the web that fights back.

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.

PyPI npm License: MIT Python

Terminal
npx dlbrowser connect --key dlb_xxx

Wires DLBrowser into Claude Code, Cursor, Windsurf, Cline & Codex in one command. Your agent gets 11 web tools that actually reach the page.


The 60-second try

Terminal
pip install dlbrowser
dlbrowser fetch https://example.com

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:

config.json
{ "success": true, "backend": "curl_cffi", "load_time": 0.03, "blocked": false }

And every run is metered against a plan, in the open β€” no surprise invoice:

config.json
{ "plan": "scout", "remaining_daily": 497, "remaining_monthly": 2497,
  "upgrade_url": "https://dekryptlabs.github.io/dlbrowser/pricing.html" }

That's a real response from the live gateway. Start free β€” 2,500 credits, no card.


Why your agent needs this

You wire web access into an agent. It works in the demo. Then it meets the real web:

  • One site loads with a 50ms HTTP request. The next is an empty React shell until JS runs.
  • Cloudflare and DataDome quietly serve your headless browser a challenge page.
  • Your agent's built-in fetch returns "" β€” not an error, an empty string β€” and keeps going.
  • You have no idea which sites failed, which backend would've worked, or what any of it cost.

DLBrowser is the capability layer that fixes this. Not a scraper. Not a crawler. Acquisition infrastructure for AI agents β€” reliable, observable, billable.


The engine: start cheap, escalate only when blocked

Code
curl_cffi  β†’  tls_client  β†’  playwright  β†’  nodriver (CDP)  β†’  firecrawl
  ~50ms         ~200ms        full JS        max stealth       last resort
  HTTP-level, no browser       β”‚            browser-level, real Chromium
                               └── auto-escalates when a block is detected

~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.


What resets your expectations

πŸ” Self-healing fallbackFive backends auto-escalate on block. Your agent stops getting an empty string.
πŸ’Έ Per-run cost telemetryEvery 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-efficientReturns 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 multipliers1 credit per page on any backend. Firecrawl & ScrapingBee charge 5–7Γ— for JS rendering.
πŸ”’ Atomic meteringReservation-based β€” 0% overshoot, even under concurrency. You're never billed past your quota.
🧠 LLM extractionNatural language β†’ structured JSON. Runs against a local/free model β€” no cloud key required.
πŸ“¦ MIT, self-hostableFull feature parity self-hosted. Your data never leaves your infra. The hosted gateway just saves you running proxies + captcha infra.
πŸ”Œ MCP-native11 tools with use-first descriptions, so your agent reaches for DLBrowser over its flaky built-in browser.

Fewer tokens, cleaner signal

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:

ModeTokens (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:

server.ts
import asyncio, tiktoken
from hermes_browser import fetch          # pip install dlbrowser
enc = tiktoken.get_encoding("cl100k_base")
raw = asyncio.run(fetch(url, mode="html"))["content"]["html"]
md  = asyncio.run(fetch(url, mode="markdown"))["content"]["markdown"]
print(len(enc.encode(raw)), "β†’", len(enc.encode(md)), "tokens")

One line, every host

Terminal
npx dlbrowser connect --key dlb_xxx
# detects and configures: claude-code Β· claude-desktop Β· cursor Β· windsurf Β· cline Β· codex

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):

Terminal
claude mcp add dlbrowser --transport http \
  --url https://api.dekryptlabs.com \
  --header "Authorization: Bearer dlb_xxx"

Your agent immediately has: fetch Β· scrape Β· smart_extract Β· screenshot Β· markdown Β· crawl Β· search Β· serp Β· status Β· account Β· topup.


Can I trust it? (architecture)

Code
Agent / CLI / Extension / MCP client
        β”‚
   β”Œβ”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”
   β”‚ Gateway  β”‚  Paywalled β€” 401 no key Β· 402 over quota Β· free: status/account
   β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
   β”Œβ”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”
   β”‚  Router  β”‚  Adaptive per-domain scoring: success Β· latency Β· cost Β· freshness
   β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
   β”Œβ”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
   β”‚  curl_cffi β†’ tls β†’ playwright β†’  β”‚  self-healing cascade
   β”‚  nodriver β†’ firecrawl            β”‚
   β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
   β”Œβ”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”
   β”‚  Ledger  β”‚  per-run backend Β· credits Β· cost Β· trace_id (OpenTelemetry)
   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

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.


Can it beat Cloudflare?

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):

SiteResultHow
nowsecure.nl (CF challenge test)βœ… passTLS impersonation
crunchbase.comβœ… passcurl_cffi, 0.3s, no browser
nike.comβœ… passcurl_cffi, 1.2s, no browser
g2.com❌ 403Cloudflare Enterprise β€” datacenter IP blocked by reputation
zillow.com❌ 403Enterprise + 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:

Terminal
pip install "dlbrowser[full]" && python3 -m playwright install chromium
dlbrowser fetch <a-url-that-blocks-your-current-tool>   # see the backend that got through

Pricing

PlanPriceCreditsDaily capBackendsCaptchaProxyLLMKeys
ScoutFree2,500 one-time500curl_cffiβ€”β€”β€”1
Analyst$29/mo100,000/mo5,000+ tls_clientβ€”β€”50k3
Operator$85/mo500,000/mo25,000+ playwrightβœ“β€”200k10
Command$299/mo2,000,000/mo100,000all + nodriverβœ“βœ“1M50
Enterprisefrom $999/mo10M–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


Will my company approve it?

  • Multi-tenant β€” organizations, teams, seats, roles
  • API keys β€” create, revoke, rotate, scope, expire (SHA-256 hashed)
  • Audit logs β€” immutable event ledger: who did what, when, at what cost
  • Webhooks β€” HMAC-SHA256 signed, with a dead-letter queue
  • SLA monitoring β€” scheduled page diffing with noise-tolerant change detection
  • Self-hosted β€” Docker one-liner, full feature parity, data stays in your network

Enterprise plans publish real prices (from $999/mo) β€” no "call us" black box. sales@dekryptlabs.com


When not to use DLBrowser

  • You need pre-built datasets β†’ Bright Data / Apify
  • You need a visual scraping IDE β†’ Octoparse
  • You need screenshot-as-a-service β†’ Urlbox

DLBrowser is for teams running AI agents that need reliable, observable, cost-controlled web access at scale.


Docs

ResourceLink
Getting StartedGETTING_STARTED.md
Integrations (LangChain / LlamaIndex)INTEGRATION_QUICKSTART.md
Self-Hosted DeployDEPLOYMENT.md
Comparison vs Firecrawl / Crawl4AICOMPARISON.md

πŸ’œ Sponsor DLBrowser

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.

Our sponsors

Be the first β€” your name or logo here.
Become a sponsor β†’


Give your agent the whole web.

Terminal
npx dlbrowser connect --key dlb_xxx

Built by Dekrypt Labs Β· MIT License Β· sales@dekryptlabs.com


mcp-name: io.github.DekryptLabs/dlbrowser

Related MCP Servers

View all in Developer Tools View all alternatives
  • Blockscout Mcp Server logoBlockscout Mcp Server

    Provide AI agents and automation tools with contextual access to blockchain data including balance…

    πŸ’» Developer Tools0 views
    Compare vs Blockscout Mcp Server β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • M
    Mcp

    Workix hub catalog plus freelance digest/search and proposal helpers for AI agents

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’

Frequently Asked Questions about DLBrowser

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dlbrowser": { "command": "npx", "args": ["-y", "DLBrowser"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDLBrowser AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dlbrowser?style=directory)](https://allmcps.com/mcp/dlbrowser)
HTML Embed
<a href="https://allmcps.com/mcp/dlbrowser"><img src="https://allmcps.com/api/badge/dlbrowser?style=directory" alt="DLBrowser on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
5/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit19d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 22, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to DLBrowser β†’Install in Claude DesktopInstall in CursorInstall in VS Code