treg.to / Catalog / Google Analytics
33 tools · your own account · never metered

Google Analytics: connect your own account

Sessions, users, conversions and traffic sources — run any GA4 report your agent can describe. Connect your own Google Analytics 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
3 of 33 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Google Analytics, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
list key conversion events
get a key event
list accounts with properties
treg
$ treg call google-analytics.report
✓ 200 · free
$ treg call google-analytics.realtime
✓ 200 · free
$ treg call google-analytics.metadata
✓ 200 · free
$ _
Google AnalyticsYOUR ACCOUNT
Sessions, users, conversions and traffic sources — run any GA4 report your agent can describe.
⚒ 33 TOOLS

SEO · https://analyticsdata.googleapis.com

Set up

Set up Google Analytics 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 key conversion events. Show me the price first.

Run one directly

a live-verified call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.mereka.dev/call/google-analytics.report"
Why treg.to

Why call Google Analytics 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 Analytics 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,637 other tools.

The shelf

All 33 Google Analytics tools

Google Analytics (GA4) · 33 tools
  • List your GA4 property's dimensions and metrics · live-verified · free
    List the dimensions and metrics your GA4 property supports, including custom ones google-analytics.metadata
  • GA4 realtime active users by page, source, country · live-verified · free
    See who is on your site right now (active users by page, source and country) google-analytics.realtime
  • Run a custom GA4 report by property id · live-verified · free
    Run a traffic or behaviour report on your own Google Analytics property google-analytics.report
  • GA4 account details by account id · free
    accounts.get — Lookup for a single Account. google-analytics.x.analyticsadmin-accounts-get
  • GA4 account data sharing settings by account id · free
    accounts.getDataSharingSettings — Get data sharing settings on an account. Data sharing settings are singletons. google-analytics.x.analyticsadmin-accounts-getdatasharingsettings
  • List your GA4 accounts · free
    accounts.list — Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. Note: The easiest way to retrieve a list of all properties you have access to is by using `ListAccountSummaries`. google-analytics.x.analyticsadmin-accounts-list
  • Run a GA4 data access report for your account · free
    accounts.runAccessReport — Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 p google-analytics.x.analyticsadmin-accounts-runaccessreport
  • Search your GA4 account's change history · free
    accounts.searchChangeHistoryEvents — Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes. google-analytics.x.analyticsadmin-accounts-searchchangehistoryevents
  • See all 33 Google Analytics (GA4) tools on the catalog →

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

Used in

Jobs Google Analytics does, compared with the other providers

Questions

Before you start

Do I need a Google Analytics account?

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

How do I add Google Analytics to Claude Code?

Run: claude mcp add --transport http treg https://treg.mereka.dev/mcp. One MCP server carries Google Analytics 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 Analytics MCP server?

No. treg.to serves Google Analytics'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 Analytics channels are linked above.