Skip to main content
Glama

Serper MCP Server

by garylab

google_search_parents

Perform Google searches to retrieve current web information for parents, supporting custom queries, result counts, and pagination via the Serper MCP Server.

Instructions

Search Google for results

Input Schema

NameRequiredDescriptionDefault
numNoThe number of results to return, max is 100
pageNoThe page number to return, first page is 1
qYesThe query to search for

Input Schema (JSON Schema)

{ "properties": { "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" } }, "required": [ "q" ], "title": "ParentsRequest", "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