PluginBench
MCP Server
Maintained

Web Scraper to Markdown API MCP Server

io.github.Br0ski777/web-scraper

What is the Web Scraper to Markdown API MCP server?

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

How to install Web Scraper to Markdown API

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "web-scraper": {
      "url": "https://web-scraper.api.klymax402.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web-scraper": {
      "serverUrl": "https://web-scraper.api.klymax402.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "web-scraper": {
      "type": "http",
      "url": "https://web-scraper.api.klymax402.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "web-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://web-scraper.api.klymax402.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse web-scraper https://web-scraper.api.klymax402.com/mcp

Related MCP servers

Cron Parser API

Maintained

Parse, validate and explain cron expressions. Get next run times. x402 micropayment.

1
TypeScript
View repository →

Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.

1
TypeScript
View repository →

Parse, validate and normalize postal addresses. Detect country, verify format. x402.

0
TypeScript
View repository →

Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.

0
TypeScript
View repository →

Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402.

0
TypeScript
View repository →

Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment.

0
TypeScript
View repository →