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…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
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…