google-search-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Your Gemini API key from AI Studio. | |
| GOOGLE_API_KEY | No | Alternative to GEMINI_API_KEY, works with Google's own tools. | |
| GOOGLE_SEARCH_MODEL | No | Which model runs the search. | gemini-flash-latest |
| GOOGLE_SEARCH_TIMEOUT_MS | No | How long to wait before giving up, in milliseconds. | 30000 |
| GOOGLE_SEARCH_MAX_PER_HOUR | No | Searches allowed per hour. Set '0' to remove the cap. | 100 |
| GOOGLE_SEARCH_RESOLVE_URLS | No | Turn Google's redirect links into real ones. Set 'false' for faster results. | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| google_searchA | Search Google and get an answer with its sources. Returns the synthesised answer, every source with its REAL url (Google returns opaque redirects; these are resolved), and the queries the model expanded yours into. A billed API call, subject to an hourly cap. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fledgeling-co/google-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server