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 additional Dumpling AI API endpoints #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ This MCP server provides the following tools:
- **search-places**: Perform Google Places searches
- **search-news**: Perform Google News searches
- **get-google-reviews**: Fetch Google reviews for a place
- **scrape**: Extract data from a specified URL
- **crawl**: Crawl a website and return structured content
- **extract-document**: Extract structured data from document files
- **extract-image**: Extract structured data from image files
- **doc-to-text**: Convert PDF or DOCX documents into plain text
- **screenshot**: Capture a screenshot of a specified URL
- **generate-ai-image**: Generate high-quality AI images
- **extract-video**: Extract structured data from video files

## Prerequisites 📋

Expand Down Expand Up @@ -106,6 +114,14 @@ Search for recent developments in quantum computing and summarize the key findin
What are the most popular places to visit in New York according to Google Maps?
```

```
Extract the text from this PDF document: https://example.com/document.pdf
```

```
Generate an AI image of a futuristic cityscape with flying cars.
```

## Troubleshooting 🔧

### Common Issues
Expand Down
Loading