mcpserver.lol
registry/vanshulgoyal101-mcp
Connection check verified live · 26h ago

vanshulgoyal101-mcp

Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

Tools 4
GitHub stars 1
Installs / wk
Licence MIT
Transport streamable-http
Last checked 26h ago

Tools & capabilities

4 tools

Read from the running server on 26h ago.

extract_links url*limit
Fetch a web page and return all of its outbound http(s) links (with anchor text) as JSON. Useful for crawling or finding related pages.
fetch_markdown url*max_chars
Fetch a web page and return its main content as clean Markdown (nav, ads and boilerplate removed). Raw Markdown, plain-text and JSON endpoints are returned as-is. Use this to read…
fetch_metadata url*
Fetch a web page and return its metadata as JSON: title, byline, site name, excerpt and word count (no full body).
search_page url*query*max_matchescontext_chars
Fetch a web page and return only the passages that match a query, instead of the whole page. Each result includes its heading breadcrumb and is ranked by relevance. Use this to fin…