MCP Google Custom Search Server

search

Search the web using Google Custom Search API

Input Schema

NameRequiredDescriptionDefault
numResultsNoNumber of results to return (max 10)
queryYesThe search query

Input Schema (JSON Schema)

{ "properties": { "numResults": { "default": 5, "description": "Number of results to return (max 10)", "type": "number" }, "query": { "description": "The search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools