Skip to main content
Glama

Serper MCP Server

by garylab

google_search_reviews

Retrieve Google reviews by specifying location, language, and sort order. Ideal for analyzing user feedback, ratings, and trends with customizable search parameters.

Instructions

Search Google for results

Input Schema

NameRequiredDescriptionDefault
cidNoThe CID to search in
fidYesThe FID
glNoThe country to search in, e.g. us, uk, ca, au, etc.
hlNoThe language to search in, e.g. en, es, fr, de, etc.
nextPageTokenNoThe next page token to use
placeIdNoThe place ID to search in
sortByNoThe sort order to usemostRelevant
topicIdNoThe topic ID to search in

Input Schema (JSON Schema)

{ "$defs": { "ReviewSortBy": { "enum": [ "mostRelevant", "newest", "highestRating", "lowestRating" ], "title": "ReviewSortBy", "type": "string" } }, "properties": { "cid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The CID to search in", "title": "Cid" }, "fid": { "description": "The FID", "title": "Fid", "type": "string" }, "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" }, "nextPageToken": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The next page token to use", "title": "Nextpagetoken" }, "placeId": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The place ID to search in", "title": "Placeid" }, "sortBy": { "anyOf": [ { "$ref": "#/$defs/ReviewSortBy" }, { "type": "null" } ], "default": "mostRelevant", "description": "The sort order to use" }, "topicId": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The topic ID to search in", "title": "Topicid" } }, "required": [ "fid" ], "title": "ReviewsRequest", "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