Skip to main content
Glama

Serper MCP Server

by garylab

google_search_maps

Retrieve Google Maps search results by entering a query, location, place ID, or country code using the Serper MCP Server for accurate, location-based web data.

Instructions

Search Google for results

Input Schema

NameRequiredDescriptionDefault
cidNoThe CID to search in
glNoThe country to search in, e.g. us, uk, ca, au, etc.
hlNoThe language to search in, e.g. en, es, fr, de, etc.
llNoThe GPS position & zoom level
pageNoThe page number to return, first page is 1
placeIdNoThe place ID to search in
qYesThe query to search for

Input Schema (JSON Schema)

{ "properties": { "cid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The CID to search in", "title": "Cid" }, "gl": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The country to search in, e.g. us, uk, ca, au, etc.", "title": "Gl" }, "hl": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The language to search in, e.g. en, es, fr, de, etc.", "title": "Hl" }, "ll": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The GPS position & zoom level", "title": "Ll" }, "page": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": 1, "description": "The page number to return, first page is 1", "title": "Page" }, "placeId": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The place ID to search in", "title": "Placeid" }, "q": { "description": "The query to search for", "title": "Q", "type": "string" } }, "required": [ "q" ], "title": "MapsRequest", "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/garylab/serper-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server