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.
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.
Tool Definition Quality
Average 4/5 across 4 of 4 tools scored.
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.
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.
Four tools cover the essential operations for web scraping without unnecessary bloat. The count is appropriate for the server's purpose.
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 toolscrawlInspect
从入口 URL 广度优先抓取多页,每页转干净 Markdown(按实际抓取页数计费,每页 1 credit)。
纯抓取 + 格式转换,不生成任何 AI 内容;逐页 SSRF 校验,单页失败不中断。
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | 链接跟踪深度(0-3,0=只抓入口页) | |
| max_pages | No | 最多抓取页数(1-20) | |
| start_url | Yes | 入口页 URL(http/https,仅限公开网页) | |
| same_domain | No | 只跟踪同域名链接 |
extractInspect
结构化抽取网页要素(表格/链接/图片/标题大纲/元数据/自定义 CSS 选择器),返回 JSON。
与 scrape_url 的区别:不返回整页正文,只返回指定结构——表格转成 headers+rows
的 JSON 可直接计算;配自定义选择器可精准取价格/标题等字段。
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要抽取的网页 URL(http/https,仅限公开网页) | |
| targets | No | 抽取目标子集:metadata / headings / links / images / tables,默认 metadata+headings+links+tables | |
| selectors | No | 可选 CSS 选择器映射 {名称: 选择器},每个选择器返回匹配元素的文本列表 |
scrape_urlInspect
抓取一个公开网页,返回干净的 Markdown(供 AI 阅读/总结/提取)。
只抓公开网页,禁止内网/保留地址;不生成任何内容,只做抓取与格式转换。 静态抓取拿不到内容的 JS 动态页可加 render=true 走真浏览器渲染。
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要抓取的网页 URL(http/https,仅限公开网页) | |
| render | No | 经境内托管浏览器真渲染 JS 后再抽取(适合动态页),默认关闭 | |
| formats | No | 输出格式子集:markdown / html / text,默认 markdown | |
| only_main_content | No | 只提取正文主体,去掉导航/广告/页脚 |
site_mapInspect
发现站点 URL 清单:优先 robots.txt / sitemap.xml,无站点地图时退化为入口页链接发现。
配合 scrape_url / crawl 使用:先 site_map 挑准页面,再精准抓取,省 credit。
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 站点入口 URL(用于确定站点与域名) | |
| max_urls | No | 最多返回 URL 数(1-1000) |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!