Analytics tools spent fifteen years competing on their dashboards. That competition is quietly over, because the thing I most often want from analytics now is an answer in a sentence, and I would rather ask for it than go and find it. That changes what "best" means. A tool your assistant can query is worth more than a prettier chart you have to go and read.
So this roundup sorts 19 web analytics tools by one thing first: can Claude, Cursor, ChatGPT or Codex reach your data, and did the vendor build that path or did a stranger on GitHub? The answer separates them more sharply than any feature comparison would. Thirteen of these tools ship an MCP server built and maintained by the vendor. Four have a strong API and rely on community servers.
Two have no MCP at all. And in two cases the API is gated to a plan well above the entry price, which means the cheapest version of a tool you may already be paying for cannot be queried by anything. Every MCP claim here was checked against the vendor's own documentation on 23 August 2026, because the MCP directories list community servers next to first-party ones with no visible difference.
Prices were read the same day.

This page may contain affiliate links.
Some links on this page are affiliate links, meaning I may earn a commission if you sign up (at no extra cost to you). This never influences my ratings or recommendations.
Audience
Who is this guide for?
- ✓Site owners leaving Google Analytics who now also want their assistant to read the numbers
- ✓Developers wiring Claude, Cursor, ChatGPT or Codex to a real data source
- ✓Anyone already paying for analytics who wants to know if their plan can be queried at all
- ✓Agencies and freelancers running many client sites on one subscription
- ✓Teams with a compliance review standing between them and an analytics decision
Quick picks
Which tool is right for you?
Skip the scroll. Pick your situation:









