Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

search-places

Find detailed business information by searching for places using specific queries, locations, and country codes to streamline location-based research and decision-making.

Instructions

Search for places with detailed business information.

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code (e.g., 'us')
languageNoLanguage code (e.g., 'en')
locationNoLocation name
pageNoPage number
queryYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "description": "Country code (e.g., 'us')", "type": "string" }, "language": { "description": "Language code (e.g., 'en')", "type": "string" }, "location": { "description": "Location name", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "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