Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official
export const LOCAL_API_BASE = 'http://127.0.0.1:50325'; export const API_ENDPOINTS = { START_BROWSER: '/api/v1/browser/start', CLOSE_BROWSER: '/api/v1/browser/stop', CREATE_BROWSER: '/api/v1/user/create', GET_BROWSER_LIST: '/api/v1/user/list', GET_GROUP_LIST: '/api/v1/group/list', GET_APPLICATION_LIST: '/api/v1/application/list', UPDATE_BROWSER: '/api/v1/user/update', DELETE_BROWSER: '/api/v1/user/delete', GET_OPENED_BROWSER: '/api/v1/browser/local-active', CREATE_GROUP: '/api/v1/group/create', UPDATE_GROUP: '/api/v1/group/update', MOVE_BROWSER: '/api/v1/user/regroup' } as const;

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