Skip to main content
Glama

Browserless MCP Server

initialize_browserless

Set up a connection to the Browserless MCP Server for browser automation tasks like web scraping, PDF generation, and performance audits using specified host, port, protocol, and token.

Instructions

Initialize connection to Browserless instance

Input Schema

NameRequiredDescriptionDefault
concurrentNo
hostNolocalhost
portNo
protocolNohttp
timeoutNo
tokenYes

Input Schema (JSON Schema)

{ "properties": { "concurrent": { "default": 5, "type": "number" }, "host": { "default": "localhost", "type": "string" }, "port": { "default": 3000, "type": "number" }, "protocol": { "default": "http", "enum": [ "http", "https", "ws", "wss" ], "type": "string" }, "timeout": { "default": 30000, "type": "number" }, "token": { "type": "string" } }, "required": [ "token" ], "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