Skip to main content
Glama

MCP Google Server

by adenot
MIT License
209
17
  • Apple

search

Perform a web search query using the Google Custom Search API via the MCP Google Server. Input a search query and specify the number of results (1-10) to retrieve relevant web results.

Instructions

Perform a web search query

Input Schema

NameRequiredDescriptionDefault
numNoNumber of results (1-10)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "num": { "description": "Number of results (1-10)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Google 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/adenot/mcp-google-search'

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