MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown
An MCP server that fetches a URL and returns the main content as clean Markdown. Uses plain HTTP when possible and real Chromium when needed. Most MCP web-fetch tools either: use plain HTTP, which fails on JS-required pages and gets blocked by Cloudflare bot detection on many sites; or use a real browser but return raw HTML or accessibility-tree snapshots, which are noisy and token-heavy when you…
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.
An MCP server that fetches a URL and returns the main content as clean Markdown. Uses plain HTTP when possible and real Chromium when needed. Most MCP web-fetch tools either: use plain HTTP, which fails on JS-required pages and gets blocked by Cloudflare bot detection on many sites; or use a real browser but return raw HTML or accessibility-tree snapshots, which are noisy and token-heavy when you just want to read the article. This server uses a three-tier strategy, using the fastest approach…