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 |
|---|---|
| perform_login | Performs automated login to http://localhost using predefined credentials (admin/AIWorkshopJuly!25). This tool requires a Playwright MCP server to be running for browser automation. |
| get_login_credentials | Returns the login credentials that will be used for authentication to http://localhost |
| test_connection | Tests if the target URL (http://localhost) is accessible |
| navigate_to_pim | Navigates to the PIM (Personal Information Management) page using the left-hand navigation menu. Assumes user is already logged in. |