Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

crawl

Recursively crawl websites to extract content, specifying URL, depth, and output format for efficient data collection and processing.

Instructions

Recursively crawl websites and extract content.

Input Schema

NameRequiredDescriptionDefault
depthNoMaximum depth
formatNoOutput formatmarkdown
limitNoMaximum number of pages to crawl
urlYesStarting URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 2, "description": "Maximum depth", "type": "number" }, "format": { "default": "markdown", "description": "Output format", "enum": [ "markdown", "text", "raw" ], "type": "string" }, "limit": { "default": 5, "description": "Maximum number of pages to crawl", "type": "number" }, "url": { "description": "Starting URL", "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