# stagenth · 网页数据 MCP server

Web scraping to clean Markdown with JS rendering, multi-page crawl, structured extract, sitemaps.

## Links
- Registry page: https://www.getdrio.com/mcp/com-stagenth-web

## Install
- Endpoint: https://stagenth.com/mcp/web/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://stagenth.com/mcp/web/
- Header: Authorization

## Tools
- scrape_url - 抓取一个公开网页，返回干净的 Markdown（供 AI 阅读/总结/提取）。

        只抓公开网页，禁止内网/保留地址；不生成任何内容，只做抓取与格式转换。
        静态抓取拿不到内容的 JS 动态页可加 render=true 走真浏览器渲染。
         Endpoint: https://stagenth.com/mcp/web/
- crawl - 从入口 URL 广度优先抓取多页，每页转干净 Markdown（按实际抓取页数计费，每页 1 credit）。

        纯抓取 + 格式转换，不生成任何 AI 内容；逐页 SSRF 校验，单页失败不中断。
         Endpoint: https://stagenth.com/mcp/web/
- extract - 结构化抽取网页要素（表格/链接/图片/标题大纲/元数据/自定义 CSS 选择器），返回 JSON。

        与 scrape_url 的区别：不返回整页正文，只返回指定结构——表格转成 headers+rows
        的 JSON 可直接计算；配自定义选择器可精准取价格/标题等字段。
         Endpoint: https://stagenth.com/mcp/web/
- site_map - 发现站点 URL 清单：优先 robots.txt / sitemap.xml，无站点地图时退化为入口页链接发现。

        配合 scrape_url / crawl 使用：先 site_map 挑准页面，再精准抓取，省 credit。
         Endpoint: https://stagenth.com/mcp/web/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.stagenth
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
