F
licenseNot graded
qualityD
maintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.
15
-
No user-submitted related servers found.
Scored across 2 tools
web_search returns search results while fetch_page retrieves content from a specific URL. Their purposes are distinct and complementary, leaving no ambiguity.
Both tools use snake_case and follow a clear verb_noun pattern (web_search, fetch_page), providing predictable naming.
With 2 tools, the server is minimal but appropriately scoped for a web search service. It covers the essential search and fetch operations without unnecessary bloat.
The server covers the core workflow of searching and fetching page content. Missing advanced features like pagination or image search, but for a minimal server, it's reasonably complete.