@agent360/browser-mcp
Advanced tools
| { | ||
| "manifest_version": 3, | ||
| "name": "Agent360 Browser MCP", | ||
| "version": "1.15.0", | ||
| "version": "1.16.0", | ||
| "description": "Control your real Chrome from Claude Code — navigate, click, fill, screenshot, solve CAPTCHAs. 24 tools, multi-session, human-in-the-loop.", | ||
@@ -6,0 +6,0 @@ "permissions": [ |
+2
-1
@@ -222,3 +222,3 @@ #!/usr/bin/env node | ||
| const mcpServer = new Server( | ||
| { name: 'agent360-browser', version: '1.15.0' }, | ||
| { name: 'agent360-browser', version: '1.16.0' }, | ||
| { capabilities: { tools: {} } }, | ||
@@ -261,2 +261,3 @@ { instructions: INSTRUCTIONS }, | ||
| browser_close_tab: 'close_tab', | ||
| browser_upload_file: 'upload_file', | ||
| browser_set_cookies: 'set_cookies', | ||
@@ -263,0 +264,0 @@ browser_set_local_storage: 'set_local_storage', |
+2
-2
| { | ||
| "name": "@agent360/browser-mcp", | ||
| "version": "1.15.0", | ||
| "description": "Browser MCP — control your real Chrome from Claude Code. 28 tools, CAPTCHA solving, multi-session, human-in-the-loop.", | ||
| "version": "1.16.0", | ||
| "description": "Browser MCP — control your real Chrome from Claude Code. 29 tools, CAPTCHA solving, file upload, multi-session, human-in-the-loop.", | ||
| "type": "module", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
+13
-0
@@ -309,2 +309,15 @@ /** | ||
| { | ||
| name: 'browser_upload_file', | ||
| description: 'Upload a file to a <input type="file"> element on the page. Uses Chrome Debugger API to set files programmatically — no dialog needed.', | ||
| inputSchema: { | ||
| type: 'object', | ||
| properties: { | ||
| selector: { type: 'string', description: 'CSS selector for the file input (default: input[type="file"])' }, | ||
| files: { type: 'array', items: { type: 'string' }, description: 'Array of absolute file paths to upload. E.g. ["/Users/me/photo.jpg"]' }, | ||
| file: { type: 'string', description: 'Single file path (alternative to files array)' }, | ||
| }, | ||
| required: ['files'], | ||
| }, | ||
| }, | ||
| { | ||
| name: 'browser_extract_token', | ||
@@ -311,0 +324,0 @@ description: 'Navigate to a provider\'s API settings page and extract the API token. Optionally store it in Agent360 vault.', |
Sorry, the diff of this file is too big to display
AI-detected potential malware
Supply chain riskAI has identified this package as malware. This is a strong signal that the package may be malicious.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
140161
2.69%2533
2.72%1
Infinity%9
12.5%