Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining Dumpling AI API endpoints to MCP server #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codegen-sh[bot]
Copy link

@codegen-sh codegen-sh bot commented Mar 26, 2025

This PR adds the remaining Dumpling AI API endpoints to the MCP server:

  1. scrape - Extract content from a webpage
  2. crawl - Crawl a website and extract content from multiple pages
  3. extract-document - Extract structured data from document files
  4. extract-video - Extract structured data from video files
  5. extract-audio - Extract structured data from audio files
  6. generate-ai-image - Generate AI images

Each endpoint follows the same pattern as the existing ones:

  • Uses the Dumpling AI API with proper authentication
  • Validates input parameters using Zod
  • Handles errors appropriately
  • Returns formatted responses

These additions complete the implementation of all the Dumpling AI API endpoints in the MCP server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants