{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
    "name": "io.github.surendranb/google-analytics-mcp",
    "description": "Google Analytics 4 MCP server for AI agents and agentic workflows with schema discovery, server-side aggregation, and analysis-ready defaults.",
    "status": "active",
    "repository": {
        "url": "https://github.com/surendranb/google-analytics-mcp",
        "source": "github"
    },
    "version": "2.6.1",
    "packages": [
        {
            "registry_base_url": "https://pypi.org",
            "identifier": "google-analytics-mcp",
            "version": "2.6.1",
            "transport": {
                "type": "stdio"
            },
            "environment_variables": [
                {
                    "name": "GOOGLE_APPLICATION_CREDENTIALS",
                    "description": "Absolute path to your Google Cloud service account JSON key with GA4 property access.",
                    "is_required": true,
                    "format": "string",
                    "is_secret": true
                },
                {
                    "name": "GA4_PROPERTY_ID",
                    "description": "Numeric GA4 Property ID to query, for example 123456789.",
                    "is_required": true,
                    "format": "string",
                    "is_secret": false
                }
            ],
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-08T11:13:21+00:00",
            "updatedAt": "2026-07-08T11:13:21+00:00"
        }
    }
}