Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

search-maps

Search for locations and businesses on Google Maps using queries, GPS coordinates, Place IDs, or CIDs. Integrates with Dumpling AI MCP Server for precise and customizable map searches.

Instructions

Search Google Maps for locations and businesses.

Input Schema

NameRequiredDescriptionDefault
cidNoGoogle Maps CID
gpsPositionZoomNoGPS coordinates with zoom (e.g., 'lat,long,zoom')
languageNoLanguage code (e.g., 'en')
pageNoPage number
placeIdNoGoogle Place ID
queryYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cid": { "description": "Google Maps CID", "type": "string" }, "gpsPositionZoom": { "description": "GPS coordinates with zoom (e.g., 'lat,long,zoom')", "type": "string" }, "language": { "description": "Language code (e.g., 'en')", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "placeId": { "description": "Google Place ID", "type": "string" }, "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