A
licenseA
qualityB
maintenanceA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.
4
118 npm
140
MIT
No user-submitted related servers found.
Scored across 2 tools
web_fetch extracts page content as markdown, while web_search returns search results with titles and snippets. Their purposes are clearly distinct with no overlap.
Both tools follow a consistent verb_noun pattern using snake_case (web_fetch, web_search), making the naming predictable and clear.
With only 2 tools, the server feels minimal. While it covers the core operations of searching and fetching, the count is low for a combined service, though still functional.
The basic lifecycle of web content retrieval (search and fetch) is covered. Minor gaps include lack of explicit service selection or advanced options like pagination, but the main use cases are handled.