Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

move-browser

Transfer browser profiles to specified groups by providing group ID and browser IDs. Simplify profile management and organization in AdsPower LocalAPI.

Instructions

Move browsers to a group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe target group id, must be a numeric string (e.g., "123"). You can use the get-group-list tool to get the group list
userIdsYesThe browser ids to move

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupId": { "description": "The target group id, 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" }, "userIds": { "description": "The browser ids to move", "items": { "type": "string" }, "type": "array" } }, "required": [ "groupId", "userIds" ], "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