Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

search

Conduct precise Google web searches with customizable filters like location, language, date range, and scraping options for structured results.

Instructions

Perform Google web searches with customizable parameters.

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code (e.g., 'us')
dateRangeNoTime range filter
languageNoLanguage code (e.g., 'en')
locationNoLocation name
numResultsToScrapeNoNumber of results to scrape
pageNoPage number
queryYesSearch query
scrapeOptionsNoScraping options
scrapeResultsNoWhether to scrape results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "description": "Country code (e.g., 'us')", "type": "string" }, "dateRange": { "description": "Time range filter", "enum": [ "anyTime", "pastHour", "pastDay", "pastWeek", "pastMonth", "pastYear" ], "type": "string" }, "language": { "description": "Language code (e.g., 'en')", "type": "string" }, "location": { "description": "Location name", "type": "string" }, "numResultsToScrape": { "description": "Number of results to scrape", "type": "number" }, "page": { "description": "Page number", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "scrapeOptions": { "additionalProperties": false, "description": "Scraping options", "properties": { "cleaned": { "type": "boolean" }, "format": { "enum": [ "markdown", "html", "screenshot" ], "type": "string" } }, "type": "object" }, "scrapeResults": { "description": "Whether to scrape results", "type": "boolean" } }, "required": [ "query" ], "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