Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

screenshot

Capture web page screenshots with customizable viewport settings, image formats, and advanced options like JavaScript rendering, auto-scroll, and cookie banner blocking.

Instructions

Capture screenshots of web pages with customizable settings.

Input Schema

NameRequiredDescriptionDefault
autoScrollNoAuto-scroll page
blockCookieBannersNoBlock cookie banners
clipRectangleNoArea to clip
deviceScaleFactorNoDevice scale factor
formatNoImage format
fullPageNoCapture full page
heightNoViewport height
qualityNoImage quality (1-100)
renderJsNoRender JavaScript
urlYesURL to capture
waitNoWait time in ms before capture
widthNoViewport width

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoScroll": { "description": "Auto-scroll page", "type": "boolean" }, "blockCookieBanners": { "default": true, "description": "Block cookie banners", "type": "boolean" }, "clipRectangle": { "additionalProperties": false, "description": "Area to clip", "properties": { "height": { "type": "number" }, "left": { "type": "number" }, "top": { "type": "number" }, "width": { "type": "number" } }, "required": [ "top", "left", "width", "height" ], "type": "object" }, "deviceScaleFactor": { "description": "Device scale factor", "type": "number" }, "format": { "description": "Image format", "enum": [ "png", "jpeg" ], "type": "string" }, "fullPage": { "description": "Capture full page", "type": "boolean" }, "height": { "description": "Viewport height", "type": "number" }, "quality": { "description": "Image quality (1-100)", "type": "number" }, "renderJs": { "description": "Render JavaScript", "type": "boolean" }, "url": { "description": "URL to capture", "format": "uri", "type": "string" }, "wait": { "default": 0, "description": "Wait time in ms before capture", "maximum": 5000, "minimum": 0, "type": "number" }, "width": { "description": "Viewport width", "type": "number" } }, "required": [ "url" ], "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/Dumpling-AI/mcp-server-dumplingai'

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