I billed for Google Analytics work for ten years. That is the part that changed.
I used Google Analytics for over ten years in agency work, and I want to be straight about why. It was the industry standard. Every client already had it, every other agency spoke it, and nobody ever got questioned for recommending it.
The software was free. The work around it was not, and that was the business model. Tagging a site properly in Google Tag Manager was a project. Pulling the numbers out of GA and turning them into something a client could act on was a monthly retainer line. Building a Looker Studio dashboard, then rebuilding it when the schema moved underneath it, was billable every time. I am not complaining about any of that. It was real work, it took real skill, and clients got real value from it.
But I think that is the old way of doing this now, for two reasons.
The setup is no longer the hard part. A tagging plan that used to be a scoped project is something I can now build from Claude Code against the tool's own API or MCP server, describe in plain language, and check by asking for the numbers back. Piwik PRO's MCP writes tags, triggers and variables directly. Rybbit's runs SQL against your raw data. PostHog's does both. The skill that used to be worth billing for, knowing where to click and what the fields mean, is being replaced by knowing what to ask for. That is a smaller job, and pretending otherwise does clients no favours.
And the consent banner is often self-inflicted. Most tools on this list are cookieless by design. If you are not setting cookies and not collecting personal data, you are not triggering the consent requirement that made GA such a headache in the EU, and you keep the visitors that a banner would otherwise cost you.
Read that carefully though, because it is where people talk themselves into a false win. Cookieless analytics only removes the banner if nothing else on your page sets cookies, and advertising pixels do. The Meta pixel is cookie-based. So is the Google Ads tag. If you run paid acquisition on either, you need consent regardless of which analytics tool you pick, and switching to Plausible or Umami will not change that. The banner-free outcome is real for a content site, a SaaS marketing site or a portfolio. It is not real for an ecommerce store running retargeting.
Quick verdict
Rybbit is my overall pick. It is open source, cookieless so analytics alone does not trigger a consent banner, and its first-party MCP is the best-designed one here: OAuth login instead of a pasted API key, roughly 40 tools including raw ClickHouse SQL, and scoped keys that separate read access from write. Standard is $13 a month billed annually.
PostHog is the one to take instead if you want more than web analytics. Its MCP exposes the whole platform including SQL against raw events, and the free tier of 1 million events a month covers most sites permanently. I run it here alongside Umami. It is a platform rather than a dashboard, which is the only reason it is not first.
If the data has to live on your own servers, Matomo is still the answer, and its MCP plugin lets an admin cap what the assistant is allowed to do. On price, Pirsch at $6 a month is the cheapest tool here with an API, and Fathom at $15 is the cheapest with 50 sites and full API access on the entry plan.
Amplitude and Contentsquare are the two vendors that list MCP access as part of a free plan in writing, at 2 million events a month and 200,000 sessions a month respectively. Watch two gates. Plausible's Stats API is Business-only, so assistant access costs $19 a month rather than the $9 headline. Umami Cloud's API starts on the $20 Pro plan, so the free tier cannot be queried at all.
Three groups, and the one that should decide your shortlist
Every tool below sits in one of three groups, and the group matters more than the ranking.
Vendor-built MCP. Rybbit, PostHog, DataFast, Matomo, Piwik PRO, Google Analytics 4, Microsoft Clarity, Mixpanel, Amplitude, Contentsquare, Vercel, Cloudflare and Usermaven all publish and maintain their own server. You connect an endpoint the vendor documents, authorise it, and it keeps working after the next API change because breaking it would break the vendor's own integration.
Strong API, community MCP. Umami, Plausible, Fathom and Pirsch have first-class APIs and no first-party server. The community has built good ones, several of them genuinely thorough, and using one means giving an API key to a project the vendor does not maintain, test or support. For read-only analytics on your own site that is a small risk. For a server with write access it is worth reading the source.
API only. Simple Analytics and GoatCounter have documented APIs and nobody has built an MCP for either. Both APIs are small enough that writing one is an evening's work if you want to.
One thing worth saying plainly: a community MCP server is not a mark against the tool. Fathom's API is better designed than several first-party MCPs on this list. The group tells you who is responsible when it breaks, not which product is better.
If the whole idea of connecting a tool to an assistant is new, my guide on how to use MCP with your marketing tools walks through what an MCP server is and what changes once you have one wired up.
Overview
Quick comparison
| # | Tool | Price |
|---|---|---|
| 1 | From $19/mo ($13 billed annually) | |
| 2 | Free to 1M events/mo | |
| 3 | From $9/mo | |
| 4 | €22/mo Cloud | |
| 5 | From €36/mo |
Show all 19 tools
| 6 | Free | |
| 7 | Free | |
| 8 | Free to 1M events/mo | |
| 9 | Free to 2M events/mo | |
| 10 | Free / €49 mo | |
| 11 | Free on Hobby | |
| 12 | Free | |
| 13 | From $84/mo | |
| 14 | Free / $20 mo | |
| 15 | From $9/mo | |
| 16 | From $15/mo | |
| 17 | From $6/mo | |
| 18 | Free / $20 mo | |
| 19 | Free |
Rankings
My Top Picks

Rybbit
Open source, cookieless analytics with a first-party MCP server exposing roughly 40 tools including ClickHouse SQL.
Key Features
✓Pros
- OAuth support puts it ahead of most analytics MCPs on setup friction
- Scoped keys make agent access safe to hand out
- Self-hosting is a genuinely short Docker setup
- Cookieless by default, so analytics alone needs no consent banner
✗Cons
- Headline prices are annual-billing rates, not month-to-month
- 500 requests per 10 minutes will bite any looping workload
- Youngest product here, with the smallest track record


PostHog
Open source product and web analytics with the widest vendor-built MCP surface of any tool here.
Key Features
✓Pros
- The most capable analytics MCP in this comparison by a wide margin
- SQL through the assistant, so questions are not limited to prebuilt reports
- Free tier covers most small sites permanently
- One tool replaces an analytics tool, a replay tool and a flag tool
✗Cons
- Heavier to set up and learn than a single-purpose pageview counter
- Some MCP tools invoke an LLM and bill as PostHog AI spend
- Cost modelling is usage-based, so a traffic spike is a billing event


