Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

open-browser

Launch and manage browser profiles with custom settings using specified serial numbers, user IDs, IP tabs, launch arguments, and cache options for efficient browser operations.

Instructions

Open the browser, both environment and profile mean browser

Input Schema

NameRequiredDescriptionDefault
cdpMaskNoThe cdp mask of the browser, 0 is not use cdp mask, 1 is use cdp mask, default is 0
clearCacheAfterClosingNoThe clear cache after closing of the browser, 0 is not clear cache after closing, 1 is clear cache after closing, default is 0
ipTabNoThe ip tab of the browser, 0 is not use ip tab, 1 is use ip tab, default is 0
launchArgsNoThe launch args of the browser, use chrome launch args, eg: ["--blink-settings=imagesEnabled=false","--disable-notifications"], or vista url, eg: ["https://www.adspower.net"]
serialNumberNoThe serial number of the browser to open
userIdNoThe browser id of the browser to open

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cdpMask": { "description": "The cdp mask of the browser, 0 is not use cdp mask, 1 is use cdp mask, default is 0", "enum": [ "0", "1" ], "type": "string" }, "clearCacheAfterClosing": { "description": "The clear cache after closing of the browser, 0 is not clear cache after closing, 1 is clear cache after closing, default is 0", "enum": [ "0", "1" ], "type": "string" }, "ipTab": { "description": "The ip tab of the browser, 0 is not use ip tab, 1 is use ip tab, default is 0", "enum": [ "0", "1" ], "type": "string" }, "launchArgs": { "description": "The launch args of the browser, use chrome launch args, eg: [\"--blink-settings=imagesEnabled=false\",\"--disable-notifications\"], or vista url, eg: [\"https://www.adspower.net\"]", "type": "string" }, "serialNumber": { "description": "The serial number of the browser to open", "type": "string" }, "userId": { "description": "The browser id of the browser to open", "type": "string" } }, "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