Skip to main content
Glama

AutoProbeMCP

by Wladastic

launch_browser

Launch browser instances (Chromium, Firefox, or WebKit) in headless or standard mode with customizable viewport settings for web automation using Playwright on the AutoProbeMCP server.

Instructions

Launch a new browser instance (chromium, firefox, or webkit)

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
headlessNoRun browser in headless mode
viewportNo

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "headless": { "default": true, "description": "Run browser in headless mode", "type": "boolean" }, "viewport": { "properties": { "height": { "default": 720, "type": "number" }, "width": { "default": 1280, "type": "number" } }, "type": "object" } }, "type": "object" }
Install Server

Other Tools from AutoProbeMCP

Related Tools

    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/Wladastic/AutoProbeMCP'

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