Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

get-browser-list

Retrieve a list of browsers from AdsPower LocalAPI MCP Server by specifying group ID, page size, or sorting criteria to manage and organize browser profiles effectively.

Instructions

Get the list of browsers

Input Schema

NameRequiredDescriptionDefault
groupIdNoThe group id of the browser, must be a numeric string (e.g., "123"). You can use the get-group-list tool to get the group list
idNoThe id of the browser
orderNoThe order of the browser
pageNoThe page of the browser, default is 1
serialNumberNoThe serial number of the browser
sizeNoThe size of the page, max is 100, if get more than 100, you need to use the page to get the next page, default is 10
sortNoThe sort of the browser

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupId": { "description": "The group id of the browser, must be a numeric string (e.g., \"123\"). You can use the get-group-list tool to get the group list", "pattern": "^\\d+$", "type": "string" }, "id": { "description": "The id of the browser", "type": "string" }, "order": { "description": "The order of the browser", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "The page of the browser, default is 1", "type": "number" }, "serialNumber": { "description": "The serial number of the browser", "type": "string" }, "size": { "description": "The size of the page, max is 100, if get more than 100, you need to use the page to get the next page, default is 10", "type": "number" }, "sort": { "description": "The sort of the browser", "enum": [ "serial_number", "last_open_time", "created_time" ], "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