gtm-tag-architect
gtm-tag-architect
Ein öffentliches, produktionsreifes Plugin für Google Antigravity und Claude Code, das über MCP eine Verbindung zu Google Tag Manager herstellt.
Es bietet einen interaktiven /setup-Befehl, der Entwickler/Marketer zu ihrer Website befragt, Container-Defekte diagnostiziert (Duplikate, fehlende Trigger, Consent-Mode-v2-Verstöße) und optimierte Tracking-Taxonomien sowie dataLayer-Verträge generiert.
Funktionen
Interaktiver
/setup-Befehl: Führt Sie durch einen dreistufigen Interview- und Audit-Workflow.Umfassende Container-Diagnose: Prüft auf doppelte GA4-/Meta-Tags, verwaiste Trigger, nicht eingewilligte Marketing-Pixel und render-blockierende Skripte.
Automatisierte Behebung: Entfernt Duplikate von Tags und setzt Google Consent Mode v2 für alle Tags durch.
Branchenspezifische Tracking-Matrizen: Vorgefertigte Taxonomie-Runbooks für E-Commerce, SaaS/PLG und B2B-Lead-Generierung.
dataLayer.d.ts-Generator für Entwickler: Generiert typisierte Event-Verträge und Hilfs-Push-Funktionen für React, Next.js und Vanilla-Apps.MCP-Server mit zwei Modi: Läuft live gegen die Google-Tag-Manager-REST-API v2 oder prüft offline lokale exportierte Container-JSON-Dateien.
Related MCP server: mcp-gtm-ga4
Installation & Einrichtung
Für Google Antigravity
Klonen Sie dieses Repository oder platzieren Sie es in Ihrem Arbeitsbereich oder Ihrem globalen Anpassungsverzeichnis:
# In your project's .agents/plugins/ or ~/.gemini/config/plugins/
git clone https://github.com/jarnielcataluna/gtm-tag-architect.gitAntigravity erkennt das Plugin automatisch, stellt den /setup-Slash-Befehl bereit und registriert den in mcp_config.json definierten MCP-Server.
Für Claude Code / eigenständiges MCP
Registrieren Sie den Server in Ihrer claude_desktop_config.json oder in den MCP-Einstellungen des Projekts:
{
"mcpServers": {
"gtm-tag-architect": {
"command": "node",
"args": ["/path/to/gtm-tag-architect/bin/gtm-mcp.js"]
}
}
}Verwendung
Führen Sie den /setup-Befehl aus
In Antigravity oder Claude Code:
/setupDer Agent befragt Sie zu:
Website-Typ & Branche (E-Commerce, SaaS, Lead-Generierung, Content)
Erforderliche Pixel (GA4, Meta, LinkedIn, Google Ads, PostHog)
Datenschutzanforderungen (DSGVO / Consent Mode v2)
Anschließend führt er eine Diagnoseprüfung durch und präsentiert Ihnen ein Aktionsmenü, um Fehler zu beheben, Einwilligungsregeln anzuwenden oder eine saubere dataLayer.d.ts zu exportieren.
Testen & lokale Prüfung
Sie können die Offline-Diagnosetestumgebung gegen die enthaltene Testvorlage ausführen:
npm install
npm run audit-fixtureLizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP Server that provides a conversational interface to Google Tag Manager API, allowing users to manage tags, triggers, variables, and containers through natural language.
- AlicenseAqualityAmaintenanceMCP server for Google Tag Manager and GA4, enabling tag management, consent auditing, workspace versioning, and analytics reporting through natural language.18552MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Google Tag Manager API v2, enabling programmatic management of accounts, containers, workspaces, tags, triggers, variables, and version workflows.4814MIT
- AlicenseAqualityBmaintenanceAn MCP server for the Google Tag Manager API v2 that enables AI assistants to query GTM accounts, containers, tags, triggers, variables, and unpublished changes.242Apache 2.0
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
MCP server for AI access to Swagger by SmartBear.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
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/jarnielcataluna/gtm-tag-architect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server