Skip to main content
Glama

MCP-Undetected-Chromedriver

by dragons96

browser_screenshot

Capture webpage or element screenshots and save them in desired formats or directories using Chrome automation with anti-bot detection bypass.

Instructions

Take a screenshot of the current page or a specific element

Args: name: The name of the screenshot - required, default is "screenshot" storeBase64: Whether to store the screenshot as a base64 string - optional, default is True downloadsDir: The directory to save the screenshot to - optional, default is the user's Downloads directory

Input Schema

NameRequiredDescriptionDefault
downloadsDirNo
nameYes
storeBase64No

Input Schema (JSON Schema)

{ "properties": { "downloadsDir": { "default": null, "title": "Downloadsdir", "type": "string" }, "name": { "title": "Name", "type": "string" }, "storeBase64": { "default": true, "title": "Storebase64", "type": "boolean" } }, "required": [ "name" ], "title": "browser_screenshotArguments", "type": "object" }

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/dragons96/mcp-undetected-chromedriver'

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