Dumpling AI MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-youtube-transcriptC | Extract transcripts from YouTube videos with optional parameters for timestamps and language preferences. |
| searchC | Perform Google web searches with customizable parameters. |
| get-autocompleteC | Retrieve Google autocomplete suggestions for a query. |
| search-mapsC | Search Google Maps for locations and businesses. |
| search-placesC | Search for places with detailed business information. |
| search-newsC | Search for news articles across multiple sources. |
| get-google-reviewsC | Retrieve Google reviews for businesses or places. |
| scrapeC | Extract and parse content from any web page. |
| crawlC | Recursively crawl websites and extract content. |
| extractC | Extract structured data from web pages using AI-powered instructions. |
| screenshotC | Capture screenshots of web pages with customizable settings. |
| doc-to-textC | Convert various document formats to plain text. |
| convert-to-pdfC | Convert various file formats to PDF. |
| merge-pdfsC | Combine multiple PDF files into a single document. |
| trim-videoC | Trim videos to a specific duration. |
| extract-documentC | Extract structured data from documents based on a prompt. |
| extract-imageC | Extract structured data from images based on a prompt. |
| extract-audioC | Extract structured data from audio files based on a prompt. |
| extract-videoC | Extract structured data from videos based on a prompt. |
| read-pdf-metadataC | Extract metadata from PDF files. |
| write-pdf-metadataC | Write metadata to PDF files. |
| generate-agent-completionC | Generate AI text completions with customizable parameters. |
| search-knowledge-baseC | Search a knowledge base for relevant information. |
| add-to-knowledge-baseC | Add new text resources to a knowledge base. |
| generate-ai-imageC | Generate AI images from text prompts. |
| run-js-codeC | Execute JavaScript code in a sandbox. |
| run-python-codeC | Execute Python code in a sandbox. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 27 tools
Most tools have distinct purposes, but there is some overlap that could cause confusion. For example, 'extract' and 'scrape' both handle web data extraction, and 'search-places' and 'search-maps' both involve location searches, though their descriptions differ slightly. The AI-powered extraction tools (extract-audio, extract-document, etc.) are well-differentiated by media type.
Tool names follow a consistent verb-noun pattern with hyphens, such as 'add-to-knowledge-base' and 'convert-to-pdf'. However, there are minor deviations like 'run-js-code' and 'run-python-code' using 'run' instead of more specific verbs, and 'get-autocomplete' could be clearer. Overall, the naming is predictable and readable.
With 27 tools, the count is high and feels heavy for a single server, suggesting potential scope creep. While the tools cover diverse data processing tasks, a more focused set might improve usability. This many tools can overwhelm agents and increase the risk of misselection.
The server provides comprehensive coverage for data extraction, conversion, and search across various media types and sources. Minor gaps exist, such as no explicit tool for deleting or managing knowledge base entries, but core workflows like PDF handling (convert, merge, read/write metadata) and web interactions (crawl, search, screenshot) are well-covered.