acrawl
Related Servers
Alternatives to acrawl
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenancesingle-binary MCP server that gives AI agents a browser. 66 tools for navigation, form filling, data extraction, screenshots, and DOM diffing — built on pure Chrome DevTools Protocol.13MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that lets AI assistants drive real Chromium browsers — navigate, click, type, read pages, run OCR, and record network traffic. 43 tools, credentials stay local, zero telemetry.-
- AlicenseNot gradedqualityBmaintenanceMCP server that bridges Model Context Protocol with browser automation, offering 37 tools across three modes (Playwright, CDP, Chrome Extension) and an autonomous agent for web tasks.MIT
- AlicenseBqualityBmaintenanceEnables LLM agents to automate web browsers with token-efficient perception, stealth anti-detection, captcha solving, network interception, and isolated persistent sessions.51MIT
- AlicenseAqualityAmaintenanceWeb scraping, crawling, and structured data extraction for AI agents. 5 tools: scrape (clean markdown from any URL), crawl (entire sites), map (discover URLs), extract (structured JSON), and search. 833ms avg latency, single binary, self-hostable.81,069AGPL 3.0
- FlicenseNot gradedqualityBmaintenanceUltra-lightweight headless browser for AI agents. Provides MCP tools for navigating URLs, extracting structured content, and building autonomous agent workflows.1-
TDQS
Scored across 39 tools
Every tool has a clearly distinct purpose: navigation tools (navigate, refresh, go_back, switch_tab, scroll) differ from interaction tools (click, click_at, hover, fill_form, select_option, press_key), which differ from analysis tools (page_map, read_content, list_resources) and network/storage/performance tools. Even closely related pairs like list_network_activity vs inspect_request or list_page_logs vs inspect_log are well-separated by role. No two tools have overlapping or ambiguous scopes.
All 39 tools follow a consistent snake_case convention with a clear verb-first pattern (switch_tab, save_script, read_content, execute_js, intercept_network, inspect_cookies, etc.). Even noun-like tool names like page_map and screenshot are used as commands and match the overall style. The naming is uniformly predictable, making it easy for an agent to infer the action–object relationship.
At 39 tools, the server far exceeds the typical well-scoped range (3–15) and the 25+ threshold considered too many. While the domain of web crawling is broad and each tool is individually justified, the sheer number makes the surface heavy and increases the cognitive load for agents. The server would benefit from consolidation or sub-modules to keep the tool list more manageable.
The tool surface covers a comprehensive lifecycle for web crawling: navigation, interaction, content extraction, scripting, network inspection, storage, cookies, performance, accessibility, and screenshots. Minor gaps exist (e.g., no direct cookie deletion or file upload handling), but these can be worked around via execute_js or other means. Overall, the domain is well-covered with few dead ends.