Skip to main content
Glama

MCP Google Custom Search Server

by limklister

search

Perform web searches using the Google Custom Search API to retrieve relevant results based on a specified query, with configurable result limits.

Instructions

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 from MCP Google Custom Search 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/limklister/mcp-google-custom-search-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server