Back to search
90
MCP live v1.2.0 sse

Web Scraper to Markdown API

io.github.Br0ski777/web-scraper

Extract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402.

Uptime
50.0%
4 probes
Response
13ms
last probe
Tools
2
callable

Tools · 2

web_scrape_to_markdown

Scrape and extract content from a URL with full JS rendering, returned as clean markdown. Alternative to Firecrawl scrape at 2.5x lower cost. Strips navigation, ads, scripts, and boilerplate — ideal f…

web_scrape_batch

Use this when you need to extract clean content from multiple web pages at once (up to 10 URLs). Returns the same structured markdown output as web_scrape_to_markdown for each URL. 1. results (array)…

Similar MCP servers embedding-nearest

Web Scraper to Markdown API
Extract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402.
0 tools · sse
Web Scraper
Extract clean Markdown from any URL, removing boilerplate for use in RAG pipelines.
0 tools
HTML to Markdown API
Convert HTML to clean markdown. Strips scripts and styles. x402 micropayment.
0 tools · sse
HTML to Markdown API live
Convert HTML to clean markdown. Strips scripts and styles. x402 micropayment.
1 tools · sse
dev.averra/extract
URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching.
0 tools
md-api /md
URL to clean article markdown for AI/RAG. SSRF-guarded. [x402: $0.002/call on base, category=other]
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "web_scraper_to_markdown_api": {
      "url": "https://web-scraper.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}