Skip to main content
Glama

Webpage Screenshot MCP Server

login-and-wait

Automate manual login processes: opens a webpage, waits for user login, and saves cookies for session persistence. Ideal for testing and script automation.

Instructions

Opens a webpage in a visible browser window for manual login, waits for user to complete login, then saves cookies

Input Schema

NameRequiredDescriptionDefault
successIndicatorNoOptional CSS selector or URL pattern that indicates successful login
urlYesThe URL of the login page
useDefaultBrowserNoWhether to use the system's default browser instead of Puppeteer's bundled Chromium
waitMinutesNoMaximum minutes to wait for login (default: 3)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "successIndicator": { "description": "Optional CSS selector or URL pattern that indicates successful login", "type": "string" }, "url": { "description": "The URL of the login page", "format": "uri", "type": "string" }, "useDefaultBrowser": { "default": true, "description": "Whether to use the system's default browser instead of Puppeteer's bundled Chromium", "type": "boolean" }, "waitMinutes": { "default": 3, "description": "Maximum minutes to wait for login (default: 3)", "type": "number" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Webpage Screenshot MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ananddtyagi/webpage-screenshot-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server