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 |
|---|---|
| Browser console logs |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enhanced_page_analyzer | Analyze a page with screenshots, console logs, interactive element mapping, and performance metrics |
| api_endpoint_tester | Test multiple API endpoints and verify responses |
| navigation_flow_validator | Test a sequence of user actions across multiple pages |
| screenshot_url | Take a screenshot of a URL |
| dom_inspector | Inspect DOM elements and their properties |
| console_monitor | Monitor console logs on a page |
| performance_analysis | Analyze page performance metrics |
| visual_comparison | Compare two URLs visually and highlight differences |
| batch_screenshot_urls | Take screenshots of multiple URLs and display them in a grid |
| screenshot_local_files | Take screenshots of local HTML files in a directory |
| playwright_navigate | Navigate to a URL |
| playwright_click | Click an element on the page |
| playwright_iframe_click | Click an element in an iframe on the page |
| playwright_fill | Fill out an input field |
| playwright_select | Select an option in a dropdown |
| playwright_hover | Hover over an element on the page |
| playwright_evaluate | Execute JavaScript in the browser console context |
| playwright_console_logs | Retrieve console logs captured so far |
| playwright_get_visible_text | Get the visible text content of the current page |
| playwright_get_visible_html | Get the HTML content of the current page |
| playwright_go_back | Navigate back in browser history |
| playwright_go_forward | Navigate forward in browser history |
| playwright_press_key | Press a keyboard key (optionally focusing an element first) |
| playwright_drag | Drag an element to a target location |
| playwright_screenshot | Take a screenshot of the current page or a specific element |
| ui_workflow_validator | Execute and validate a sequence of UI interactions simulating a user workflow. |