Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/browserbase

OCI · GHCR.IO/MCPARMORY/BROWSERBASE:1.0.4 · 2 COMPONENTS · SCANNED SEP 20

Create and control browser sessions for web automation, testing, and AI agent tasks

0 this week 50 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1357 tokens (~75/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the com.mcparmory/browserbase MCP server?

com.mcparmory/browserbase runs locally as a container image, launched with docker run --rm -i ghcr.io/mcparmory/browserbase:1.0.4. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/mcparmory/browserbase:1.0.4

# add to Claude Code
claude mcp add com-mcparmory-browserbase -- docker run --rm -i ghcr.io/mcparmory/browserbase:1.0.4
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-browserbase": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/browserbase:1.0.4"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-browserbase": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/browserbase:1.0.4"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-browserbase -- docker run --rm -i ghcr.io/mcparmory/browserbase:1.0.4
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-browserbase": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/browserbase:1.0.4"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-browserbase:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/mcparmory/browserbase:1.0.4"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-browserbase": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/browserbase:1.0.4"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-browserbase": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/browserbase:1.0.4"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/mcparmory/browserbase:1.0.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 18 exposed · ~1,357 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_context ~60

Creates a new browser context within a specified project, enabling isolated session management and configuration for automated browsing tasks.

NameTypeReqDescription
projectIdstringyesThe unique identifier of the project under which the context will be created. Locatable in the Browserbase account Settings page.

No output schema declared.

No examples provided.

create_session ~415

Creates a new browser session within a specified project, with configurable settings for fingerprinting, proxies, recording, and session lifecycle management.

NameTypeReqDescription
blockAdsbooleanWhether to enable ad blocking within the browser session. Defaults to false.
extensionIdstringThe ID of a previously uploaded browser extension to load into this session's browser environment.
fingerprintobjectBrowser fingerprint configuration to control how the browser identifies itself, used for stealth and anti-detection purposes.
idstringyesThe unique identifier of an existing browser context to associate with this session, enabling context persistence and reuse.
keepAlivebooleanWhen true, keeps the session alive after client disconnections rather than terminating it, allowing reconnection. Available on the Startup plan only.
logSessionbooleanWhether to capture and store session logs for debugging and auditing purposes. Defaults to true.
persistbooleanWhether to persist the browser context (cookies, storage, etc.) after the session ends, allowing reuse in future sessions. Defaults to false.
projectIdstringyesThe unique identifier of the project under which this session will be created. Found in your Browserbase account Settings.
proxiesProxy configuration for the session. Pass true to use the default proxy, or provide an array of proxy configuration objects for custom routing.
recordSessionbooleanWhether to record the browser session for later playback and debugging. Defaults to true.
regionstringThe geographic region in which to run the browser session, affecting latency and geo-targeted content.
solveCaptchasbooleanWhether to enable automatic captcha solving during the session. Defaults to true.
timeoutintegerMaximum duration in seconds before the session is automatically terminated. Must be between 60 and 21600 seconds. Defaults to the project's configured default timeout.
viewportstringViewport dimensions in 'WIDTHxHEIGHT' format (e.g., '1920x1080')

No output schema declared.

No examples provided.

delete_extension ~47

Permanently deletes a specific extension by its unique identifier. This action is irreversible and removes the extension and its associated data.

NameTypeReqDescription
idstringyesThe unique identifier of the extension to delete.

No output schema declared.

No examples provided.

get_context ~42

Retrieves a specific context by its unique identifier. Returns the full details of the requested context object.

NameTypeReqDescription
idstringyesThe unique identifier of the context to retrieve.

No output schema declared.

No examples provided.

get_extension ~47

Retrieves detailed information about a specific extension by its unique identifier. Use this to inspect extension configuration, status, or metadata.

NameTypeReqDescription
idstringyesThe unique identifier of the extension to retrieve.

No output schema declared.

No examples provided.

get_project ~47

Retrieves detailed information about a specific project by its unique identifier. Use this to fetch project metadata, status, and configuration.

NameTypeReqDescription
idstringyesThe unique identifier of the project to retrieve.

No output schema declared.

No examples provided.

get_project_usage ~52

Retrieves usage statistics and consumption metrics for a specific project. Useful for monitoring resource utilization and tracking project activity over time.

NameTypeReqDescription
idstringyesThe unique identifier of the project whose usage data you want to retrieve.

No output schema declared.

No examples provided.

get_session ~47

Retrieves the details of a specific session by its unique identifier. Useful for checking session status, metadata, or associated activity.

NameTypeReqDescription
idstringyesThe unique identifier of the session to retrieve.

No output schema declared.

No examples provided.

get_session_debug_urls ~51

Retrieves live debug URLs for an active browser session, enabling real-time inspection and monitoring of the session's state.

NameTypeReqDescription
idstringyesThe unique identifier of the session for which to retrieve debug URLs.

No output schema declared.

No examples provided.

get_session_logs ~48

Retrieves the log output for a specific session, useful for debugging, auditing, or monitoring session activity.

NameTypeReqDescription
idstringyesThe unique identifier of the session whose logs you want to retrieve.

No output schema declared.

No examples provided.

get_session_recording ~49

Retrieves the recording associated with a specific session. Returns the recording data or media for playback or download.

NameTypeReqDescription
idstringyesThe unique identifier of the session whose recording you want to retrieve.

No output schema declared.

No examples provided.

list_projects ~31

Retrieves a list of all projects accessible to the authenticated user. Use this to discover available projects and their associated metadata.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_session_downloads ~52

Retrieves all downloads associated with a specific session. Useful for reviewing files or resources that were downloaded during a given session.

NameTypeReqDescription
idstringyesThe unique identifier of the session whose downloads you want to retrieve.

No output schema declared.

No examples provided.

list_sessions ~73

Retrieves a list of sessions, optionally filtered by their current status. Useful for monitoring active, completed, or failed sessions.

NameTypeReqDescription
statusstringFilters the returned sessions by their current lifecycle status. Accepted values are RUNNING (active), ERROR (failed), TIMED_OUT (expired), or COMPLETED (finished successfully).

No output schema declared.

No examples provided.

release_session ~114

Updates a session's status to request an early release, signaling that the session has completed. Use this before the session's timeout to avoid incurring additional charges.

NameTypeReqDescription
idstringyesThe unique identifier of the session to update.
projectIdstringyesThe Project ID associated with the session. Can be found in the Browserbase Settings page.
statusstringyesThe desired status update for the session. Set to REQUEST_RELEASE to signal that the session is complete and should be released before its scheduled timeout.

No output schema declared.

No examples provided.

update_context ~46

Updates an existing context by its unique identifier. Use this to modify the properties or configuration of a previously created context.

NameTypeReqDescription
idstringyesThe unique identifier of the context to update.

No output schema declared.

No examples provided.

upload_extension ~60

Upload an extension package to the system, making it available for installation and use. Accepts a binary file representing the extension bundle.

NameTypeReqDescription
filestringyesBase64-encoded file content for upload. The binary file containing the extension package to be uploaded.

No output schema declared.

No examples provided.

upload_session_file ~76

Uploads a file to an existing session, attaching it as a resource for use within that session's context.

NameTypeReqDescription
filestringyesBase64-encoded file content for upload. The binary file content to upload to the session.
idstringyesThe unique identifier of the session to which the file will be uploaded.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/browserbase MCP server?

com.mcparmory/browserbase is an MCP server listed in the public MCP registry as com.mcparmory/browserbase. Create and control browser sessions for web automation, testing, and AI agent tasks. This page covers its container image (ghcr.io/mcparmory/browserbase:1.0.4).

Is the com.mcparmory/browserbase MCP server safe to use?

com.mcparmory/browserbase scores 50 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/browserbase MCP server expose?

com.mcparmory/browserbase exposes 18 tools: create_context, get_context, update_context, upload_extension, get_extension, and 13 more. Their descriptions and schemas cost roughly 1,357 tokens of context every time the server is loaded.

Is the com.mcparmory/browserbase MCP server still maintained?

com.mcparmory/browserbase is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.