Skip to main content
Glama
fledgeling-co

google-search-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoYour Gemini API key from AI Studio.
GOOGLE_API_KEYNoAlternative to GEMINI_API_KEY, works with Google's own tools.
GOOGLE_SEARCH_MODELNoWhich model runs the search.gemini-flash-latest
GOOGLE_SEARCH_TIMEOUT_MSNoHow long to wait before giving up, in milliseconds.30000
GOOGLE_SEARCH_MAX_PER_HOURNoSearches allowed per hour. Set '0' to remove the cap.100
GOOGLE_SEARCH_RESOLVE_URLSNoTurn Google's redirect links into real ones. Set 'false' for faster results.true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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