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 toolsRead from the running server on 20h ago.
check_web_service
read-only
Check whether the web reading service is responding. 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… 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 because crawling is slower and costlier.
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… 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 unless content from many pages is required.
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… 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, use map_site first to choose useful URLs instead of crawling every page.
search_web
read-only
query*max_results