Connect Google Analytics 4 to an AI assistant
Connect Google Analytics 4 to Claude, ChatGPT, Codex or any MCP client, what to ask it once it is connected, and the 27 tools behind the answers.
Both readings are on this page.
For you
What the answer looks like, and what to type to get it.
Reports, realtime, funnels, key events, ecommerce and server-side tagging diagnostics.
Connect itLink to this section
- Open the dashboard and choose this platform.
- Approve the consent screen. The gateway stores an encrypted refresh token, never a password.
- Tick the accounts to expose. Nothing is readable until you do.
- Paste the endpoint into your assistant, or use the shared one for every platform at once.
https://mcp.getmcpads.com/ga4/mcpWhat to askLink to this section
Sessions and conversions by channel group for the last 28 days.
Did the checkout funnel move after Tuesday's release?
What is happening on the site right now?
Which events are key events, and what custom definitions exist?
Is this dimension and metric combination even legal?What answers each oneLink to this section
| Question | Tools |
|---|---|
| Sessions and conversions by channel group for the last 28 days. | ga4_run_report, ga4_ |
| Did the checkout funnel move after Tuesday's release? | ga4_, ga4_ |
| What is happening on the site right now? | ga4_ |
| Which events are key events, and what custom definitions exist? | ga4_, ga4_ |
| Is this dimension and metric combination even legal? | ga4_ |
What it can changeLink to this section
Google Analytics 4 is read only here. The gateway exposes no tool that changes anything on it.
For your agent
The tool sequence, the parameters that matter, and what will be refused.
Both readings as Markdown: /guides/sources/ga4.md
- Platform id
ga4- Tool prefix
ga4_- Account parameter
propertyId- Dedicated endpoint
- https:/
/ mcp. getmcpads. com/ ga4/ mcp - Tools
- 27, 0 of which write
- Announced by default
ga4_,get_ key_ events ga4_health_check,ga4_,list_ properties ga4_,run_ realtime_ report ga4_run_report- Metrics
- 51, see /docs/sources/ga4/metrics
- Dimensions
- 62, see /docs/sources/ga4/dimensions
Scope requested from the platformLink to this section
| Scope | Grants | Allows writes |
|---|---|---|
https:/ | Read GA4 reports, metadata and property configuration. Cannot modify anything. | No |
Reaching a tool that is not announcedLink to this section
search_tools({ task: "..." }) find it
describe_tool({ name: "..." }) read its schema
run_tool({ name, args }) execute, with the same checksWhat will refuse youLink to this section
- An account not ticked by the owner. Call
list_accountsand use apropertyIdfrom it. - Any write. Google Analytics 4 is read only here.
- A call to this platform on another platform's dedicated endpoint. The refusal names the URL that serves it.
Questions this source answersLink to this section
| Question | Tools, in order |
|---|---|
| Sessions and conversions by channel group for the last 28 days. | ga4_run_report then ga4_ |
| Did the checkout funnel move after Tuesday's release? | ga4_ then ga4_ |
| What is happening on the site right now? | ga4_ |
| Which events are key events, and what custom definitions exist? | ga4_ then ga4_ |
| Is this dimension and metric combination even legal? | ga4_ |