com.mcparmory/browserbase
PYPI · MCPARMORY-BROWSERBASE · 2 COMPONENTS · SCANNED SEP 20
Create and control browser sessions for web automation, testing, and AI agent tasks
Available components
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 Security37
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 131 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 Management87
- Stability observed for 26 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 current MCP spec version (2026-07-28).Pass
How do I install the com.mcparmory/browserbase MCP server?
com.mcparmory/browserbase runs locally as a PyPI package, launched with uvx mcparmory-browserbase. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcparmory-browserbase
claude mcp add com-mcparmory-browserbase -- uvx mcparmory-browserbase
{
"mcpServers": {
"com-mcparmory-browserbase": {
"command": "uvx",
"args": [
"mcparmory-browserbase"
]
}
}
} {
"servers": {
"com-mcparmory-browserbase": {
"command": "uvx",
"args": [
"mcparmory-browserbase"
]
}
}
} codex mcp add com-mcparmory-browserbase -- uvx mcparmory-browserbase
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mcparmory-browserbase": {
"type": "local",
"command": [
"uvx",
"mcparmory-browserbase"
],
"enabled": true
}
}
} openclaw mcp add com-mcparmory-browserbase --command uvx --arg mcparmory-browserbase
mcp_servers:
com-mcparmory-browserbase:
command: "uvx"
args: ["mcparmory-browserbase"] {
"McpServers": {
"com-mcparmory-browserbase": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcparmory-browserbase"
]
}
}
} assistant mcp add com-mcparmory-browserbase -t stdio -c uvx -a mcparmory-browserbase
{
"mcpServers": {
"com-mcparmory-browserbase": {
"command": "uvx",
"args": [
"mcparmory-browserbase"
]
}
}
} 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −2
- Stability: pass → 0.80 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 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.
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +13
- Malware scan: unverified → pass ▲ security
- Stability: pass → 0.83 functional
- 11 Sept 26 0
- Stability: 0.97 → pass security
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 pypi/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 | pypi |
Background: How many MCP packages publish verified provenance →
Dependencies 41 packages
| Packages resolved | 41 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
create_context Create Context ~60
Creates a new browser context within a specified project, enabling isolated session management and configuration for automated browsing tasks.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | The 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 Create Session ~415
Creates a new browser session within a specified project, with configurable settings for fingerprinting, proxies, recording, and session lifecycle management.
| Name | Type | Req | Description |
|---|---|---|---|
| blockAds | boolean | – | Whether to enable ad blocking within the browser session. Defaults to false. |
| extensionId | string | – | The ID of a previously uploaded browser extension to load into this session's browser environment. |
| fingerprint | object | – | Browser fingerprint configuration to control how the browser identifies itself, used for stealth and anti-detection purposes. |
| id | string | yes | The unique identifier of an existing browser context to associate with this session, enabling context persistence and reuse. |
| keepAlive | boolean | – | When true, keeps the session alive after client disconnections rather than terminating it, allowing reconnection. Available on the Startup plan only. |
| logSession | boolean | – | Whether to capture and store session logs for debugging and auditing purposes. Defaults to true. |
| persist | boolean | – | Whether to persist the browser context (cookies, storage, etc.) after the session ends, allowing reuse in future sessions. Defaults to false. |
| projectId | string | yes | The unique identifier of the project under which this session will be created. Found in your Browserbase account Settings. |
| proxies | – | – | Proxy configuration for the session. Pass true to use the default proxy, or provide an array of proxy configuration objects for custom routing. |
| recordSession | boolean | – | Whether to record the browser session for later playback and debugging. Defaults to true. |
| region | string | – | The geographic region in which to run the browser session, affecting latency and geo-targeted content. |
| solveCaptchas | boolean | – | Whether to enable automatic captcha solving during the session. Defaults to true. |
| timeout | integer | – | Maximum duration in seconds before the session is automatically terminated. Must be between 60 and 21600 seconds. Defaults to the project's configured default timeout. |
| viewport | string | – | Viewport dimensions in 'WIDTHxHEIGHT' format (e.g., '1920x1080') |
No output schema declared.
No examples provided.
delete_extension Delete Extension ~47
Permanently deletes a specific extension by its unique identifier. This action is irreversible and removes the extension and its associated data.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the extension to delete. |
No output schema declared.
No examples provided.
get_context Get Context ~42
Retrieves a specific context by its unique identifier. Returns the full details of the requested context object.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the context to retrieve. |
No output schema declared.
No examples provided.
get_extension Get Extension ~47
Retrieves detailed information about a specific extension by its unique identifier. Use this to inspect extension configuration, status, or metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the extension to retrieve. |
No output schema declared.
No examples provided.
get_project Get Project ~47
Retrieves detailed information about a specific project by its unique identifier. Use this to fetch project metadata, status, and configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the project to retrieve. |
No output schema declared.
No examples provided.
get_project_usage 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the project whose usage data you want to retrieve. |
No output schema declared.
No examples provided.
get_session Get Session ~47
Retrieves the details of a specific session by its unique identifier. Useful for checking session status, metadata, or associated activity.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the session to retrieve. |
No output schema declared.
No examples provided.
get_session_debug_urls 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the session for which to retrieve debug URLs. |
No output schema declared.
No examples provided.
get_session_logs Get Session Logs ~48
Retrieves the log output for a specific session, useful for debugging, auditing, or monitoring session activity.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the session whose logs you want to retrieve. |
No output schema declared.
No examples provided.
get_session_recording Get Session Recording ~49
Retrieves the recording associated with a specific session. Returns the recording data or media for playback or download.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the session whose recording you want to retrieve. |
No output schema declared.
No examples provided.
list_projects 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the session whose downloads you want to retrieve. |
No output schema declared.
No examples provided.
list_sessions List Sessions ~73
Retrieves a list of sessions, optionally filtered by their current status. Useful for monitoring active, completed, or failed sessions.
| Name | Type | Req | Description |
|---|---|---|---|
| status | string | – | Filters 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the session to update. |
| projectId | string | yes | The Project ID associated with the session. Can be found in the Browserbase Settings page. |
| status | string | yes | The 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 Update Context ~46
Updates an existing context by its unique identifier. Use this to modify the properties or configuration of a previously created context.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the context to update. |
No output schema declared.
No examples provided.
upload_extension 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | Base64-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 Upload Session File ~76
Uploads a file to an existing session, attaching it as a resource for use within that session's context.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | Base64-encoded file content for upload. The binary file content to upload to the session. |
| id | string | yes | The unique identifier of the session to which the file will be uploaded. |
No output schema declared.
No examples provided.
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 PyPI package (mcparmory-browserbase).
Is the com.mcparmory/browserbase MCP server safe to use?
com.mcparmory/browserbase scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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.