RoxyBrowser MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROXY_API_KEY | Yes | API key for RoxyBrowser (required). | |
| ROXY_TIMEOUT | No | Request timeout in milliseconds. | 30000 |
| ROXY_API_HOST | No | RoxyBrowser API base URL. | http://127.0.0.1:50000 |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| roxy_list_browsersB | Get list of browsers in specified workspace/project |
| roxy_batch_create_browsersB | Create multiple browsers in batch by passing an array of browser configurations |
| roxy_create_browserB | Create a browser with complete configuration control - for expert users needing full parameter access |
| roxy_open_browsersB | Open one or multiple browsers and return their CDP WebSocket endpoints for automation |
| roxy_update_browserB | Update a browser with complete configuration control - for expert users needing full parameter access |
| roxy_close_browsersB | Close multiple browsers by their directory IDs |
| roxy_delete_browsersB | Delete multiple browsers permanently by their directory IDs |
| roxy_get_browser_detailC | Get detailed information for a specific browser window |
| roxy_clear_local_cacheA | Clear local cache for specified browsers |
| roxy_clear_server_cacheB | Clear server-side cache for specified browsers |
| roxy_random_fingerprintC | Randomize browser fingerprint for a specific browser |
| roxy_list_labelsA | Get list of labels in specified workspace |
| roxy_get_connection_infoA | Get connection information (CDP endpoints, PIDs) for currently opened browsers |
| roxy_list_proxiesC | Get list of proxy IP List. |
| roxy_proxy_detailB | Get detailed information for a specific proxy configuration |
| roxy_create_proxiesC | Batch create multiple proxy configurations |
| roxy_detect_proxyC | Detect/test a proxy configuration and update its IP information |
| roxy_modify_proxyC | Modify/update an existing proxy configuration |
| roxy_delete_proxiesC | Delete one or more proxy configurations |
| roxy_list_accountsB | Get list of accounts (platform credentials) in specified workspace |
| roxy_create_accountC | Create a new platform account with credentials |
| roxy_batch_create_accountsB | Batch create multiple platform accounts |
| roxy_modify_accountB | Modify/update an existing platform account |
| roxy_delete_accountsB | Delete one or more platform accounts |
| roxy_list_workspacesA | Get list of all workspaces and their projects from RoxyBrowser |
| roxy_health_checkA | Check whether the RoxyBrowser server is running and reachable. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 26 tools
Tools have distinct purposes, but batch vs individual create operations could cause confusion if descriptions are not read carefully. Overall, each tool targets a specific resource and action.
All tools follow 'roxy_verb_noun' pattern with minor inconsistencies like 'health_check' instead of 'check_health' and 'proxy_detail' lacking 'get_' prefix. Mostly consistent.
26 tools is slightly above the ideal range but each tool serves a clear purpose in browser, account, and proxy management. The scope justifies the count.
Covers CRUD for browsers, accounts, proxies, plus cache, health, and fingerprint. Missing a single-close browser tool and an explicit 'list opened browsers' but overall lifecycle is well-covered.