EnriWeb
Related Servers
Alternatives to EnriWeb
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for multi-engine web search and web page fetching, supporting parallel search, content extraction, and optional LLM-powered search summarization and deep search.4MIT

xngmcpofficial
AlicenseNot gradedqualityBmaintenanceAn MCP server that exposes web_search and web_fetch tools, enabling web search via SearXNG and fetching readable public pages.1MIT- 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.5151MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that enables AI agents to search the web and extract clean Markdown content, with support for JavaScript rendering, structured data extraction, and screenshots.1-
- AlicenseNot gradedqualityCmaintenanceMCP server providing web search, fetch, and crawl capabilities for AI agents via the spider.cloud API, with caching, cost controls, and robust error handling.MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides AI assistants with web search and intelligence capabilities via the ihyee API. It allows users to search the web, fetch extracted content from URLs, and perform full browser rendering for JavaScript-heavy websites.3MIT
TDQS
Scored across 2 tools
web_search and web_fetch have clearly distinct purposes: one discovers URLs and information from the web, the other retrieves content from a specific URL. There is no overlap or ambiguity in choosing between them.
Both tools consistently follow the web_verb pattern (web_search, web_fetch), making the domain and action immediately clear and predictable.
Two tools is minimal, but it fully covers the core need of a web access server: searching and fetching. It is slightly under the typical 3-15 range yet remains well-scoped and not bloated.
For the stated purpose of web search and retrieval, the pair forms a complete workflow: search returns candidate URLs and web_fetch reads the chosen page, including pagination and content-shaping options. There are no obvious dead ends.