google-analytics-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| GA4_CLIENT_ID | Yes | Required. OAuth client ID | |
| GA4_PROPERTY_ID | No | Optional default property ID, saves passing it on every call | none |
| GA4_CLIENT_SECRET | Yes | Required. OAuth client secret | |
| GA4_REFRESH_TOKEN | Yes | Required. Refresh token from the consent flow |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"subscribe": false,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ga4_health_checkB | Read-only GA4 health check. Verifies configured credentials, accessible properties, and metadata/property access without exposing OAuth tokens. |
| ga4_list_propertiesA | List all GA4 properties accessible with the current credentials. Returns property ID, display name, timezone, and currency. |
| ga4_run_reportB | Run a GA4 analytics report with intelligent query planning. Supports 52 metrics, 63 dimensions, auto-pagination. Use ga4://metrics and ga4://dimensions resources for available fields. Max 9 dimensions + 10 metrics per request. |
| ga4_run_realtime_reportA | Run a read-only GA4 Data API realtime report. Realtime supports only a limited subset of dimensions and metrics. |
| ga4_get_metadataA | Get the complete list of dimensions and metrics available for a specific GA4 property. Useful for discovering custom dimensions/metrics. |
| ga4_get_custom_definitionsA | List custom dimensions and custom metrics exposed by GA4 Data API metadata. Read-only fallback for custom definition inventory. |
| ga4_get_key_eventsB | Inventory GA4 key events/conversions using metadata-aware Data API reports. Returns best-effort event names and counts. |
| ga4_get_ecommerce_diagnosticsB | Read-only ecommerce coverage diagnostics for core ecommerce events, revenue metrics, and item-level reporting over a date range. |
| ga4_get_event_parametersB | Best-effort event parameter inventory from GA4 metadata plus event reports. Documents Data API limitations for raw parameters. |
| ga4_run_funnel_recipeA | Run a read-only configurable funnel recipe using one GA4 report per eventName/pagePath step and return simple step counts. |
| ga4_get_audience_export_diagnosticsA | Read-only Audience Export diagnostics. Lists existing audience exports, state counts, and optionally samples rows from an existing export. |
| ga4_get_audience_diagnosticsB | Read-only audience diagnostics from Admin API audiences, Data API recurring audience lists, and observed audienceName report fallback. |
| ga4_get_bigquery_export_diagnosticsA | Detect GA4 BigQuery export links and diagnose export modes, stream coverage, excluded events, and dataset location. |
| ga4_get_server_side_tagging_diagnosticsA | Best-effort read-only server-side tagging diagnostics from data streams, Measurement Protocol secrets, event rules, and stream settings. |
| ga4_run_advanced_funnel_reportA | Run the GA4 Data API v1alpha runFunnelReport endpoint with optional breakdown/next-action, falling back to read-only step counts if unavailable. |
| ga4_get_channel_groupsA | List custom channel groups defined for a GA4 property. |
| ga4_validate_queryA | Validate a metric/dimension combination BEFORE executing. Checks max limits (9 dims, 10 metrics), ecommerce rules, and dimension compatibility. |
| ga4_run_pivot_reportA | Run a read-only GA4 Data API pivot report with native filters, ordering, quota state, multiple date ranges, and up to 250,000 pivot cells. Every pivot requires an explicit limit. |
| ga4_batch_run_reportsA | Run 1-5 independent read-only GA4 Core reports for the same property in one official Data API batch request. |
| ga4_batch_run_pivot_reportsA | Run 1-5 independent read-only GA4 pivot reports for the same property in one official Data API batch request. |
| ga4_check_compatibilityC | Ask the official GA4 Data API which dimensions and metrics are compatible with a proposed Core report selection. |
| ga4_get_property_quotas_snapshotA | Read the current GA4 Data API property quota snapshot from the official v1alpha endpoint. This does not run a report, but Google still charges one property-quota token to the category with the most remaining quota. |
| ga4_list_accountsA | List raw GA4 Analytics Admin accounts accessible to the authenticated user (read-only, auto-paginated). |
| ga4_list_admin_resourcesB | List an allowlisted GA4 Admin collection in read-only mode: streams, custom definitions, key events, audiences, product links, annotations, channel groups, expanded datasets, subproperty/rollup configuration, and access bindings. |
| ga4_get_property_configurationB | Read GA4 property details plus selected singleton Admin settings (attribution, retention, Google Signals, reporting identity, or user-provided-data settings). |
| ga4_list_audience_exportsA | List existing GA4 Audience Export snapshots and Recurring Audience Lists without creating new exports. |
| ga4_query_audience_exportA | Query rows from an existing GA4 Audience Export. User/device identifiers are redacted by default; include them only through explicit opt-in. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ga4-metrics | |
| ga4-dimensions | |
| ga4-compatibility | |
| ga4-manifest | |
| ga4-recipes | |
| ga4-p2-diagnostics |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/getmcpads-com/google-analytics-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server