Skip to main content
Glama

Browserless MCP Server

create_websocket_connection

Establish a WebSocket connection for Puppeteer or Playwright, enabling browser automation with customizable options like stealth mode, ad blocking, viewport settings, and user-agent configuration.

Instructions

Create WebSocket connection for Puppeteer/Playwright

Input Schema

NameRequiredDescriptionDefault
blockAdsNo
browserNo
extraHTTPHeadersNo
libraryNo
stealthNo
userAgentNo
viewportNo

Input Schema (JSON Schema)

{ "properties": { "blockAds": { "type": "boolean" }, "browser": { "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "extraHTTPHeaders": { "type": "object" }, "library": { "enum": [ "puppeteer", "playwright" ], "type": "string" }, "stealth": { "type": "boolean" }, "userAgent": { "type": "string" }, "viewport": { "properties": { "deviceScaleFactor": { "type": "number" }, "hasTouch": { "type": "boolean" }, "height": { "type": "number" }, "isMobile": { "type": "boolean" }, "width": { "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/Lizzard-Solutions/browserless-mcp'

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