Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

scrape

Extract and parse web content from any URL into markdown, HTML, or screenshot formats. Clean content and render JavaScript for accurate data retrieval.

Instructions

Extract and parse content from any web page.

Input Schema

NameRequiredDescriptionDefault
cleanedNoWhether to clean content
formatNoOutput format
renderJsNoWhether to render JavaScript
urlYesURL to scrape

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cleaned": { "description": "Whether to clean content", "type": "boolean" }, "format": { "description": "Output format", "enum": [ "markdown", "html", "screenshot" ], "type": "string" }, "renderJs": { "default": true, "description": "Whether to render JavaScript", "type": "boolean" }, "url": { "description": "URL to scrape", "format": "uri", "type": "string" } }, "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