Google Analytics 4
NPM · @MINDSTONE/MCP-SERVER-GOOGLE-ANALYTICS · SCANNED AUG 7
Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools
Available components
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. How we score →
Supply Chain Security79
- No malware found by supply-chain analysis.Pass
- 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. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 117 of 121 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 80 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability73
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1660 tokens (~66/item across 25 items; 25 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
- Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 40% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @mindstone/mcp-server-google-analytics
claude mcp add mindstone-mcp-server-google-analytics -- npx -y @mindstone/mcp-server-google-analytics
codex mcp add mindstone-mcp-server-google-analytics -- npx -y @mindstone/mcp-server-google-analytics
{
"$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 mcp add mindstone-mcp-server-google-analytics --command npx --arg -y --arg @mindstone/mcp-server-google-analytics
mcp_servers:
mindstone-mcp-server-google-analytics:
command: "npx"
args: ["-y", "@mindstone/mcp-server-google-analytics"] {
"mcpServers": {
"mindstone-mcp-server-google-analytics": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-google-analytics"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 6 Aug 26 +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.
- 4 Aug 26 +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.
- 2 Aug 26 +42
- CVE-2026-41907 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: FSL-1.1-MIT functional
- 1 Aug 26 −5
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- 31 Jul 26 −19
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +17
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −17
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 7 Aug 2026 · Analysed npm/@mindstone/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w5hq-g745-h8pq | CVE-2026-41907 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N | yes |
Dependencies 117 packages
| Packages resolved | 117 |
|---|---|
| Deprecated | 117 |
| Stale | 37 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
ga_batch_run_reports ~54
Run multiple GA4 reports (max 5) in a single batch request. Each report shares the row-volume safety net of ga_run_report.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | – | – |
| reports | array | yes | – |
No output schema declared.
No examples provided.
ga_check_compatibility ~77
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.
| Name | Type | Req | Description |
|---|---|---|---|
| dimensions | – | – | Dimension names (comma-separated string or array). |
| metrics | – | – | Metric names (comma-separated string or array). |
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_get_custom_dimensions_and_metrics ~46
List all custom dimensions and custom metrics configured on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_get_data_retention_settings ~45
Get the configured event data retention settings for a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_get_dimensions_by_category ~54
Get dimensions for a given category name (from ga_list_dimension_categories).
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Category name from ga_list_dimension_categories. |
| limit | integer | – | – |
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_get_global_site_tag ~53
Get the gtag.js / global site tag snippet for the first web data stream on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_get_metadata ~64
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.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | – | Optional GA4 property ID. Defaults to GA4_PROPERTY_ID. |
No output schema declared.
No examples provided.
ga_get_metrics_by_category ~54
Get metrics for a given category name (from ga_list_metric_categories).
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Category name from ga_list_metric_categories. |
| limit | integer | – | – |
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_get_property_details ~58
Get details for a single GA4 property — display name, currency code, configured time zone, industry category, service level, and timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_get_property_quotas_snapshot ~50
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.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_get_property_schema ~43
Return the full GA4 property schema, including dimension count and metric count. Same data as ga_get_metadata with summary counts.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_list_account_summaries ~39
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ga_list_bigquery_links ~44
List all BigQuery export links configured on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_list_data_streams ~51
List all data streams (web, Android app, iOS app) on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_list_dimension_categories ~27
List available dimension categories for the property schema.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_list_firebase_links ~43
List all Firebase project links configured on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_list_google_ads_links ~43
List all Google Ads links configured on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_list_key_events ~45
List all key events (formerly conversions) configured on a GA4 property.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_list_metric_categories ~27
List available metric categories for the property schema.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | – | – |
No output schema declared.
No examples provided.
ga_list_properties ~88
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.
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | – | Optional account ID, with or without the accounts/ prefix. |
| property_id | string | – | Optional property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_run_pivot_report ~110
Run a GA4 pivot report. Pivots are useful for cross-tabulating dimensions (e.g. country x device).
| Name | Type | Req | Description |
|---|---|---|---|
| dimension_filter | – | – | – |
| dimensions | – | yes | – |
| end_date | string | – | – |
| keep_empty_rows | boolean | – | – |
| metric_filter | – | – | – |
| metrics | – | yes | – |
| pivots | array | yes | – |
| property_id | string | – | – |
| return_property_quota | boolean | – | – |
| start_date | string | – | – |
No output schema declared.
No examples provided.
ga_run_realtime_report ~90
Run a GA4 realtime report with configurable dimensions and metrics. Realtime data covers the last 30 minutes by default.
| Name | Type | Req | Description |
|---|---|---|---|
| dimension_filter | – | – | – |
| dimensions | – | – | – |
| limit | integer | – | – |
| metric_filter | – | – | – |
| metrics | – | – | – |
| minute_ranges | array | – | – |
| property_id | string | – | – |
| return_property_quota | boolean | – | – |
No output schema declared.
No examples provided.
ga_run_report ~299
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
ga_search_change_history_events ~62
Search the change history (created/updated/deleted) for a GA4 property. Uses the v1alpha admin API; structure may evolve over time.
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | GA4 property ID, with or without the properties/ prefix. |
No output schema declared.
No examples provided.
ga_search_schema ~94
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").
| Name | Type | Req | Description |
|---|---|---|---|
| field_type | string | – | Filter by dimensions, metrics, or both. |
| limit | integer | – | Maximum matches to return. |
| property_id | string | – | – |
| query | string | yes | Keyword to search for. |
No output schema declared.
No examples provided.