Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLASHID_API_KEYYesYour FlashID API key (required for all tools except check_connection)
FLASHID_API_PORTNoPort of the FlashID Local API, if you changed it in Settings58931

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_connectionA

Verify that the FlashID desktop client is reachable and that the Local API and API key are set up. Call this first when any other tool fails, to diagnose the setup.

list_profilesA

List browser profiles (environments) with pagination and search. Note: running state is not part of this list — use list_running_browsers for that.

get_profileA

Get the full configuration of a profile, including its fingerprint (browser_config), proxy and folder. cookie_data is omitted unless include_cookie is true (cookies can be very large).

create_profileA

Create a browser profile. Only system is required — everything else has sensible defaults and omitted fingerprint fields are auto-generated as a coherent random fingerprint. Bind a proxy via proxy (static = saved proxy from list_proxies; rotating = dynamic residential). Fine-grained fingerprint control goes in advanced. Returns the new profile_uuid.

update_profileA

Partial update of a profile — send only the fields to change; omitted fields keep their current value (fingerprint, proxy, name, everything). For just name / note / folder / proxy prefer quick_update_profile.

quick_update_profileA

Lightweight partial update of non-fingerprint info: name, note, folder and/or proxy. Send only the fields to change. folder_uuid "0" moves the profile out of its folder (root).

delete_profileA

Move a profile to Trash. Recoverable with restore_from_trash.

star_profileA

Toggle the star (favorite) flag of a profile. Returns the new stars_status (1 = starred).

get_fingerprint_optionsA

List the selectable values for a fingerprint field (for manual fingerprint configuration). For type=webgl both system and gpu_vendor are required.

generate_random_fingerprintA

Generate a coherent set of random fingerprint values for an OS. Rarely needed — create_profile auto-generates omitted fingerprint fields already. Useful to preview values or fill advanced manually.

open_browserA

Launch the browser for a profile and wait until it is ready. Returns automation endpoints: ws.puppeteer (CDP WebSocket — connect Playwright/Puppeteer or a browser-automation MCP to drive pages), ws.selenium (host:port) and debug_port. Usually takes a few seconds; the first launch can take minutes while the browser kernel downloads.

close_browserA

Close one or more running browsers by profile UUID.

list_running_browsersA

List currently running browsers with their automation endpoints (ws.puppeteer / ws.selenium / debug_port).

list_proxiesA

List saved proxies. Use the returned proxy_uuid to bind a proxy to a profile (create_profile / quick_update_profile with proxy.mode=static).

add_proxiesA

Save one or more proxies (max 500 per call). Only proxy_type / proxy_host / proxy_port are required. Duplicates already in the account are detected and skipped.

update_proxyA

Partial update of a saved proxy — send only the fields to change.

delete_proxyA

Delete a saved proxy. This cannot be undone.

check_proxyA

Test connectivity of a proxy (saved or not) and return its detected exit IP and geo info. May take up to a minute for slow proxies.

list_proxy_regionsA

Regions for rotating (dynamic residential) proxies. Without arguments returns countries (name + code); pass country to get its states/cities. In create_profile / quick_update_profile use the country code as proxy.region and the state/city value as proxy.state / proxy.city.

list_foldersC

List profile folders.

create_folderC

Create a profile folder.

update_folderB

Rename a folder.

delete_folderC

Delete a folder.

list_trashA

List profiles currently in the trash (recycle bin).

restore_from_trashA

Restore profiles from trash — specific ones via profile_uuids, or everything via all=true.

permanently_deleteA

PERMANENTLY delete profiles from trash — specific ones via profile_uuids, or empty the whole trash via all=true. This cannot be undone. Only affects profiles already in trash.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/FlashID-Official/flashid-mcp'

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