Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

put_proxy__id_

Update proxy settings by specifying the ID, mode (e.g., http, socks5), host, port, and authentication details. Manage IP changes, custom names, and notes for efficient proxy configuration in GoLogin MCP.

Instructions

Update proxy

Input Schema

NameRequiredDescriptionDefault
changeIpUrlNoThis allows you to change IP address of the proxy if your proxy provider supports it.
customNameNoAs proxy is separate entity in gologin, you can set custom name for it to identify it in the list of proxies.
hostNoProxy host. It could be ip address or domain name.
idYesYou can specify particular proxy by its id or leave it empty to use default proxy.
modeYesProxy mode represent the protocolo of the connection to the proxy.
notesNoParameter for proxy management.
passwordNoProxy password if proxy requires authentication.
portNoProxy port.
usernameNoProxy username.

Input Schema (JSON Schema)

{ "properties": { "changeIpUrl": { "description": "This allows you to change IP address of the proxy if your proxy provider supports it.", "type": "string" }, "customName": { "description": "As proxy is separate entity in gologin, you can set custom name for it to identify it in the list of proxies.", "type": "string" }, "host": { "description": "Proxy host. It could be ip address or domain name.", "type": "string" }, "id": { "description": "You can specify particular proxy by its id or leave it empty to use default proxy.", "type": "string" }, "mode": { "description": "Proxy mode represent the protocolo of the connection to the proxy.", "enum": [ "http", "socks4", "socks5", "possh", "geolocation", "none", "gologin", "tor" ], "type": "string" }, "notes": { "description": "Parameter for proxy management.", "type": "string" }, "password": { "description": "Proxy password if proxy requires authentication.", "type": "string" }, "port": { "description": "Proxy port.", "type": "number" }, "username": { "description": "Proxy username.", "type": "string" } }, "required": [ "id", "mode" ], "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/gologinapp/gologin-mcp'

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