vibatchium
Related Servers
Alternatives to vibatchium
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceStealth Chrome MCP server for AI agents providing 77 tools, perfect bot detection scores, proxy pools, encrypted sessions, and live human handoff via Cloudflare tunnel.MIT
- FlicenseNot gradedqualityDmaintenanceProduction-grade MCP server for autonomous web automation with stealth features, designed for complex booking workflows like tickets, tours, hotels, and transport.-

@meshbrow/mcp-serverofficial
AlicenseNot gradedqualityBmaintenanceMCP server for Meshbrow that gives AI agents full browser automation capabilities with stealth anti-detection, enabling natural language control of browser sessions, data extraction, and multi-browser fleets.MIT- AlicenseAqualityFmaintenanceAn MCP server that provides LLMs with stealth browser automation capabilities via CloakBrowser to bypass bot detection services like Cloudflare and reCAPTCHA. It supports full page interaction, content extraction, and human-like behavior through 30 specialized tools.2040 PyPI13Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA stealth-enhanced browser automation MCP server for AI agents to interact with websites while bypassing anti-bot detection mechanisms like Cloudflare and reCAPTCHA.8MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that provides an undetectable Playwright browser to bypass Cloudflare and other bot detection systems, enabling AI agents to navigate and scrape web pages without being blocked.11 npmMIT
TDQS
Scored across 86 tools
Most tools target distinct browser actions, but there are several exact aliases (session_use/session_switch, profile_*/session_*) and overlapping locator/interaction families (find/map/candidates, text/html/extract, click/vision_click) that create real selection ambiguity. The descriptions help, but the boundaries between waits, actions, and extraction modes are not always obvious.
The set predominantly uses imperative snake_case verbs, but it mixes bare noun/state names like url, title, text, html, and status with verb_noun composites like verify_url, extract_fields, wait_selector, and set_log_verbs. The alias families (profile_*, session_*, vision_*) are internally consistent, but the overall pattern is uneven.
86 tools is an extreme count by any agent-facing standard, far beyond the 50+ threshold for extreme mismatch. The count is inflated by aliases, near-duplicate action variants, and overlapping wait/vision/locator families that could be consolidated without losing capability.
The browser automation lifecycle is very thoroughly covered: sessions, navigation, extraction, interaction, waits, frames, tabs, screenshots, forms, and vision fallbacks are all present. Minor gaps exist around standard browser primitives like cookie/localStorage management and network request interception, but they are non-fatal for the advertised stealth-scraping use case.