AIMLPM/markcrawl
Related Servers
Alternatives to AIMLPM/markcrawl
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server implementation that integrates with FireCrawl for advanced web scraping capabilities.2622,552 npm7,510MIT
Related Servers
- FlicenseNot gradedqualityCmaintenanceCrawl entire websites, sitemaps, and documentation portals into clean, LLM-ready Markdown without ads, cookie popups, or noise for RAG pipelines and AI agents.-
- FlicenseNot gradedqualityCmaintenanceEnables scraping single pages or crawling entire websites, converting content to markdown and optionally extracting structured data with Claude.-

HatFetchofficial
AlicenseAqualityAmaintenanceEnables LLM agents to read any website by scraping and crawling into clean Markdown, automatically bypassing bot detection with residential proxies.2330 npmMIT- AlicenseNot gradedqualityDmaintenanceAutomate web browsing and data extraction by converting live pages into clean Markdown. Execute multi-step workflows and interact with websites using human-like movements.MIT
- AlicenseNot gradedqualityAmaintenanceFetch web pages into clean, RAG-ready Markdown with a verifiable provenance record — source URL, UTC fetch time, SHA-256 of the response body, redirect chain, and an extraction-fidelity metric. Writes WARC archives and honours robots.txt/ai.txt, so every document an agent reads can be re-verified and cited.141 PyPI2MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to crawl and scrape websites, converting HTML to clean Markdown and structured metadata with support for JavaScript rendering, bot evasion, and SSRF protection.178MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct role in the crawl pipeline: crawl_site fetches content, list_pages provides an overview, search_pages filters by keyword, read_page returns full content, and extract_data produces structured fields. There is no overlap or ambiguity between the tools.
All tool names follow the same verb_noun snake_case pattern: crawl_site, list_pages, search_pages, read_page, extract_data. The verbs are consistent and clearly describe the operation, and the nouns reflect the target object.
The server has 5 tools, which is well-scoped for its purpose. Each tool is necessary for the crawl, browse, and extract workflow, and there is no superfluous or redundant surface area.
The tool set covers the full lifecycle of crawling and working with web content: ingestion (crawl_site), discovery (list_pages, search_pages), retrieval (read_page), and structured analysis (extract_data). There are no obvious dead ends or missing operations for the stated domain.