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…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
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…