DataFast
Revenue-first analytics that attributes customers back to marketing channels, with API, CLI and MCP access on the $9 plan.
Key Features
✓Pros
- The only tool here that attributes actual revenue to marketing channels
- MCP, CLI and API on the $9 plan, undercutting every gate on this page
- Payment-provider integrations cover the stacks indie SaaS actually uses
- Documented proxy setup, so the tracker survives adblockers
✗Cons
- No hosted MCP endpoint resolves, so expect a local server rather than a pasted URL
- 10,000 events on the entry plan is tight for a busy site
- Built around revenue, so it is thin if you have nothing to attribute yet


Matomo
The long-running open source Google Analytics alternative, now with a first-party MCP Server plugin.
Key Features
✓Pros
- The only tool here where an admin can cap what the MCP is allowed to do
- Self-hosting means the data never leaves your infrastructure
- Google Analytics importer, GDPR manager and crash analytics included
- Mature product with a long support history
✗Cons
- OAuth token refresh is left to you
- Priced by hits rather than pageviews, so events and downloads count too
- Self-hosted Matomo needs real database maintenance at volume


Piwik PRO
EU-hosted analytics suite with an open source MCP server that also drives Tag Manager and audience building.
Key Features
✓Pros
- The only MCP here that can reconfigure tracking, not just read it
- Consent management and a HIPAA BAA come with the product
- EU hosting with a named location rather than a vague region
- One contract covers analytics, tagging, CDP and consent
✗Cons
- Entry price is the highest of the privacy-first tools
- Four modules is a lot of surface if you only wanted pageviews
- MCP write access to Tag Manager needs careful permission scoping


Google Analytics 4
The default web analytics platform, with an official but explicitly experimental MCP server from the Google Analytics team.
Key Features
✓Pros
- Free, and the ceiling is far above anything a small site will hit
- Ads and Search data joined to behaviour with no integration work
- First-party MCP rather than a community wrapper
✗Cons
- MCP is local-only and the setup involves Google Cloud credentials
- Google labels the server Experimental
- Sampling and thresholding distort reports without announcing it
- Needs a consent banner, which costs you a slice of your data


Microsoft Clarity
Free heatmaps and session recordings from Microsoft, with an official MCP server capped at 10 API calls a day.
Key Features
✓Pros
- Heatmaps and recordings free, with no volume tier to outgrow
- First-party MCP from Microsoft rather than a community port
- Pairs well with a numbers-first tool instead of competing with one
✗Cons
- 10 API calls per project per day makes agent-driven exploration impossible
- Three days of data per request, three dimensions maximum
- Not a replacement for a traffic analytics tool


Mixpanel
Product analytics with a hosted, OAuth-authenticated MCP server covering funnels, flows, retention and replays.
Key Features
✓Pros
- OAuth setup is the cleanest of any MCP on this list
- Free tier is generous enough for a real product
- Funnel and retention analysis is its core strength, not an add-on
✗Cons
- MCP is still described as beta
- Event-based model needs instrumentation work before it tells you anything
- Weak as a plain website analytics tool compared with the privacy-first group


Amplitude
Behaviour analytics and experimentation with a remote MCP server listed as a free-plan feature.
Key Features
✓Pros
- MCP named as a free-plan feature in Amplitude's own pricing
- Largest free event allowance in this comparison at 2M per month
- Permission inheritance means no new access model to audit
- Unlimited seats on the free plan
✗Cons
- Vendor describes the MCP as under active development with possible bugs
- Paid pricing above the free tier is quote-driven
- Built for product analytics, so plain traffic reporting feels heavy


Contentsquare
Experience analytics from the company that owns Hotjar and Heap, with an official MCP listed as a feature of its free plan.
Key Features
✓Pros
- One of only two tools here listing MCP on a free plan
- 200,000 monthly sessions free is the largest free replay allowance in this comparison
- Vendor-built MCP behind a deep experience analytics dataset
- One vendor relationship if you already run Hotjar or Heap
✗Cons
- MCP tool calls are metered against a plan allowance, so exploratory agent use costs something
- Pro and Enterprise pricing is quote-only
- The MCP is documented for the Contentsquare platform, not as a Hotjar or Heap endpoint
- Session-based pricing climbs fast once you outgrow the free tier


