MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content
MCP server that renders JavaScript SPA pages and extracts Markdown via headless Chromium. Traditional scrapers fail on SPAs because content is rendered client-side. This tool launches Playwright, waits for JS to finish, then extracts clean Markdown using Readability + Turndown. Render a page and extract content as Markdown. Parameter | Type | Default | Description |…
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.
MCP server that renders JavaScript SPA pages and extracts Markdown via headless Chromium. Traditional scrapers fail on SPAs because content is rendered client-side. This tool launches Playwright, waits for JS to finish, then extracts clean Markdown using Readability + Turndown. Render a page and extract content as Markdown. Parameter | Type | Default | Description | -----------|------|---------|-------------| | string | — | URL to read (required) | | string | — | CSS selector to wait for | |…