Skip to main content
Glama
Fabien-desablens

Google Search MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
google_searchA

Performs Google searches using the official API with automatic API key rotation.

Features:

  • Official Google Web Search

  • Automatic API key rotation

  • Intelligent quota management

  • Multi-language and geolocation support

Parameters:

  • query: Search query (required)

  • num: Number of results (1-10, default: 5)

  • start: Starting index (default: 1)

  • safe: SafeSearch (off/active, default: off)

  • lr: Language (ex: lang_fr, lang_en)

  • gl: Country (ex: fr, us, uk)

Returns a JSON list of results with title, link, description and domain.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is clearly defined as performing Google searches, leaving no ambiguity for an agent to misselect among alternatives.

Naming Consistency5/5

The single tool name 'google_search' follows a clear and consistent verb_noun pattern. Since there are no other tools to compare against, the naming is inherently consistent and predictable within this server's scope.

Tool Count2/5

A single tool is too few for a server named 'Google Search MCP Server', as it suggests a broader scope that might include related operations like image search, news search, or search history management. The tool count feels thin and limited for the apparent domain.

Completeness2/5

The server is severely incomplete for a Google Search domain, as it only provides basic web search functionality. Obvious gaps include missing tools for image search, news search, video search, search suggestions, or advanced filtering, which are typical in such APIs and would be needed for comprehensive agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues