{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.surendranb/google-analytics-mcp",
    "description": "GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.",
    "repository": {
        "url": "https://github.com/surendranb/google-analytics-mcp",
        "source": "github"
    },
    "version": "2.7.6",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "google-analytics-mcp",
            "version": "2.7.6",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "name": "GOOGLE_APPLICATION_CREDENTIALS",
                    "description": "Absolute path to your Google Cloud service account JSON key with GA4 property access.",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true
                },
                {
                    "name": "GA4_PROPERTY_ID",
                    "description": "Numeric GA4 Property ID to query, for example 123456789.",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": false
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-14T03:05:55+00:00",
            "updatedAt": "2026-07-14T03:05:55+00:00"
        }
    }
}