Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

get_profile_fingerprint

Generate a random browser fingerprint for GoLogin profiles by specifying the OS type and workspace. Ensures unique and realistic browser configurations for automation tasks.

Instructions

Get a random fingerprint

Input Schema

NameRequiredDescriptionDefault
currentWorkspaceYes
osYes
osSpecNo
templateNo

Input Schema (JSON Schema)

{ "properties": { "currentWorkspace": { "type": "string" }, "os": { "enum": [ "lin", "mac", "win", "android", "android-cloud", "macM1" ], "type": "string" }, "osSpec": { "enum": [ "M1", "M2", "M3", "M4", "win11", "" ], "type": "string" }, "template": { "type": "string" } }, "required": [ "os", "currentWorkspace" ], "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