com.stagenth/browser
Official1 toolstagenth · 托管浏览器
Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF.
Hosted Chromium browser for scripted actions, URL screenshots, and PDF printing in mainland China.
Captured live from the server via tools/list.
browser_run
在境内托管浏览器里打开网页并执行一串动作,返回抽取的数据 + 截图下载 URL。 浏览器跑在中国境内、真 Chromium 渲染,能打开海外抓不动的国内站(政务/招投标/电商比价)。 按浏览器时长计费(每 15 秒 1 credit,不足 1 档按 1 档);执行失败不计费。
Parameters (3)
- urlstringrequired
要打开的网页 URL(http/https)
- actionsany
浏览器动作序列(可选,按顺序执行),每项是一个对象。支持类型: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_msinteger
单个动作超时(毫秒),默认 30000
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"browser": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/browser/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.