🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agent360/browser-mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agent360/browser-mcp - npm Package Compare versions

Comparing version
1.16.0
to
1.16.1
+2
-1
package.json
{
"name": "@agent360/browser-mcp",
"version": "1.16.0",
"version": "1.16.1",
"description": "Browser MCP — control your real Chrome from Claude Code. 29 tools, CAPTCHA solving, file upload, multi-session, human-in-the-loop.",
"mcpName": "io.github.Agent360dk/browser-mcp",
"type": "module",

@@ -6,0 +7,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # Browser MCP by Agent360

The only browser MCP with **multi-session support** (10 concurrent AI sessions), **human-in-the-loop** (2FA, CAPTCHA, credentials), and **built-in provider integrations** (Stripe, HubSpot, Slack, and 6 more). 25 tools total.
The only browser MCP with **multi-session support** (10 concurrent AI sessions), **human-in-the-loop** (2FA, CAPTCHA, credentials), and **built-in provider integrations** (Stripe, HubSpot, Slack, and 6 more). 29 tools total.

@@ -30,3 +30,3 @@ ## Install

That's it. 25 browser tools are now available in Claude Code.
That's it. 29 browser tools are now available in Claude Code.

@@ -48,3 +48,3 @@ ## Why This Over Playwright MCP / BrowserMCP?

## 25 Tools
## 29 Tools

@@ -100,2 +100,12 @@ ### Navigation & Content

### Data
| Tool | Description |
|------|-------------|
| `browser_get_cookies` | Get cookies for a domain |
| `browser_set_cookies` | Set cookies for a domain |
| `browser_get_local_storage` | Read localStorage from page |
| `browser_set_local_storage` | Write localStorage values |
| `browser_console_logs` | Capture console.log/warn/error messages from page |
| `browser_upload_file` | Upload files to `<input type="file">` via Chrome Debugger API (no dialog) |
## Multi-Session Support

@@ -142,3 +152,3 @@

index.js # MCP server (stdio) + WebSocket client
tools.js # 21 tool definitions
tools.js # 29 tool definitions
bin/cli.js # Install CLI

@@ -145,0 +155,0 @@ ```