A
licenseA
qualityD
maintenanceProvides web access capabilities for LLMs including search, fetching, content extraction, PDF reading, image viewing, and screenshots.
3
46
MIT
No user-submitted related servers found.
Scored across 3 tools
web_fetch and web_find both involve fetching a URL, but one returns the full page text and the other finds specific text within it, making their purposes distinct with clear descriptions. web_search is entirely different.
All tools follow the consistent 'web_verb' pattern (fetch, find, search), indicating a predictable naming convention.
Three tools is an appropriate number for a web utility server, covering core operations without being too sparse or excessive.
The tools cover basic web tasks (fetch, find text, search) but lack advanced features like POST requests, pagination, or element extraction, which are notable gaps for a comprehensive web server.