googlesearch-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search Google and return web results. Powered by the Args: query: The search query. num_results: How many results to return (default 10). lang: Language code for results, e.g. "en", "fr", "de" (default "en"). unique: Deduplicate result URLs when True (default False). safe: Safe-search filter. Use "active" to enable, "" to disable (default "active"). Returns: A list of result objects with keys: index, title, url, description. Raises:
ValueError: If |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap. An agent can clearly select the search tool without ambiguity.
The single tool is named 'search', which is a clear, concise verb that directly describes its purpose. There are no other tools to create inconsistency.
With only one tool, the server is minimal. While a single search tool can be sufficient for basic web search functionality, the scope feels slightly thin compared to many MCP servers that offer multiple related operations.
The search tool covers the core domain of web search with configurable parameters (num_results, lang, unique, safe). It lacks advanced features like image or news search, but for its stated purpose of returning web results, it is reasonably complete.