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 |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login-and-wait | Opens a webpage in a visible browser window for manual login, waits for user to complete login, then saves cookies |
| screenshot-page | Captures a screenshot of a given URL and returns it as base64 encoded image. Can use saved cookies from login-and-wait. |
| signal-login-complete | Signals that manual login is complete and the login-and-wait tool should continue |
| clear-auth-cookies | Clears saved authentication cookies for a specific domain or all domains |
| screenshot-element | Captures a screenshot of a specific element on a webpage using a CSS selector |