Provides a dedicated interface for programmatically managing Cloudflare Browser Rendering crawl jobs.
This tool functions as a dedicated Dedalus MCP server, offering a streamlined interface to interact with Cloudflare Browser Rendering's `/crawl` endpoint. It simplifies the process of initiating, monitoring, and managing asynchronous crawl jobs within the Cloudflare ecosystem, providing granular control over the crawl lifecycle through a set of exposed functions like `cf_start_crawl`, `cf_get_crawl`, and `cf_cancel_crawl`.
Características Principales
01Monitor crawl job status asynchronously
02Poll for crawl job completion with `cf_wait_for_crawl`
03Programmatically start Cloudflare crawl jobs
040 GitHub stars
05Cancel ongoing crawl tasks
06Support for custom crawl parameters via `extra_body`
Casos de Uso
01Automating data extraction from websites using Cloudflare Browser Rendering
02Programmatic management of browser rendering tasks for analysis or content processing
03Integrating Cloudflare's web crawling capabilities into custom applications