Hermes Crawler MCP Service
Related Servers
Alternatives to Hermes Crawler MCP Service
No user-submitted related servers found.
Related Servers
- 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 gradedqualityBmaintenanceMCP server that fetches web pages, extracts clean markdown (reducing token count), caches results, and provides searchable reading history.MIT
- AlicenseAqualityBmaintenanceAn MCP server that fetches web pages and extracts clean, AI-usable context from them, enabling tools for link discovery, content search, and integrated fetch-and-search operations.513 npm1MIT
- AlicenseNot gradedqualityCmaintenanceA self-hosted MCP server that reads web pages and converts them to Markdown, with built-in web search and anti-crawl fallback using Playwright.1MIT
- FlicenseAqualityDmaintenanceMCP server for Cloudflare Browser Rendering Crawl API. Fetches and crawls web pages, returning clean Markdown optimized for LLM consumption.3-
- AlicenseNot gradedqualityAmaintenanceMCP server that fetches and converts website pages into clean markdown for agents, with sitemap-based discovery, disk caching, and polite crawling (robots.txt, rate limiting).7 npm2MIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: crawl, read results, login initiation, polling, cancellation, and terminal QR rendering. There is no overlap; even the three login tools have distinct actions (begin, poll, cancel).
All tool names follow a consistent verb_noun pattern in snake_case (e.g., crawl_url, begin_login, render_qr_terminal). The naming is predictable and the verb describes the action while the noun identifies the resource.
With 6 tools, the server covers the core workflow of crawling with login support without being too sparse or bloated. Each tool serves a necessary step in the process, and the count feels well-scoped.
The tool set covers the essential operations: crawling, reading results, and full login lifecycle (begin, poll, cancel, plus QR rendering). Minor gaps exist, such as lacking explicit session management or crawl configuration options, but the core functionality is complete.