cute-web-scraper
Related Servers
Alternatives to cute-web-scraper
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceMCP server for web scraping — extract clean markdown, links, and metadata from any URL. Free Firecrawl alternative.562 npm6MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for config-driven web scraping, offering tools to scrape, crawl, extract markdown, and check status.-
- AlicenseNot gradedqualityAmaintenanceRemote MCP server for web scraping with anti-bot evasion. Provides stealth HTTP fetching, headless browser with Cloudflare bypass, CSS selectors, YouTube transcripts, and Markdown conversion.1MIT
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server for web content extraction that converts HTML pages into clean, LLM-optimized Markdown using Mozilla's Readability. It supports batch processing, intelligent multi-page crawling, and configurable caching while respecting robots.txt standards.25 npm-
- AlicenseNot gradedqualityDmaintenanceOpen-source web scraper and extraction MCP server with JavaScript rendering, markdown output, PDF/DOCX parsing, structured errors, and validated extraction contract diagnostics for agents.2AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceMCP server to scrape web pages to clean Markdown via headless Chromium, with support for single or batch URLs.-
TDQS
Scored across 24 tools
Most tools have clearly distinct purposes: fetching, extracting, searching, tracking, and table operations are well separated. Minor overlap exists between extract_products and extract_shopify_store, and between fetch_page and fetch_pages, but the descriptions clarify their scope enough to avoid serious misselection.
Tool names follow a consistent snake_case verb_noun pattern: extract_*, fetch_*, list_*, find_*, query_table, export_table, drop_table. Even 'untrack' aligns with the tracking tools, making the set predictable and easy to navigate.
24 tools is on the high end, but the count is justified by the server's broad scope: discovery, fetching, extraction, monitoring, local business search, and result-table management. It feels comprehensive rather than redundant, though it approaches the upper limit.
The tool set covers the full scraping lifecycle: discover sites, fetch pages, extract structured data, inspect network calls, track changes, store results, query them, and export them. There are no obvious dead ends or missing core operations for a web-scraping server.