Skip to main content
Glama

Serper MCP Server

by garylab

google_search_images

Retrieve images from Google search results using the Serper MCP Server. Specify query, location, language, or time period to filter results for accurate and relevant image data.

Instructions

Search Google for results

Input Schema

NameRequiredDescriptionDefault
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
numNoThe number of results to return, max is 100
pageNoThe page number to return, first page is 1
qYesThe query to search for
tbsNoThe time period to search in, e.g. d, w, m, y

Input Schema (JSON Schema)

{ "properties": { "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" }, "num": { "default": 10, "description": "The number of results to return, max is 100", "maximum": 100, "title": "Num", "type": "integer" }, "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" }, "tbs": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The time period to search in, e.g. d, w, m, y", "title": "Tbs" } }, "required": [ "q" ], "title": "SearchRequest", "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