Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format
Fetch and convert public web content to clean Markdown both readable by humans and optimized for LLM context. superFetch is a Model Context Protocol (MCP) server that fetches public web pages, extracts meaningful content using Mozilla's Readability algorithm, and converts the result into clean Markdown optimized for LLM context windows. It handles noise removal, caching, SSRF protection, async…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Fetch and convert public web content to clean Markdown both readable by humans and optimized for LLM context. superFetch is a Model Context Protocol (MCP) server that fetches public web pages, extracts meaningful content using Mozilla's Readability algorithm, and converts the result into clean Markdown optimized for LLM context windows. It handles noise removal, caching, SSRF protection, async task execution, and supports both stdio and Streamable HTTP transports. HTML to Markdown using Mozilla…