Skip to main content
Glama

stagenth · 网页数据

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: crawl for multi-page scraping, scrape_url for single-page, extract for structured data, and site_map for URL discovery. No overlap in functionality.

Naming Consistency4/5

Names are lowercase and readable, but there is minor inconsistency: 'scrape_url' uses underscore while others are single words, and 'site_map' is a noun while others are verbs. Still, the pattern is mostly consistent.

Tool Count5/5

Four tools cover the essential operations for web scraping without unnecessary bloat. The count is appropriate for the server's purpose.

Completeness5/5

The tool set covers the full workflow: discovering URLs (site_map), fetching single or multiple pages (scrape_url, crawl), and extracting structured data (extract). No obvious gaps for the intended domain.

Available Tools

4 tools
crawlInspect

从入口 URL 广度优先抓取多页,每页转干净 Markdown(按实际抓取页数计费,每页 1 credit)。

纯抓取 + 格式转换,不生成任何 AI 内容;逐页 SSRF 校验,单页失败不中断。

ParametersJSON Schema
NameRequiredDescriptionDefault
max_depthNo链接跟踪深度(0-3,0=只抓入口页)
max_pagesNo最多抓取页数(1-20)
start_urlYes入口页 URL(http/https,仅限公开网页)
same_domainNo只跟踪同域名链接
extractInspect

结构化抽取网页要素(表格/链接/图片/标题大纲/元数据/自定义 CSS 选择器),返回 JSON。

    与 scrape_url 的区别:不返回整页正文,只返回指定结构——表格转成 headers+rows
    的 JSON 可直接计算;配自定义选择器可精准取价格/标题等字段。
    
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes要抽取的网页 URL(http/https,仅限公开网页)
targetsNo抽取目标子集:metadata / headings / links / images / tables,默认 metadata+headings+links+tables
selectorsNo可选 CSS 选择器映射 {名称: 选择器},每个选择器返回匹配元素的文本列表
scrape_urlInspect

抓取一个公开网页,返回干净的 Markdown(供 AI 阅读/总结/提取)。

只抓公开网页,禁止内网/保留地址;不生成任何内容,只做抓取与格式转换。 静态抓取拿不到内容的 JS 动态页可加 render=true 走真浏览器渲染。

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes要抓取的网页 URL(http/https,仅限公开网页)
renderNo经境内托管浏览器真渲染 JS 后再抽取(适合动态页),默认关闭
formatsNo输出格式子集:markdown / html / text,默认 markdown
only_main_contentNo只提取正文主体,去掉导航/广告/页脚
site_mapInspect

发现站点 URL 清单:优先 robots.txt / sitemap.xml,无站点地图时退化为入口页链接发现。

    配合 scrape_url / crawl 使用:先 site_map 挑准页面,再精准抓取,省 credit。
    
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes站点入口 URL(用于确定站点与域名)
max_urlsNo最多返回 URL 数(1-1000)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources