treg.to / Catalog / Google Tag Manager
106 tools · your own account · never metered

Google Tag Manager: connect your own account

Audit tags, triggers and variables, prepare changes in a workspace, and publish a reviewed container version. Connect your own Google Tag Manager account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Google Tag Manager, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
list the Tag Manager accounts you can access
list containers in an account
list workspaces in a container
treg
$ treg call google-tag-manager.x.tagmanager-accounts-containers-lookup
✓ 200 · free
$ treg call google-tag-manager.accounts
✓ 200 · free
$ treg call google-tag-manager.containers
✓ 200 · free
$ _
Google Tag ManagerYOUR ACCOUNT
Audit tags, triggers and variables, prepare changes in a workspace, and publish a reviewed container version.
⚒ 106 TOOLS

Advertising · https://tagmanager.googleapis.com

Set up

Set up Google Tag Manager in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.mereka.dev/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.mereka.dev/mcp

ChatGPT

Settings → Connectors → add https://treg.mereka.dev/mcp as a custom connector.

Grok bot

Add https://treg.mereka.dev/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.mereka.dev/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.mereka.dev/mcp (HTTP transport).

CLI

curl -fsSL https://treg.mereka.dev/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, list the Tag Manager accounts you can access. Show me the price first.

Run one directly

a call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.mereka.dev/call/google-tag-manager.x.tagmanager-accounts-containers-lookup"
Why treg.to

Why call Google Tag Manager through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own Google Tag Manager key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls every provider in the catalog and 2,564 other tools.

The shelf

All 106 Google Tag Manager tools

Google Tag Manager · 106 tools
  • List your Tag Manager accounts · free
    List the Google Tag Manager accounts you can access google-tag-manager.accounts
  • List containers in a Tag Manager account · free
    List the web, server, Android and iOS containers in an account google-tag-manager.containers
  • Get a container's live version · free
    Inspect the configuration currently published from a Tag Manager container google-tag-manager.live-version
  • List tags in a workspace · free
    Inspect the tags configured in a Tag Manager workspace google-tag-manager.tags
  • Create a container version from a workspace · free
    Snapshot a validated draft workspace as a new container version google-tag-manager.version-create
  • Publish a container version · free
    Make a selected Tag Manager container version live google-tag-manager.version-publish
  • Sync a workspace · free
    Merge the latest container version into a draft workspace and report conflicts google-tag-manager.workspace-sync
  • List workspaces in a container · free
    List the draft workspaces available in a Tag Manager container google-tag-manager.workspaces
  • See all 106 Google Tag Manager tools on the catalog →

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Questions

Before you start

Do I need a Google Tag Manager account?

Yes. This is an own-account connection: you sign in to Google Tag Manager once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add Google Tag Manager to Claude Code?

Run: claude mcp add --transport http treg https://treg.mereka.dev/mcp. One MCP server carries Google Tag Manager and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official Google Tag Manager MCP server?

No. treg.to serves Google Tag Manager's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official Google Tag Manager channels are linked above.