gtm-tag-architect
gtm-tag-architect
Google Antigravity と Claude Code 向けの公開・本番対応プラグインで、Google Tag Manager に MCP 経由で接続します。
開発者/マーケターにサイトについてインタビューし、コンテナの欠陥(重複、欠落したトリガー、Consent Mode v2 違反)を診断し、最適化されたトラッキングタクソノミーと dataLayer 契約を生成する対話型の /setup コマンドを提供します。
機能
/setup対話型コマンド: 3 段階のインタビューと監査ワークフローをガイドします。詳細なコンテナ診断: 重複した GA4/Meta タグ、孤立したトリガー、同意のないマーケティングピクセル、レンダリングをブロックするスクリプトを監査します。
自動修復: タグの重複を排除し、すべてのタグに Google Consent Mode v2 を適用します。
業界別トラッキングマトリクス: E-Commerce、SaaS/PLG、B2B Lead Gen 向けの事前構築済みタクソノミーランブック。
開発者向け dataLayer.d.ts ジェネレーター: React、Next.js、vanilla アプリ向けの型付きイベント契約とヘルパー push 関数を生成します。
デュアルモード MCP サーバー: Google Tag Manager REST API v2 に対してライブで動作するか、ローカルのエクスポート済みコンテナ JSON ファイルをオフラインで監査します。
Related MCP server: mcp-gtm-ga4
インストールとセットアップ
Google Antigravity 向け
このリポジトリをワークスペースまたはグローバルカスタマイズディレクトリにクローンまたは配置します:
# In your project's .agents/plugins/ or ~/.gemini/config/plugins/
git clone https://github.com/jarnielcataluna/gtm-tag-architect.gitAntigravity はプラグインを自動的に検出し、/setup スラッシュコマンドを公開し、mcp_config.json で定義された MCP サーバーを登録します。
Claude Code / スタンドアロン MCP 向け
claude_desktop_config.json またはプロジェクトの MCP 設定にサーバーを登録します:
{
"mcpServers": {
"gtm-tag-architect": {
"command": "node",
"args": ["/path/to/gtm-tag-architect/bin/gtm-mcp.js"]
}
}
}使用方法
/setup コマンドを実行
Antigravity または Claude Code 内で:
/setupエージェントは以下についてインタビューします:
サイトタイプと業界(E-Commerce、SaaS、Lead Gen、Content)
必要なピクセル(GA4、Meta、LinkedIn、Google Ads、PostHog)
プライバシー要件(GDPR / Consent Mode v2)
その後、診断監査を実行し、欠陥の修正、同意ルールの適用、クリーンな dataLayer.d.ts のエクスポートを行うアクションメニューを提示します。
テストとローカル監査
付属のテストフィクスチャに対してオフライン診断テストハーネスを実行できます:
npm install
npm run audit-fixtureライセンス
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