Parse web pages into clean Markdown for extraction and downstream processing.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "redup.mcp-web-parser" yet — see the docs or source repo.
Use parse_page to parse this page URL and return cleaned Markdown, keeping headings, body text, and link structure.
Clean Markdown output of the page, suitable for reading, archiving, or further analysis.
Call the health-check tool to verify whether the MCP parsing service is currently available.
A health status result showing whether the service is ready for page parsing requests.
Use parse_page to parse the target page and return Markdown with the current proxy and timeout configuration applied.
Markdown output generated with the configured request settings, useful for restricted or slow pages.
Developers or researchers can convert web pages into clean Markdown first, then use it for summarization, search, or manual review.
When teams need to process web content at scale, this MCP tool can serve as the parsing step, converting raw pages into a more stable text format for downstream workflows.
Before parsing pages, users can run a health check to confirm service status and reduce failures caused by service unavailability.
This is an MCP server that parses web pages into clean Markdown through Crawl4AI's HTTP API. It also exposes two tools: parse_page and health-check.
The provided information shows that it supports configurable proxy and timeout settings. For exact configuration details, see the source repository.
Based on the description, it relies on Crawl4AI's HTTP API to parse web pages. For installation, runtime, or authentication requirements, see the source repository.
Fetch web content and return it in HTML, JSON, text, or Markdown.
Convert webpages into clean Markdown for archiving, extraction, and AI workflows.
Fetch webpages and convert them into clean Markdown for reading and reuse.
Fetch web pages as Markdown and answer questions about their content.
Retrieve web pages as clean Markdown with adjustable detail and JS rendering.
Scrape static HTML pages and extract structured content for AI analysis.