Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

connect-browser-with-ws

Link a browser by establishing a WebSocket connection using its URL, enabling interaction through the AdsPower LocalAPI MCP Server for profile management and automation tasks.

Instructions

Connect the browser with the ws url

Input Schema

NameRequiredDescriptionDefault
serialNumberNoThe serial number of the browser to connect
userIdNoThe browser id of the browser to connect
wsUrlYesThe ws url of the browser, get from the open-browser tool content `ws.puppeteer`

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "serialNumber": { "description": "The serial number of the browser to connect", "type": "string" }, "userId": { "description": "The browser id of the browser to connect", "type": "string" }, "wsUrl": { "description": "The ws url of the browser, get from the open-browser tool content `ws.puppeteer`", "type": "string" } }, "required": [ "wsUrl" ], "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/AdsPower/local-api-mcp-typescript'

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