Vercel Web Analytics
Pageview and custom-event analytics built into Vercel hosting, queryable through Vercel's official OAuth MCP.
Key Features
✓Pros
- No new vendor, no new script tag, no consent banner decision to make
- Official MCP with OData filtering is more capable than the dashboard suggests
- Free allowance covers a small site permanently
✗Cons
- Only useful if you host on Vercel
- Hobby has no custom events and a one-month reporting window
- Collection pauses rather than bills when a Hobby account exceeds its allowance
- Shallow next to a dedicated analytics tool


Cloudflare Web Analytics
Free, cookieless analytics for any site on Cloudflare, reachable through Cloudflare's official GraphQL MCP server.
Key Features
✓Pros
- Free, and near-instant to enable on a site already using Cloudflare
- The GraphQL MCP answers infrastructure questions no analytics tool can
- No analytics cookies, and near-zero decisions to make about the script
✗Cons
- The MCP is a general GraphQL endpoint, not an analytics-shaped one
- No funnels, cohorts or event modelling in the product
- Really only makes sense if you are already a Cloudflare customer


Usermaven
Website, product and ecommerce analytics with multi-touch attribution and a vendor MCP, gated to the Scale plan.
Key Features
✓Pros
- Deepest attribution on this page, spanning ads, CRM and product
- Conversion sync back to ad platforms closes the loop most tools leave open
- Ad-blocker-resistant tracking option protects paid campaign data
- Vendor-built MCP, verified rather than claimed
✗Cons
- MCP is Scale-only, so assistant access starts at $199/month rather than $84
- Highest entry price of the self-serve tools here
- White-label is a separate add-on from $49/month
- Event-based pricing means a traffic spike moves you up a tier


Umami
Open source, privacy-first analytics with a complete REST API and a healthy set of community MCP servers.
Key Features
✓Pros
- Fastest path from opening a dashboard to knowing what happened
- Self-hosting removes both the cost and the API gate
- Community MCP coverage is unusually deep for a tool this size
✗Cons
- No vendor-built MCP, so you are trusting a community project with an API key
- Cloud free plan has no API, which rules out assistant access entirely
- Session replays and heatmaps only on the $200/month Business plan


Plausible
EU-made, cookieless analytics with a clean single-page dashboard and a Stats API gated to the Business plan.
Key Features
✓Pros
- The clearest dashboard of any tool here, with nothing to learn
- EU hosting, and the analytics needs no cookie banner
- AI referral traffic reporting is ahead of most competitors
✗Cons
- No API at all on the $9 and $14 plans, so no assistant access either
- No vendor-built MCP server
- Deliberately shallow: no cohorts, no user-level analysis


Fathom Analytics
Privacy-first analytics that includes full API access on every plan and 50 sites at the entry price.
Key Features
✓Pros
- Cheapest plan here that includes an API you can point an assistant at
- 50 sites at the entry price makes it the obvious agency pick
- No feature gating games: events and ecommerce are on every plan
✗Cons
- No vendor-built MCP, and the community one is on an unofficial SDK
- No free plan, only a 7-day trial
- Dashboard is deliberately simple, with no funnels or cohort analysis


Pirsch Analytics
German, cookieless analytics starting at $6 a month with a REST API and SDKs included from the entry plan.
Key Features
✓Pros
- Lowest price on this list that still gets you API access
- Unlimited data retention at $6/month is unmatched here
- White labelling at $12/month undercuts every agency-oriented competitor
✗Cons
- No vendor-built MCP server
- Smaller company and community than Plausible or Fathom
- 10,000 pageviews is a low starting tier, so the price climbs with traffic


