FireKey MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIREKEY_PORT | No | FireKey Local API port (optional, auto-detected if not set) | |
| FIREKEY_API_KEY | Yes | API key for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_startC | Start a browser profile. Returns WebSocket endpoints for Puppeteer/Selenium automation. |
| browser_stopB | Stop a running browser profile. |
| browser_activeA | List currently running browser profiles with their WebSocket endpoints. |
| profile_listA | List browser profiles with pagination and filtering. |
| profile_createC | Create a new browser profile with fingerprint and proxy settings. |
| profile_updateC | Update an existing browser profile. |
| profile_deleteA | Delete browser profiles (soft delete to trash). |
| profile_moveB | Move profiles to a different group. |
| profile_delete_cacheA | Delete cached data for browser profiles (cookies, history, localStorage, etc.). |
| profile_cookiesA | Get cookies from a browser profile (from running browser via CDP, or from local files). |
| group_listA | List profile groups with optional name search. |
| group_createB | Create a new profile group. |
| group_updateC | Update an existing group. |
| proxy_listB | List saved proxy configurations. |
| proxy_createC | Create a new proxy configuration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |