Serversio.github.zoharbabin/google-researcher
R

io.github.zoharbabin/google-researcher

io.github.zoharbabin/google-researcher · v6.3.1
▦ npm
v6.3.1npm npm: google-researcher-mcp↗ Repository
{}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.zoharbabin/google-researcher",
  "description": "MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants",
  "repository": {
    "url": "https://github.com/zoharbabin/google-researcher-mcp",
    "source": "github"
  },
  "version": "6.3.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "google-researcher-mcp",
      "version": "6.3.1",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Custom Search API key",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_CUSTOM_SEARCH_API_KEY"
        },
        {
          "description": "Google Programmable Search Engine ID",
          "isRequired": true,
          "name": "GOOGLE_CUSTOM_SEARCH_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}