Cookie Free Analytics MCP

MCP serverDatabases & data

Give Claude and Cursor access to cookieless website traffic summaries, so your AI can report how your site is performing without relying on cookies or visitor hashes. It works from aggregated dashboard totals rather than individual visitor records. Starter and Growth options are available.

Available today. Use it from your connected AI after setup.

After adding it, ask Claude or Cursor about your website traffic in everyday language. Starter and Growth options are available.

Then ask your AI: use Cookie Free Analytics MCP

What your AI can do with it

  • Answer questions about site traffic from dashboard summary data
  • Summarize visitor trends without cookies or visitor hashes
  • Pull cookieless analytics totals into Claude
  • Pull cookieless analytics totals into Cursor
  • Report aggregated activity instead of individual visitor data

From the project's README

As published by prestonscreekcapital/cookiefreeanalytics-mcp in README.md.

Remote Model Context Protocol server for Cookie Free Analytics: cookieless web analytics, EU-hosted, GDPR.

This repository is the public listing (Official MCP Registry, Glama, and install copy). The server itself runs at the product origin. There is nothing to npm install.

Operator: Prestons Creek Capital. Public contact: hello@cookiefreeanalytics.com.

Productcookiefreeanalytics.com
MCP URLhttps://www.cookiefreeanalytics.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1 (RFC 9728 + PKCE). Optional hashed bearer from Account.
Registry nameio.github.PrestonsCreekCapital/cookie-free-analytics
Docsdocs/api

Starter and Growth. Hobby is the dashboard only.

The tools return the same aggregates as the dashboard. They do not return visitor hashes, raw IPs, or a user graph. They do not write pageviews, change settings, or send mail.

Install

Paste this URL as a custom connector:

https://www.cookiefreeanalytics.com/mcp

The client starts OAuth 2.1 on cookiefreeanalytics.com (protected-resource metadata, PKCE S256, dynamic client registration). You sign in to Cookie Free Analytics. A Google login on the website is not an MCP token.

Claude

Claude.ai / Claude Desktop: Settings → Connectors → Add custom connector. URL above. No Client ID or secret.

Claude Code:

claude mcp add --transport http cookie-free-analytics https://www.cookiefreeanalytics.com/mcp

Cursor

~/.cursor/mcp.json (or project .cursor/mcp.json):

{
  "mcpServers": {
    "cookie-free-analytics": {
      "url": "https://www.cookiefreeanalytics.com/mcp"
    }
  }
}

VS Code

.vscode/mcp.json or user MCP config. Command Palette: MCP: Add Server.

{
  "servers": {
    "cookie-free-analytics": {
      "type": "http",
      "url": "https://www.cookiefreeanalytics.com/mcp"
    }
  }
}

VS Code opens a browser for OAuth on first connect.

Grok

grok.com/connectors → custom connector → the same URL. There is no Grok public catalog entry to search for.

OAuth flow

  1. The client GETs RFC 9728 metadata for https://www.cookiefreeanalytics.com/mcp.
  2. PKCE S256 + dynamic client registration. You do not paste a Client ID or Client Secret.
  3. Browser sign-in on cookiefreeanalytics.com. Starter or Growth.
  4. The client calls POST /mcp with the access token.

curl and scripts may still send Authorization: Bearer with a hashed token from Plan → Account → Read API (cfa_live_…, shown once). Do not commit that token.

Tools (read-only)

ToolReturns
list_sitesSites the account owns
get_overviewVisitors, visits, pageviews, bounce, duration, live, previous period
get_pagesTop pages
get_sourcesTop sources
get_liveLast pageview per visitor in five minutes (no heartbeat)
get_funnelsLinear same-day funnels (Growth)

range is today, 7d, 30d, 90d, or YYYY-MM-DD..YYYY-MM-DD. f is the same filter string the dashboard puts in the URL.

Docs

License

MIT. Operator: Prestons Creek Capital.

Signals

Last commit
Aug 2026
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-cookiefreeanalytics-mcp
Source
github.com/prestonscreekcapital/cookiefreeanalytics-mcp
Hosted endpoint
https://www.cookiefreeanalytics.com/mcp