
mcp
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| fetch_markdown | 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 an article, docs page or raw file. |
| fetch_metadata | Fetch a web page and return its metadata as JSON: title, byline, site name, excerpt and word count (no full body). |
| extract_links | 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. |
| search_page | 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 find a specific detail (e.g. pricing, a config option) while spending far fewer tokens than fetch_markdown. |