# Google Analytics 4 (npm · @mindstone/mcp-server-google-analytics)

Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools

- Trust score: 63/100 (medium)
- Change this week: +39
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@mindstone/mcp-server-google-analytics`: 63/100 (this document), [markdown](https://verifymcp.io/servers/mindstone-mcp-server-google-analytics/mindstone-mcp-server-google-analytics.md), [page](https://verifymcp.io/servers/mindstone-mcp-server-google-analytics/mindstone-mcp-server-google-analytics)

## Channel facts

- Registry: `npm`
- Package: `@mindstone/mcp-server-google-analytics`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 79/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via google-auth-library > gaxios > uuid. A fixed version is available.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 117 of 121 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license.
  - Actively maintained (last published 80 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1660 tokens (~66/item across 25 items; 25 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 40% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mindstone-mcp-server-google-analytics -- npx -y @mindstone/mcp-server-google-analytics
```

### Codex

```bash
codex mcp add mindstone-mcp-server-google-analytics -- npx -y @mindstone/mcp-server-google-analytics
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mindstone-mcp-server-google-analytics": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mindstone/mcp-server-google-analytics"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mindstone-mcp-server-google-analytics --command npx --arg -y --arg @mindstone/mcp-server-google-analytics
```

### Hermes

```yaml
mcp_servers:
  mindstone-mcp-server-google-analytics:
    command: "npx"
    args: ["-y", "@mindstone/mcp-server-google-analytics"]
```

### Other

```json
{
  "mcpServers": {
    "mindstone-mcp-server-google-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-google-analytics"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-04 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 61, +42)

- [security regression] CVE-2026-41907 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: unverified → fail
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: FSL-1.1-MIT

### 2026-08-01 (score 19, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 24, −19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 43, +17)

- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 26, −17)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (25)

### `ga_list_account_summaries` (~39 tokens)

List Google Analytics accounts and their property summaries available to the authenticated user. Use this first to discover available property IDs before calling other tools.

### `ga_list_properties` (~88 tokens)

List GA4 properties visible to the authenticated user, optionally filtered by account_id or property_id. Returns a flat list — easier to consume than ga_list_account_summaries when you just want property IDs.

Input parameters:

- `account_id` (string): Optional account ID, with or without the accounts/ prefix.
- `property_id` (string): Optional property ID, with or without the properties/ prefix.

### `ga_get_property_details` (~58 tokens)

Get details for a single GA4 property — display name, currency code, configured time zone, industry category, service level, and timestamps.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_get_metadata` (~64 tokens)

Get the live GA4 metadata for the property, including all available dimensions and metrics. Use this when you need the raw schema; prefer ga_search_schema for keyword lookups.

Input parameters:

- `property_id` (string): Optional GA4 property ID. Defaults to GA4_PROPERTY_ID.

### `ga_get_property_schema` (~43 tokens)

Return the full GA4 property schema, including dimension count and metric count. Same data as ga_get_metadata with summary counts.

Input parameters:

- `property_id` (string)

### `ga_search_schema` (~94 tokens)

Search dimensions and metrics by keyword across the live GA4 property schema. Use this to discover the exact apiName for a concept (e.g. "session", "revenue", "country").

Input parameters:

- `field_type` (string): Filter by dimensions, metrics, or both.
- `limit` (integer): Maximum matches to return.
- `property_id` (string)
- `query` (string, required): Keyword to search for.

### `ga_list_dimension_categories` (~27 tokens)

List available dimension categories for the property schema.

Input parameters:

- `property_id` (string)

### `ga_list_metric_categories` (~27 tokens)

List available metric categories for the property schema.

Input parameters:

- `property_id` (string)

### `ga_get_dimensions_by_category` (~54 tokens)

Get dimensions for a given category name (from ga_list_dimension_categories).

Input parameters:

- `category` (string, required): Category name from ga_list_dimension_categories.
- `limit` (integer)
- `property_id` (string)

### `ga_get_metrics_by_category` (~54 tokens)

Get metrics for a given category name (from ga_list_metric_categories).

Input parameters:

- `category` (string, required): Category name from ga_list_metric_categories.
- `limit` (integer)
- `property_id` (string)

### `ga_check_compatibility` (~77 tokens)

Check whether a set of dimensions and metrics can be used together in a GA4 report. Useful before running a complex report to avoid INCOMPATIBLE errors.

Input parameters:

- `dimensions`: Dimension names (comma-separated string or array).
- `metrics`: Metric names (comma-separated string or array).
- `property_id` (string)

