Loading...
npm install
npmlogin-and-waitOpens a webpage in a visible browser for manual login and saves cookies.
Requires manual user interaction and saves cookies, potentially exposing credentials.
screenshot-pageCaptures a screenshot of a given URL and returns it as a base64 encoded image.
Read-only operation that captures the visual representation of a webpage.
screenshot-elementCaptures a screenshot of a specific element on a webpage using a CSS selector.
Read-only operation that captures a specific element of a webpage.
clear-auth-cookiesClears saved authentication cookies for a specific domain or all domains.
Modifies stored cookies, potentially disrupting user sessions.
This MCP is relatively safe for read operations like taking screenshots. However, the `login-and-wait` tool and cookie management features introduce moderate risks, especially if not handled with caution. It is crucial to sanitize URLs and selectors to prevent unintended information exposure.