Skip to main content
Glama
shihaku1223

mcp-cloudflare-crawl

by shihaku1223

Related Servers

Alternatives to mcp-cloudflare-crawl

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables 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 npm
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables 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
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables 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.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to scrape JavaScript-rendered web pages, extract structured JSON data using LLM prompts, and crawl websites with configurable page limits.
      MIT

    TDQS

    A4/5.0

    Scored across 5 tools

    Disambiguation4/5

    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.

    Naming Consistency5/5

    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.

    Tool Count5/5

    Five tools is well-scoped for an asynchronous crawl API, covering submission, polling, cancellation, listing, and a blocking convenience path without redundancy bloat.

    Completeness4/5

    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.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues