Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BROWSERCAT_API_KEY | Yes | Your BrowserCat API key (required). You can get one for free at https://browsercat.xyz/mcp. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browsercat_navigate | Navigate to a URL |
| browsercat_screenshot | Take a screenshot of the current page or a specific element |
| browsercat_click | Click an element on the page |
| browsercat_fill | Fill out an input field |
| browsercat_select | Select an option from a dropdown menu |
| browsercat_hover | Hover over an element on the page |
| browsercat_evaluate | Execute JavaScript in the browser console |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Browser console logs |