### `ga_run_report` (~299 tokens)

Run a GA4 report with configurable dimensions, metrics, date range, ordering, and safe dataset controls. Estimates row count first; returns a warning above row_warning_threshold (default 2500). Use ga_search_schema to discover dimension/metric apiNames.

Input parameters:

- `currency_code` (string)
- `dimension_filter`: Raw GA4 dimensionFilter object.
- `dimensions`: Dimension names (comma-separated string or array).
- `enable_aggregation` (boolean)
- `end_date` (string): End date, e.g. today or 2026-04-28.
- `estimate_only` (boolean)
- `include_maximums` (boolean)
- `include_minimums` (boolean)
- `include_totals` (boolean)
- `keep_empty_rows` (boolean)
- `limit` (integer)
- `metric_filter`: Raw GA4 metricFilter object.
- `metrics`: Metric names (comma-separated string or array).
- `offset` (integer)
- `order_by`: Order field, prefix with - for descending.
- `proceed_with_large_dataset` (boolean)
- `property_id` (string): Optional GA4 property ID. Defaults to GA4_PROPERTY_ID.
- `return_property_quota` (boolean)
- `row_warning_threshold` (integer)
- `start_date` (string): Start date, e.g. 7daysAgo or 2026-04-01.

### `ga_run_pivot_report` (~110 tokens)

Run a GA4 pivot report. Pivots are useful for cross-tabulating dimensions (e.g. country x device).

Input parameters:

- `dimension_filter`
- `dimensions` (required)
- `end_date` (string)
- `keep_empty_rows` (boolean)
- `metric_filter`
- `metrics` (required)
- `pivots` (array, required)
- `property_id` (string)
- `return_property_quota` (boolean)
- `start_date` (string)

### `ga_batch_run_reports` (~54 tokens)

Run multiple GA4 reports (max 5) in a single batch request. Each report shares the row-volume safety net of ga_run_report.

Input parameters:

- `property_id` (string)
- `reports` (array, required)

### `ga_run_realtime_report` (~90 tokens)

Run a GA4 realtime report with configurable dimensions and metrics. Realtime data covers the last 30 minutes by default.

Input parameters:

- `dimension_filter`
- `dimensions`
- `limit` (integer)
- `metric_filter`
- `metrics`
- `minute_ranges` (array)
- `property_id` (string)
- `return_property_quota` (boolean)

### `ga_get_property_quotas_snapshot` (~50 tokens)

Return a fresh property quota snapshot using a lightweight GA4 report call. Use this to check remaining tokens / requests before kicking off a large batch.

Input parameters:

- `property_id` (string)

### `ga_get_custom_dimensions_and_metrics` (~46 tokens)

List all custom dimensions and custom metrics configured on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_list_google_ads_links` (~43 tokens)

List all Google Ads links configured on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_list_key_events` (~45 tokens)

List all key events (formerly conversions) configured on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_list_data_streams` (~51 tokens)

List all data streams (web, Android app, iOS app) on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_get_global_site_tag` (~53 tokens)

Get the gtag.js / global site tag snippet for the first web data stream on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_list_bigquery_links` (~44 tokens)

List all BigQuery export links configured on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_get_data_retention_settings` (~45 tokens)

Get the configured event data retention settings for a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_list_firebase_links` (~43 tokens)

List all Firebase project links configured on a GA4 property.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

### `ga_search_change_history_events` (~62 tokens)

Search the change history (created/updated/deleted) for a GA4 property. Uses the v1alpha admin API; structure may evolve over time.

Input parameters:

- `property_id` (string, required): GA4 property ID, with or without the properties/ prefix.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/mindstone-mcp-server-google-analytics/mindstone-mcp-server-google-analytics#diagnostics

## Score history

- 2026-08-07: 63
- 2026-08-06: 63
- 2026-08-05: 62
- 2026-08-04: 62
- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 19
- 2026-07-31: 24
- 2026-07-30: 43
- 2026-07-28: 26
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/@mindstone/mcp-server-google-analytics
- Socket report: https://socket.dev/npm/package/@mindstone/mcp-server-google-analytics
- Repository: https://github.com/mindstone/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/mindstone-mcp-server-google-analytics/mindstone-mcp-server-google-analytics.xml
- Changelog JSON feed: https://verifymcp.io/servers/mindstone-mcp-server-google-analytics/mindstone-mcp-server-google-analytics.json
- HTML version of this page: https://verifymcp.io/servers/mindstone-mcp-server-google-analytics/mindstone-mcp-server-google-analytics
