Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| server-flow | Get prompt on how to use this MCP server |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init-browser | Initialize a browser with a URL |
| get-full-dom | Get the full DOM of the current page. (Deprecated, use get-context instead) |
| get-screenshot | Get a screenshot of the current page |
| execute-code | Execute custom Playwright JS code against the current page |
| get-context | Get the website context which would be used to write the testcase |