flashid-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLASHID_API_KEY | Yes | Your FlashID API key (required for all tools except check_connection) | |
| FLASHID_API_PORT | No | Port of the FlashID Local API, if you changed it in Settings | 58931 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| 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 |
| 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 |
| 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 |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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