AgentHubAgentHub

Web Scraper to Markdown API

MCP ServerMCP Registry官方收录

io.github.Br0ski777/web-scraper · v1.2.0

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

概览

Web Scraper to Markdown API 是一个MCP Server,收录自 官方 MCP Registry。支持 sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.Br0ski777/web-scraper",
  "type": "mcp-server",
  "version": "1.2.0",
  "displayName": "Web Scraper to Markdown API",
  "description": "Extract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402.",
  "repository": {
    "url": "https://github.com/Br0ski777/web-scraper-x402",
    "source": "github"
  },
  "homepage": "https://github.com/Br0ski777/web-scraper-x402",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://web-scraper.api.klymax402.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Br0ski777/web-scraper",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Br0ski777%2Fweb-scraper/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Web Scraper to Markdown API — MCP Server 安装与配置 · AgentHub