Skip to main content
Glama

stagenth · 托管浏览器

Server Details

Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF.

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.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: PDF for document capture, screenshot for image capture, and run for interactive extraction with data output. Although run also returns a screenshot, its primary role as an action executor is unambiguous from the description.

Naming Consistency4/5

All tools share the consistent 'browser_' prefix, but the suffixes mix nouns (pdf, screenshot) and a verb (run). This is a minor deviation from a pure verb_noun pattern, yet the overall naming scheme is predictable and readable.

Tool Count5/5

With just three tools, the set is tightly focused on the core browser operations: print, capture, and interact. This is well within the ideal 3-15 range and each tool earns its place.

Completeness4/5

The tool surface covers the primary output methods (PDF, screenshot, data extraction) and the run tool is generic enough to handle various interaction scripts. A minor gap might be the lack of a direct HTML/raw content tool, but agents can work around this using run.

Available Tools

3 tools
browser_pdfAInspect

把网页打印成 PDF(境内真 Chromium 渲染,文字可选中可搜索),落文件中转站并返下载 URL。

适合归档网页、报告引用、给不能上网的流程留底;固定 1 credit,失败不计费。

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes要打印成 PDF 的网页 URL(http/https,仅限公开网页)
wait_msNo打印前等待毫秒(等 JS 渲染完),默认 1500
page_formatNo纸张规格:A4 / A3 / Letter / Legal,默认 A4A4
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of explaining behavior. It discloses that it uses real Chromium rendering in mainland China, produces text-selectable/searchable PDFs, saves to a file transfer station, returns a download URL, and costs a fixed 1 credit with no charge on failure. These are valuable behavioral details beyond basic functionality.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise yet thorough, consisting of two well-structured sentences. It front-loads the core purpose, then adds usage context and pricing. Every sentence contributes value with no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (3 params, no output schema), and the description covers all essential aspects: purpose, use cases, behavior, output (download URL), and cost. It is complete enough for an agent to understand when and how to use the tool without needing additional documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of the parameters with their own descriptions, including URL format, wait_ms for JS rendering, and page_format options. The tool description does not add extra semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the primary purpose: '把网页打印成 PDF' (print web page to PDF). It also specifies the rendering engine (Chromium), the output format (PDF with selectable/searchable text), and the destination (file transfer station with download URL). This distinguishes it from sibling tools like browser_screenshot.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates suitable use cases: '适合归档网页、报告引用、给不能上网的流程留底' (suitable for archiving web pages, report citations, leaving records for offline processes). This provides clear context but does not explicitly name alternatives or when-not-to-use scenarios, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

browser_runAInspect

在境内托管浏览器里打开网页并执行一串动作,返回抽取的数据 + 截图下载 URL。

浏览器跑在中国境内、真 Chromium 渲染,能打开海外抓不动的国内站(政务/招投标/电商比价)。 按浏览器时长计费(每 15 秒 1 credit,不足 1 档按 1 档);执行失败不计费。

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes要打开的网页 URL(http/https)
actionsNo浏览器动作序列(可选,按顺序执行),每项是一个对象。支持类型:goto{url} 跳转、wait{ms} 等待毫秒、wait_for{selector} 等元素出现、click{selector} 点击、fill{selector,value} 填表、scroll{to:bottom|top} 滚动、extract{selector,as:text|html|table,name} 抽取内容到 data[name]、screenshot{full_page,name} 截图(返回下载 URL)。
timeout_msNo单个动作超时(毫秒),默认 30000
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full disclosure burden. It mentions billing (per 15 seconds, no charge on failure) and domestic hosting, but doesn't disclose potential side effects of actions like clicking or form filling, nor any execution limitations. This is moderate transparency for an automation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, with the main purpose front-loaded. The additional sentences on use-case and billing are relevant and not wasteful, though billing could be seen as non-essential for core usage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a browser automation tool and no output schema, the description gives a high-level return statement (extracted data + screenshot URL) but lacks details on output structure, error handling, or when to prefer siblings. Still, the schema fully covers the parameters, so it's a passable, not excellent, complete description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description adds no new parameter-specific meaning beyond what the schema already documents. The action types are fully described in the schema, so the description doesn't need to compensate. Baseline 3 applies due to high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action: open a webpage and execute a series of actions, returning extracted data and a screenshot download URL. This clearly distinguishes it from sibling tools like browser_pdf and browser_screenshot, which likely handle single-output operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear use case: accessing domestic Chinese sites that are hard to reach from overseas (government affairs, bidding, e-commerce). It implies using this tool when dynamic rendering and data extraction are needed, but doesn't explicitly contrast with sibling tools or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

browser_screenshotAInspect

给网页拍一张截图(境内真 Chromium 渲染),PNG 落文件中转站并返 15 分钟下载 URL。

    比 browser_run 简单直接:一个 URL 进、一张图出;固定 1 credit,失败不计费。
    
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes要截图的网页 URL(http/https,仅限公开网页)
wait_msNo截图前等待毫秒(等 JS 渲染完),默认 1500
full_pageNo整页长图(false=只截首屏视口)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of disclosure. It transparently states the rendering environment (real Chromium), output format (PNG), temporary download URL (15 minutes), and cost policy (fixed 1 credit, free on failure). This adds meaningful behavioral context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first states the core function and output, the second adds a sibling comparison and cost detail. Every sentence serves a purpose, with no redundant content or clutter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with no output schema, this description explains the output format, URL expiration, pricing, and failure behavior, covering key context. It could mention browser_pdf as another alternative, but the tool is simple enough that the description feels sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides 100% parameter coverage with descriptions for url, wait_ms, and full_page. The description adds only the generic 'one URL in' concept and does not deepen understanding of the parameters beyond what the schema already offers, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool takes a screenshot of a webpage with a specific verb ('拍一张截图') and resource ('网页'). It explicitly differentiates from browser_run by noting it's simpler and returns one image from one URL, making the purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage context by comparing to browser_run ('比 browser_run 简单直接') and describing the one-in-one-out flow. It implies this tool is preferred for straightforward screenshots, though it does not mention browser_pdf as an alternative, leaving some room for interpretation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

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

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    Hosted Chromium browser as an MCP skill, enabling agents to navigate, click, type, snapshot, and read pages with human-like behavior and per-user isolated sessions.
    11
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with Chromium browser instances through Puppeteer for inspecting dev builds, capturing screenshots, and automating UI interactions. Features permission-gated tools for secure browser navigation, DOM manipulation, and JavaScript evaluation.
    7
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Hosted Chrome as an MCP skill. Enables any MCP-compatible agent to drive a real Chromium browser for tasks like navigation, clicking, typing, and taking screenshots.
    11
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Captures full-page screenshots and PDFs from any URL using Chromium rendering, with pay-per-call via x402 micropayments.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources