Skip to content
VS Code

Web Scraper to Markdown API for VS Code

io.github.br0ski777/web-scraper

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

client:VS Code transport:sse

Install Web Scraper to Markdown API in VS Code

.vscode/mcp.json

{
  "servers": {
    "web-scraper": {
      "type": "sse",
      "url": "https://web-scraper.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Web Scraper to Markdown API in other clients