
Kloakt
Give Claude Code or Cursor a stealth headless browser so agents can fetch pages, extract structured content, and survive SPAs without brittle curl-only workflows.
Overview
Kloakt is a MCP server for the Build phase that gives AI agents a cloaked headless browser with stealth TLS, smart extraction, and SPA fallback.
What is this MCP server?
- Stealth-oriented TLS and cloaked headless browsing tuned for bot-sensitive sites
- Smart content extraction with SPA fallback when static HTML is empty or client-rendered
- stdio MCP transport via PyPI package kloakt (v0.1.2) for local agent hosts
- Designed explicitly for AI agents that need reliable page reads without manual browser sessions
- Complements fetch-based skills with full DOM and navigation when JavaScript matters
- Server version 0.1.2 on PyPI identifier kloakt
- stdio transport
- GitHub source KultMember6Banger/kloakt
Community signal: 1 GitHub stars.
What problem does it solve?
Agents that only fetch HTML miss SPAs and get blocked by TLS or bot checks, so research and integration tasks stall on empty or error pages.
Who is it for?
Indie builders wiring web research, monitoring, or scrape-assisted features into Claude Code, Cursor, or Codex during integration sprints.
Skip if: Teams that only need first-party REST APIs, static docs, or workflows where legal/policy constraints forbid automated browsing.
What do I get? / Deliverables
After you register Kloakt, your agent can load tricky sites like a real browser and return extractable content you can feed into specs, tests, or features.
- Registered stdio MCP server exposing cloaked browse and extract tools
- Agent workflows that return structured page content from SPAs and protected sites
- Repeatable local dev setup for web-dependent features without manual browser tabs
Recommended MCP Servers
Journey fit
Browser automation is installed while wiring agent tooling and external data sources into the product, not during early idea research alone. Integrations is the canonical shelf for MCP servers that connect coding agents to runtime capabilities like headless browsing rather than to your app’s own API routes.
How it compares
Headless-browser MCP integration, not a one-shot agent skill or hosted scraping SaaS dashboard.
Common Questions / FAQ
Who is Kloakt for?
Solo and indie developers who ship AI-assisted products and need dependable page loads and extraction when fetch-only tools fail.
When should I use Kloakt?
Use it while building agent tooling or integrations that must read competitor sites, authenticated flows, or JavaScript-heavy pages during development.
How do I add Kloakt to my agent?
Install the PyPI package kloakt (0.1.2), add a stdio MCP server entry pointing at that package, restart your client, and call the server’s browser tools from your agent session.