Skip to main content
Glama

Serper MCP Server

by garylab

google_search_places

Retrieve Google search results for specific locations, languages, and countries using search queries. Integrates with Serper API to fetch web-based information efficiently.

Instructions

Search Google for results

Input Schema

NameRequiredDescriptionDefault
autocorrectNoAutomatically correct
glNoThe country to search in, e.g. us, uk, ca, au, etc.
hlNoThe language to search in, e.g. en, es, fr, de, etc.
locationNoThe location to search in, e.g. San Francisco, CA, USA
pageNoThe page number to return, first page is 1
qYesThe query to search for

Input Schema (JSON Schema)

{ "properties": { "autocorrect": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": true, "description": "Automatically correct", "title": "Autocorrect" }, "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" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The location to search in, e.g. San Francisco, CA, USA", "title": "Location" }, "page": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": 1, "description": "The page number to return, first page is 1", "title": "Page" }, "q": { "description": "The query to search for", "title": "Q", "type": "string" } }, "required": [ "q" ], "title": "AutocorrectRequest", "type": "object" }
Install Server

Other Tools from Serper MCP Server

Related Tools

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