mcpserver.lol
registry/web-2
Connection check verified live · 20h ago

web-2

Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

5 tools

Read from the running server on 20h ago.

check_web_service read-only
Check whether the web reading service is responding.
crawl_site read-only url*max_depthmax_pages
Read multiple linked pages with strict page and depth limits. Use only when several pages are required. If you merely need to discover a site's structure, use map_site first becau…
map_site read-only url*limit
List a site's URLs so an agent can select pages before reading them. Prefer this inexpensive discovery step before crawl_site. Map first, then call read_page for selected URLs unl…
read_page read-only url*
Read one known web page as clean Markdown without raw HTML noise. Use this for documentation, articles, and product pages when the URL is already known. For an unfamiliar site, us…
search_web read-only query*max_results
Find relevant web pages when you do not already know their URLs.