Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

extract

Extract structured data from web pages by specifying a URL and schema using AI-powered instructions. Ideal for automating data retrieval and processing tasks.

Instructions

Extract structured data from web pages using AI-powered instructions.

Input Schema

NameRequiredDescriptionDefault
schemaYesSchema defining the data to extract
urlYesURL to extract from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "schema": { "additionalProperties": {}, "description": "Schema defining the data to extract", "type": "object" }, "url": { "description": "URL to extract from", "format": "uri", "type": "string" } }, "required": [ "url", "schema" ], "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