{
  "name": "io.github.ahonn/mcp-server-gsc",
  "description": "A community-maintained MCP that connects an AI agent to Google Search Console via the official Search Analytics API. Its search_analytics tool returns the same clicks, impressions, CTR, and average-position data you see in the Performance report, with dimension filtering, regex matching, and a \"quick wins\" detection that surfaces queries ranking on page two. Authentication is a Google service-account key with read access to the property.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-15",
    "com.top-mcps/score": {
      "value": 63,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-17T11:53:23.804Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-17T07:09:46.844Z",
      "githubStars": 224,
      "lastCommitAt": "2026-02-19T18:33:41Z",
      "npmWeeklyDownloads": 2267
    }
  },
  "repository": {
    "url": "https://github.com/ahonn/mcp-server-gsc",
    "source": "github"
  },
  "author": {
    "name": "Community (ahonn)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-server-gsc",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "GOOGLE_APPLICATION_CREDENTIALS",
          "description": "GOOGLE_APPLICATION_CREDENTIALS — required credential for Google Search Console.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "search_analytics",
        "description": "Return clicks, impressions, CTR, and position for a property, with dimension filters, regex, and quick-wins detection.",
        "sideEffect": "read",
        "args": [
          {
            "name": "siteUrl",
            "type": "string",
            "required": true
          },
          {
            "name": "startDate",
            "type": "string",
            "required": true
          },
          {
            "name": "endDate",
            "type": "string",
            "required": true
          }
        ]
      }
    ],
    "security": {
      "scope": "read-only",
      "sandbox": "Authenticates with a Google service-account key that has read access to a verified Search Console property. The single exposed tool is a Search Analytics read — it cannot submit sitemaps, request indexing, or change property settings. Scope the service account to read-only access on only the properties the agent needs.",
      "gotchas": [
        "The service-account JSON sits in a client config file in plaintext — rotate it if the config is shared.",
        "Add the service-account email to the GSC property with restricted (read) access, not full — full access is unnecessary for Search Analytics.",
        "Search Analytics data lags ~2 days; treat the most recent days as provisional in any agent-generated report."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/google-search-console",
    "markdown": "https://top-mcps.com/mcp/google-search-console.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