Simple Analytics
Privacy-friendly, EU-hosted analytics with stats, export and admin APIs, and a free plan for hobby sites.
Key Features
✓Pros
- Real free tier rather than a trial
- Clean one-page dashboard with nothing to configure
- Three separate APIs including raw data point export
✗Cons
- No MCP server, official or community, beyond generic connector platforms
- Per-user pricing adds up fast on a team
- Free plan requires displaying a badge on your site


GoatCounter
Open source analytics available as a free donation-supported hosted service or a self-hosted binary, with a documented JSON API.
Key Features
✓Pros
- Free hosted service with no event cap dressed up as a trial
- Lightest script of anything in this comparison
- Fine-grained control over what data is collected at all
✗Cons
- No MCP server exists, so assistant access means building it yourself
- Deliberately minimal: no funnels, no cohorts, no replay
- Hosted service runs on donations, which is a support model to be aware of

The plan gates nobody advertises
The single most useful thing I found while checking these is that the cheapest plan and the cheapest queryable plan are often not the same plan, and no pricing page frames it that way.
Plausible. The Stats API is a Business plan feature at 600 requests an hour. Starter at $9 a month and Growth at $14 a month have no API at all, so no MCP server can reach them by any route. If plain-language querying is why you want Plausible, the price is $19 a month, not $9.
Umami Cloud. API access starts on Pro at $20 a month. The free Hobby plan covers 100,000 events and one website and cannot be queried. Self-hosted Umami has no such gate, which makes self-hosting the free path to an assistant-connected dashboard rather than just the cheap one.
Usermaven. MCP access is listed on the Scale plan only. Growth at $84 a month cannot be queried by an assistant at all; Scale is $199. Same shape as Plausible, larger numbers.
Microsoft Clarity. The product is free and the MCP is first-party, but the Data Export API allows 10 requests per project per day, with three days of data and three dimensions per request. That is a daily summary, not a tool an agent can explore with.
Vercel. Custom events require Pro. Hobby gets 50,000 events a month and a one-month reporting window, and collection pauses rather than bills when you exceed it.
Contentsquare. MCP is included on the free plan, but tool calls are metered against a plan allowance rather than unlimited, so an agent that explores freely spends something real.
The tools that get this right are worth naming too. DataFast is the clearest example on this page: API, CLI and MCP are all included on its $9 Starter plan, which is less than the gate on either Plausible or Umami Cloud. Fathom includes full API access on every plan from $15 a month. Pirsch includes the REST API and SDKs on its $6 Standard plan. Amplitude and Contentsquare both list MCP as an included feature of their free tiers. PostHog charges nothing for the MCP connection itself.
What connecting one of these actually looks like
The setup effort varies more than the marketing suggests, and it falls into three shapes.
OAuth, browser login, no secrets. Mixpanel, Amplitude, Rybbit, Vercel, Cloudflare and Contentsquare all support an OAuth flow: you add the endpoint, your client opens a browser, you approve, done. Nothing sensitive ends up in a config file, and the assistant inherits the permissions you already have. This is the shape you want, and it is now the majority.
API key in a config file. Matomo, Clarity, Umami's community servers and Fathom's community server work this way. It takes two minutes and it leaves a long-lived credential in a file on your machine. Scope it as tightly as the vendor allows. Rybbit is the best-behaved here, with read and write scopes that are separate and destructive actions requiring an org admin role on top.
A real installation. Google Analytics 4 is the outlier. Its server runs locally through pipx and needs a Google Cloud project with the Analytics Admin and Data APIs enabled and Application Default Credentials carrying a read-only Analytics scope. Contentsquare describes a multi-step install handled by an IT or data team. Neither is difficult, and neither is five minutes.
If you are wiring APIs to an assistant more broadly, the same patterns show up across categories, and the best SEO APIs covers the equivalent decision on the search data side.
And if you are weighing whether to reach a tool through its MCP, its REST API or a CLI at all, API vs MCP vs CLI covers when each one is the right shape.
Methodology
How I chose these
I sorted these on four things: whether the vendor built the MCP server themselves, what the MCP can actually do, what plan the API sits on, and the real monthly price. The first one required the most care. MCP directories list community projects and first-party servers in the same format, so a tool can look agent-ready when the only thing that exists is a hobby project built on an unofficial SDK.
Every server named here was traced back to the vendor's own documentation or GitHub organisation. Where that trail ended at a community repository, the tool is in the community group and the maintainer is named. Capability came second, because "has an MCP" hides an enormous range. PostHog's server executes SQL. Piwik PRO's rewrites your Tag Manager setup.
Microsoft's Clarity server is capped at ten API calls per project per day, which is a genuinely different product from the other two even though all three are first-party. Plan gates came third, and this is where the marketing pages are least helpful. Plausible's Stats API is a Business plan feature. Umami Cloud's API starts on Pro. Fathom and Pirsch include API access on their entry plans.
None of those facts are on the pricing page in a form you would notice. Pricing was read on 23 August 2026 from each vendor's own pricing page with a US location, because Simple Analytics prices separately in Euros, Dollars and Pounds and a European connection returns different figures. Matomo and Piwik PRO publish in EUR to everyone, so their figures are quoted as EUR rather than converted.
Matomo's cloud price excludes tax, as its page states. No vendor here is a paying partner of this site, and nobody was contacted before publication.
How to pick without reading all seventeen
You want analytics you own, queryable, with no consent banner. Rybbit. Open source, cookieless, and the only MCP here that logs in over OAuth with separate read and write scopes.
You want one tool for everything and free is the priority. PostHog. A million events a month at no cost, and the deepest MCP here.
You want a simple dashboard you never have to think about. Plausible if you can live with $19 a month for API access, Umami if you are happy to self-host, Fathom if you want the API on the cheap plan.
The data cannot leave your infrastructure. Matomo or self-hosted Rybbit. Matomo is the mature choice, Rybbit is the faster setup and has the better MCP.
Compliance sign-off is your blocker. Piwik PRO. EU hosting in Sweden, a consent platform in the box, and a HIPAA business associate agreement covering the trial period.
You run client sites. Fathom or Pirsch. Both include 50 sites on the entry plan. Pirsch adds white labelling at $12 a month.
You need funnels, retention and cohorts. Mixpanel or Amplitude, both with a first-party MCP and a free tier over a million events. For session replay and heatmaps rather than event analysis, Contentsquare's free plan covers 200,000 sessions a month with MCP included.
You just want to know what got traffic and pay nothing. Cloudflare Web Analytics if you are already on Cloudflare, Vercel Web Analytics if you deploy there, GoatCounter otherwise.
If the wider question is which tools in your stack an assistant can drive at all, the same split shows up everywhere, and the AI search visibility tools roundup covers it for the tracking side of AI search.
FAQ
Frequently Asked Questions
Thirteen of the nineteen here: Rybbit (app.rybbit.io/api/mcp), PostHog (mcp.posthog.com/mcp), DataFast (a local server alongside its CLI), Usermaven (mcp.usermaven.com/mcp, Scale plan only), Matomo (an MCP Server plugin from matomo-org, included with Matomo Cloud), Piwik PRO (open source at github.com/PiwikPRO/mcp), Google Analytics 4 (github.com/googleanalytics/google-analytics-mcp, marked Experimental), Microsoft Clarity (github.com/microsoft/clarity-mcp-server), Mixpanel (mcp.mixpanel.com/mcp), Amplitude (mcp.amplitude.com/mcp), Contentsquare, Vercel (mcp.vercel.com, via its get_web_analytics tool) and Cloudflare (graphql.mcp.cloudflare.com/mcp). Umami, Plausible, Fathom and Pirsch rely on community-built servers. Simple Analytics and GoatCounter have none.
PostHog, on a free tier of 1 million analytics events a month with the full MCP included at no extra charge. Amplitude is the closest alternative, naming AI Agents and MCP as a free-plan feature with 2 million events a month. Mixpanel's free plan covers 1 million events with its hosted MCP, and Contentsquare's free plan covers 200,000 monthly sessions with MCP listed among its included features. Microsoft Clarity is free with a first-party MCP but capped at 10 API calls per project per day. Self-hosted Umami or Matomo cost nothing beyond a server and have no API gate at all.
Only on the Business plan. Plausible's Stats API is a Business plan feature at 600 requests per hour, so the $9 Starter and $14 Growth plans cannot be queried programmatically at all and no MCP server can reach them. Business is $19 a month at 10,000 monthly pageviews. Plausible does not publish its own MCP server; its documentation points to one built by the Sentry team.
Not an official one. Umami publishes a full REST API v2 and the community has built several MCP servers on top of it, ranging from an eight-tool read-only server from mittwald to a 48-tool server from Climactic to a 66-tool full-coverage server from mikusnuz. The pricing detail that catches people: on Umami Cloud, API access starts on the $20 Pro plan, so the free Hobby plan cannot be queried by any of them. Self-hosted Umami has no such restriction.
Yes. It is published by the Google Analytics team at github.com/googleanalytics/google-analytics-mcp, and the repository labels it Experimental. It exposes seven tools including run_report, run_funnel_report and run_realtime_report, runs locally through pipx rather than as a hosted endpoint, and requires a Google Cloud project with the Analytics Admin and Data APIs enabled plus Application Default Credentials with a read-only Analytics scope. Google documents it for Gemini CLI, Gemini Code Assist and Claude Code.
Among paid tools, Pirsch at $6 a month for 10,000 monthly pageviews, with the REST API and SDKs included on that entry plan along with 50 websites and unlimited data retention. Fathom is next at $15 a month with full API access and 50 sites on every plan. Before paying anything, check the free options: PostHog, Mixpanel and Amplitude all include API and MCP access on generous free tiers, and self-hosted Umami, Matomo, Rybbit and GoatCounter have no licence cost at all.
Matomo, Umami, Rybbit, GoatCounter and PostHog are all open source and self-hostable. Piwik PRO offers on-premise installation on its Enterprise tier and Rybbit on Enterprise, though the community Rybbit build self-hosts freely with Docker on a 2GB VPS. Self-hosting removes licence cost and, in Umami's case, removes the Cloud API gate as well, so it is the free route to an assistant-connected dashboard rather than merely the cheap one.
Not under those names. Contentsquare owns both Hotjar and Heap, and it publishes an official MCP server documented under its own Experience Analytics product, covering funnel, journey, page performance, impact and error analysis. It is listed as an included feature on Contentsquare's free plan, which covers 200,000 monthly sessions, with Growth at €49 a month billed monthly. Tool calls are metered against your plan allowance. For free heatmaps and recordings with a first-party MCP, Microsoft Clarity is the alternative.
It depends on what GA4 is doing for you. If you buy Google Ads, nothing else joins ad spend to on-site behaviour without an integration project, so keep it. If you use it to find out what got traffic, almost every tool here does that better and faster, without a consent banner and without sampling reshaping the numbers. A common pattern is running both: GA4 for ads attribution and something like Umami, Plausible or PostHog as the dashboard you actually open. That is what I do here.
DataFast is the one built around this. It integrates with Stripe, LemonSqueezy, Polar, Paddle, WooCommerce and Shopify, attributes paying customers back to the marketing channel that delivered them, and reports revenue per visitor as a headline metric, from $9 a month with API, CLI and MCP included. Usermaven goes further for larger teams with multi-touch attribution across channels, paid ads and CRM pipeline revenue, plus conversion sync back to the ad platforms, though its MCP is on the $199 Scale plan. PostHog can do it with SQL if you are willing to model it yourself.
Continue reading
10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.
