mcp-cloudflare-crawl
Related Servers
Alternatives to mcp-cloudflare-crawl
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides tools to scrape, extract structured data, and crawl webpages, with access to browser automation agents like OpenAI's CUA, Anthropic's Claude Computer Use, and Browser Use for complex web tasks.-
- AlicenseNot gradedqualityDmaintenanceEnables Claude to scrape and crawl websites via a self-hosted Firecrawl instance through the Model Context Protocol. Provides tools for single/multi-URL scraping, site mapping, and full-site crawling operations.22,445 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a web browser through tools for navigation, clicking, typing, and capturing screenshots using Cloudflare Workers. It allows models to perform complex web automation tasks and interact with live websites through a set of 14 specialized tools.4,678 npm-
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control web browsers through Playwright automation tools deployed on Cloudflare Workers. Supports web navigation, clicking, typing, screenshot capture, and other browser automation tasks through natural language commands.-

hyperbrowserofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to scrape JavaScript-rendered web pages, extract structured JSON data using LLM prompts, and crawl websites with configurable page limits.MIT- AlicenseNot gradedqualityCmaintenanceProvides undetectable browser automation for AI agents, bypassing Cloudflare and other anti-bot systems. Includes 97 tools for navigation, scraping, network interception, and element cloning.MIT
TDQS
Scored across 5 tools
crawl_start, crawl_status, crawl_cancel, and crawl_list each have distinct purposes. crawl_and_wait overlaps with crawl_start+crawl_status polling, but its description clearly frames it as a convenience wrapper for small crawls, so confusion risk is limited.
All tools follow the same crawl_ + verb/short-noun pattern (crawl_start, crawl_status, crawl_cancel, crawl_list, crawl_and_wait) in consistent snake_case.
Five tools is well-scoped for an asynchronous crawl API, covering submission, polling, cancellation, listing, and a blocking convenience path without redundancy bloat.
Full job lifecycle is covered (start, status, cancel, list, and synchronous wait). Only minor gaps exist, such as deleting/clearing stored jobs or re-fetching a single job by ID.