PyScrappy
Related Servers
Alternatives to PyScrappy
- AlicenseNot gradedqualityBmaintenanceWeb scraping and search MCP server that wraps Firecrawl API for URL discovery and web search with optional content retrieval.5 npm1MIT
- AlicenseNot gradedqualityDmaintenanceFetches web pages and converts them to markdown for LLM consumption, supporting chunked reading and raw content extraction.MIT
Related Servers
- AlicenseAqualityDmaintenanceWeb tools for AI agents. Search the web for full page content, fetch URLs as clean markdown including PDFs, extract structured data from a page with a prompt, and run multi-source deep research that returns a cited report.41MIT

hyperbrowserofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to scrape JavaScript-rendered web pages, extract structured JSON data using LLM prompts, and crawl websites with configurable page limits.MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search the web, read and extract content from webpages, fetch JSON from REST APIs, and collect links while bypassing anti-bot protections.18 npmISC

Scout MCP Serverofficial
AlicenseAqualityDmaintenanceProvides coding agents with live web capabilities including web search, scraping to Markdown, structured extraction, crawling, screenshots, and company lookup, all with zero dependencies.81MIT- 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
- AlicenseAqualityCmaintenanceEnables AI agents to fetch, crawl, extract, and search web content through a unified set of tools, with automatic routing to specialized backends.4MIT
TDQS
Scored across 24 tools
Each tool targets a distinct external service or data type (e.g., Wikipedia, YouTube, Amazon, weather) with clear boundaries. Even the generic tools (scrape_url vs scrape_with) have well-defined differences, and no two tools appear to do the same job.
Tool names follow three main prefixes (scrape_, search_, get_) but are mixed with standalone verbs like convert_currency, define_word, and lookup_movie. The pattern is readable and somewhat predictable within each group, but the inconsistent prefixes and exceptions prevent a higher score.
With 24 tools, the server sits in the 'heavy' range (16-25). However, the broad purpose of scraping many distinct sites justifies the count, though it feels slightly overstuffed compared to simpler scraping servers.
The server covers a comprehensive set of common scraping targets (general pages, Wikipedia, news, finance, e-commerce, media, jobs, etc.) and includes a generic dispatch (scrape_with) plus a registry explorer for third-party plugins. This makes the surface virtually extensible and free of critical gaps.