io.github.samarthanalytics-sj/samarth-gtm-mcp
NPM · SAMARTH-GTM-MCP · SCANNED AUG 3
Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.
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
- Only part of the dependency tree could be resolved (147 of 149), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to samarthanalytics-sj/samarth-analytics-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 11859 tokens (~110/item across 107 items; 107 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 72% 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 · samarth-gtm-mcp
claude mcp add samarthanalytics-sj-samarth-gtm-mcp -- npx -y samarth-gtm-mcp
codex mcp add samarthanalytics-sj-samarth-gtm-mcp -- npx -y samarth-gtm-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"samarthanalytics-sj-samarth-gtm-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"samarth-gtm-mcp"
],
"enabled": true
}
}
} openclaw mcp add samarthanalytics-sj-samarth-gtm-mcp --command npx --arg -y --arg samarth-gtm-mcp
mcp_servers:
samarthanalytics-sj-samarth-gtm-mcp:
command: "npx"
args: ["-y", "samarth-gtm-mcp"] {
"mcpServers": {
"samarthanalytics-sj-samarth-gtm-mcp": {
"command": "npx",
"args": [
"-y",
"samarth-gtm-mcp"
]
}
}
} 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.
- 2 Aug 26 +54
- CVE-2026-41907 affects this package: high ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: samarthanalytics-sj/samarth-analytics-mcp security
- Tool coverage: 100 → unverified ▼ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 44
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- samarthanalytics-sj/samarth-analytics-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/samarthanalytics-sj/samarth-analytics-mcp/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 1803910685
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:ef3892684692d00cfbe075fbf1afcc4ad65ddb758a73685655672f1a827dd0ce1f0ed9292149670be40c8673cbe456319a76b39a17145865910393931
- Discovery method:
- attestation_endpoint
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 147 packages
147 packages in the resolved dependency tree · 147 deprecated · 43 stale.
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.
workspaces_list ~108
List all workspaces within a GTM container. Automatically follows pagination to return all workspaces.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| containerId | string | yes | The GTM container ID. |
| maxPages | integer | — | Maximum number of API pages to fetch (default 50). If more pages remain, the result includes truncated:true and a nextPageToken. |
| pageToken | string | — | Continuation token to resume listing from a previous truncated result. |
No output schema declared.
No examples provided.
zones_create ~125
[WRITE] Create a new GTM zone. Requires GTM_MCP_ENABLE_WRITES=true and confirm=true. Pass the full resource as a JSON string in bodyJson.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| bodyJson | string | yes | Full zones resource as a JSON string (e.g. {"name":"...","type":"..."}). |
| confirm | boolean | yes | Must be true to confirm this write operation. |
| containerId | string | yes | The GTM container ID. |
| workspaceId | string | yes | The GTM workspace ID. |
No output schema declared.
No examples provided.
zones_delete ~98
[DELETE] Delete a GTM zone. Requires GTM_MCP_ENABLE_DELETES=true and confirm=true.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| confirm | boolean | yes | Must be true to confirm this delete operation. |
| containerId | string | yes | The GTM container ID. |
| workspaceId | string | yes | The GTM workspace ID. |
| zoneId | string | yes | The zones ID to delete. |
No output schema declared.
No examples provided.
zones_get ~65
Get a specific GTM zone.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| containerId | string | yes | The GTM container ID. |
| workspaceId | string | yes | The GTM workspace ID. |
| zoneId | string | yes | The zones ID. |
No output schema declared.
No examples provided.
zones_list ~114
List all GTM zones in a workspace. Automatically follows pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| containerId | string | yes | The GTM container ID. |
| maxPages | integer | — | Maximum number of API pages to fetch (default 50). If more pages remain, the result includes truncated:true and a nextPageToken. |
| pageToken | string | — | Continuation token to resume listing from a previous truncated result. |
| workspaceId | string | yes | The GTM workspace ID. |
No output schema declared.
No examples provided.
zones_revert ~122
[WRITE] Revert workspace changes to a GTM zone back to its last container-version state. Requires GTM_MCP_ENABLE_WRITES=true and confirm=true.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| confirm | boolean | yes | Must be true to confirm this write operation. |
| containerId | string | yes | The GTM container ID. |
| fingerprint | string | — | Current fingerprint (for optimistic locking). |
| workspaceId | string | yes | The GTM workspace ID. |
| zoneId | string | yes | The zones ID to revert. |
No output schema declared.
No examples provided.
zones_update ~138
[WRITE] Update an existing GTM zone. Requires GTM_MCP_ENABLE_WRITES=true and confirm=true. Pass the full resource as a JSON string in bodyJson.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | yes | The GTM account ID. |
| bodyJson | string | yes | Full zones resource as a JSON string. |
| confirm | boolean | yes | Must be true to confirm this write operation. |
| containerId | string | yes | The GTM container ID. |
| fingerprint | string | — | Current fingerprint (for optimistic locking). |
| workspaceId | string | yes | The GTM workspace ID. |
| zoneId | string | yes | The zones ID to update. |
No output schema declared.
No examples provided.