Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

browser_create_instance

Generate a new browser instance with customizable type, viewport, user agent, and metadata for parallel testing or automation on a concurrent MCP server.

Instructions

Create a new browser instance

Input Schema

NameRequiredDescriptionDefault
browserTypeNoBrowser typechromium
headlessNoWhether to run in headless mode
metadataNoInstance metadata
userAgentNoUser agent string
viewportNoViewport size

Input Schema (JSON Schema)

{ "properties": { "browserType": { "default": "chromium", "description": "Browser type", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "headless": { "default": true, "description": "Whether to run in headless mode", "type": "boolean" }, "metadata": { "description": "Instance metadata", "properties": { "description": { "description": "Instance description", "type": "string" }, "name": { "description": "Instance name", "type": "string" }, "tags": { "description": "Tags", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "userAgent": { "description": "User agent string", "type": "string" }, "viewport": { "description": "Viewport size", "properties": { "height": { "default": 720, "type": "number" }, "width": { "default": 1280, "type": "number" } }, "type": "object" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sailaoda/concurrent-browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server