sa2web-mcp (sa2web/sa2web-mcp) is an MCP server listed on the M8ven Trust Index. It scores 50 out of 100, grade D. It declares 40 tools. No publisher has claimed this listing.
Exposes a remote browser as MCP tools via Playwright, enabling AI agents to navigate and interact with web pages through DOM snapshots, clicks, typing, and form operations.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
sa2web
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
sa2_helpStart here. Explains the simplest SA2 remote-browser workflow and which tools to call next.
sa2_list_available_targetsUse this first when the user wants to open a SaaS site, workspace, inner site, or asks what saved targets are available. Returns stable targetId values for sa2_open_target.
sa2_open_targetOpen any SA2 target with one tool. For public websites use type=cloud and url. Saved targets can be opened by targetId or by type plus name; name matching is case-insensitive.
browser_open_loginAdvanced compatibility tool. Open the configured remote browser login URL from SA2_LOGIN_URL; most agents should prefer sa2_open_target, which logs in automatically.
browser_navigateAdvanced compatibility tool. Navigate to a public URL through cloud browsing. Prefer sa2_open_target with type=cloud for simpler agent behavior.
browser_navigate_backGo back by clicking the remote browser toolbar button #btn-back.
browser_navigate_forwardGo forward by clicking the remote browser toolbar button #btn-forward.
browser_reloadReload by clicking the remote browser toolbar button #btn-reload.
browser_list_saas_sitesAdvanced compatibility tool. List all SaaS sites from /api/v1/home/saas. Prefer sa2_list_available_targets.
browser_list_proxiesAdvanced compatibility tool. List cloud browsing proxy options from /api/v1/home/freebrowse.
browser_enter_saas_siteAdvanced compatibility tool. Enter a SaaS site by saasList id or name. Prefer sa2_open_target with a targetId.
browser_list_workspacesAdvanced compatibility tool. List all workspace sites and accounts from /api/v1/home/multis. Prefer sa2_list_available_targets.
browser_enter_workspaceAdvanced compatibility tool. Enter a workspace account by accountId or by siteId + username. Prefer sa2_open_target with a targetId.
browser_list_inner_sitesAdvanced compatibility tool. List all inner sites from /api/v1/home/innerSites. Prefer sa2_list_available_targets.
browser_enter_inner_siteAdvanced compatibility tool. Enter an inner site by id or name. Prefer sa2_open_target with a targetId.
browser_snapshotbrowser_extract_textbrowser_clickClick an element by snapshot ref, role/name, text, selector, or x/y coordinates.
browser_typeType or fill text into an element by snapshot ref, role/name, selector, or the focused element. Textareas and contenteditable rich-text editors preserve multiline input; both actual newlines and escaped \n sequences are accepted.
browser_pressPress a keyboard key, such as Enter, Escape, Tab, ArrowDown, or Control+A.
browser_press_keyPress a keyboard key, such as Enter, Escape, Tab, ArrowDown, or Control+A.
browser_waitWait for time, text, selector, or URL substring.
browser_scrollScroll the target page or a scrollable element. With no target or movement arguments, scrolls the root page down 600px. Use ref/selector/role/name/text with mode=intoView to reveal an element, mode=by for relative movement, or mode=to/top/bottom for an absolute position.
browser_hoverHover over an element by snapshot ref, role/name, text, or selector.
browser_dragDrag and drop from one element to another by ref or selector.
browser_fill_formFill multiple form fields at once.
browser_select_optionSelect dropdown option values by ref or selector.
browser_checkCheck a checkbox or radio by ref, selector, role/name, or text.
browser_uncheckUncheck a checkbox by ref, selector, role/name, or text.
browser_file_uploadUpload files through a file input by ref or selector.
browser_pastePaste clipboard-style text and/or files into a target by snapshot ref, selector, or role/name. Supports text/plain, text/html, text/rtf, and local file paths such as images. If no target is provided, the focused editable element is used, then the root document body.
browser_handle_dialogAccept or dismiss the current JavaScript dialog.
browser_resizeResize the browser viewport.
browser_list_devicesList all Playwright device presets available to browser_toggle_device. Returns each preset's viewport, screen, device scale factor, touch/mobile flags, and default browser type. Desktop is included as the restore target.
browser_toggle_deviceToggle the current browser page between desktop and mobile device emulation without recreating the browser context. Uses Playwright device descriptors and Chromium CDP for dynamic mobile metrics, touch, device scale factor, orientation, and user agent. On Firefox/WebKit only viewport resizing is ava…
browser_screenshotTake a PNG screenshot of the current page.
browser_take_screenshotTake a PNG screenshot of the current page.
browser_evaluateEvaluate JavaScript in iframe#rbi-frame.
browser_run_codeRun an async JavaScript snippet with Playwright page and iframe#rbi-frame helpers.
browser_closeClose the current Playwright browser session.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
Playwright downloads and installs browsers without verifying the authenticity of the SSL certificate
SA2_ACTION_TIMEOUT_MSSA2_AUTO_LOGIN_BEFORE_NAVIGATE"": "true",SA2_BROWSERSA2_HEADLESSSA2_IGNORE_HTTPS_ERRORS"": "true",SA2_LOGIN_REDIRECT_PATH"": "/app/login",SA2_LOGIN_REDIRECT_WAIT_MS"": "8000",SA2_LOGIN_SETTLE_MS"": "1500",SA2_LOGIN_URL"": "https://www.test7878.com/agent/login?clientId=...&clientSecret=...",SA2_LOG_FILE"": "/tmp/sa2-browser.log"SA2_LOG_LEVEL"": "info",SA2_LOG_STDERR"": "true",SA2_NAVIGATION_TIMEOUT_MSSA2_RBI_FRAME_CONTENT_WAIT_MS"": "15000",SA2_RBI_FRAME_SELECTOR"": "#rbi-frame",SA2_RBI_FRAME_WAIT_MS"": "5000",SA2_TEST_SNAPSHOT_FILTERSA2_VIEWPORT_HEIGHTSA2_VIEWPORT_WIDTHTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
40/40 tools missing one or more hints — sa2_help (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sa2_list_available_targets (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sa2_open_target (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +37 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
29/40 tool handlers declare input schemas (73%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
37/40 tool handlers wrap calls in try/catch (93%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
No eval / new Function
2 eval() or new Function() calls — dynamic code execution
Replace eval / Function with explicit parsing or safer alternatives.
Production dependencies are patched
0 critical, 4 high severity in production deps — @modelcontextprotocol/sdk@1.13.1 (high), @modelcontextprotocol/sdk@1.13.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/sa2web/sa2web-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check