Skip to content
Back to search
90
MCP 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
0.0%
1 direct probes · 30d
Response
178ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

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)…

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"
    }
  }
}