io.github.daanielcruz/gsearch✓
io.github.daanielcruz/gsearch · v1.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.daanielcruz/gsearch",
"description": "Free Google Search with inline citations for any MCP-compatible AI tool.",
"repository": {
"url": "https://github.com/daanielcruz/gsearch-mcp",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@daanielcruz/gsearch-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override auto-detected Google Cloud project ID (OAuth mode)",
"format": "string",
"name": "GSEARCH_PROJECT"
},
{
"description": "Gemini API key (enables direct API key mode, bypasses OAuth)",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "Alternate Gemini API key env var (same purpose as GEMINI_API_KEY)",
"format": "string",
"isSecret": true,
"name": "GSEARCH_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}