Back to MCP Directory
DMCP
Model Context Protocol moderate risk

Dumplingai

MCP server providing access to Dumpling AI's data scraping, content processing, AI agent, and code execution capabilities via API key authentication.

Connections & Capabilities

Connects To

MongoDB

Capabilities

readwriteexec

Quickstart

Install

npx -y @smithery/cli install @Dumpling-AI/mcp-server-dumplingai --client claude

Config

{
  "mcpServers": {
    "dumplingai": {
      "command": "npx",
      "args": ["-y", "mcp-server-dumplingai"],
      "env": {
        "DUMPLING_API_KEY": "<your-api-key>"
      }
    }
  }
}

Exposed MCP Tools (28)

safe
get-youtube-transcript

Extracts transcripts from YouTube videos.

Read-only operation; no modification of data.

safe
search

Performs Google web searches and optionally scrapes content from results.

Primarily read-only, scraping is limited by parameters.

safe
get-autocomplete

Retrieves Google search autocomplete suggestions.

Read-only operation; no modification of data.

safe
search-maps

Searches Google Maps for locations and businesses.

Read-only operation; no modification of data.

safe
search-places

Searches for places with detailed information.

Read-only operation; no modification of data.

safe
search-news

Searches for news articles.

Read-only operation; no modification of data.

safe
get-google-reviews

Retrieves Google reviews for businesses or places.

Read-only operation; no modification of data.

safe
scrape

Extracts content from a web page.

Read-only operation; no modification of data.

moderate
crawl

Recursively crawls websites and extracts content.

Automated scraping could strain target servers.

safe
screenshot

Captures screenshots of web pages.

Read-only operation; no modification of data.

safe
extract

Extracts structured data from web pages using AI.

Read-only operation; no modification of data.

safe
doc-to-text

Converts documents to plaintext.

Read-only operation; no modification of data.

safe
convert-to-pdf

Converts various file formats to PDF.

Read-only operation; no modification of data.

safe
merge-pdfs

Combines multiple PDFs into a single document.

Read-only operation; no modification of data.

safe
trim-video

Extracts a specific clip from a video.

Read-only operation; no modification of data.

safe
extract-document

Extracts specific content from documents.

Read-only operation; no modification of data.

safe
extract-image

Extracts text and information from images.

Read-only operation; no modification of data.

safe
extract-audio

Transcribes and extracts information from audio files.

Read-only operation; no modification of data.

safe
extract-video

Extracts content from videos.

Read-only operation; no modification of data.

safe
read-pdf-metadata

Extracts metadata from PDF files.

Read-only operation; no modification of data.

moderate
write-pdf-metadata

Updates metadata in PDF files.

Modifies PDF metadata.

safe
generate-agent-completion

Generates AI agent completions.

Primarily read-only, depends on the agent's capabilities.

safe
search-knowledge-base

Searches a knowledge base for relevant information.

Read-only operation; no modification of data.

moderate
add-to-knowledge-base

Adds entries to a knowledge base.

Modifies the knowledge base by adding entries.

safe
generate-ai-image

Generates images using AI models.

Read-only operation; no modification of data.

safe
generate-image

Generates images using various AI providers.

Read-only operation; no modification of data.

high
run-js-code

Executes JavaScript code.

Arbitrary code execution, potential for malicious activity.

high
run-python-code

Executes Python code.

Arbitrary code execution, potential for malicious activity.

Safety Assessment

This server offers a wide range of tools, some of which have significant potential for misuse. While API key authentication and input validation provide some security, the write capabilities and code execution tools necessitate careful monitoring and usage policies. It is safer when used for read-only operations and riskier when executing code or modifying external resources.

  • API key authentication required.
  • Input validation using Zod schemas.
  • Detailed error messages provided.
  • Sandboxed code execution environments for JavaScript and Python.
  • Requires an API key, which if compromised, grants access to all tools.
  • Many tools have write capabilities, potentially modifying external data.
  • Code execution tools (JavaScript and Python) present inherent risks if not properly sandboxed.
  • Access to web scraping and crawling tools could be abused.
Dumplingai Review, Pricing & Alternatives (2026) | Flaex AI