Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

extract-image

Extract structured data from images using a prompt, supporting URLs or base64 inputs, and optionally return results in JSON format for organized output.

Instructions

Extract structured data from images based on a prompt.

Input Schema

NameRequiredDescriptionDefault
imagesYesArray of URLs or base64-encoded images
inputMethodYesInput method
jsonModeNoReturn in JSON format
promptYesExtraction prompt

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "images": { "description": "Array of URLs or base64-encoded images", "items": { "type": "string" }, "type": "array" }, "inputMethod": { "description": "Input method", "enum": [ "url", "base64" ], "type": "string" }, "jsonMode": { "description": "Return in JSON format", "type": "boolean" }, "prompt": { "description": "Extraction prompt", "type": "string" } }, "required": [ "inputMethod", "images", "prompt" ], "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