CookieFreeAnalytics-MCP
Remote MCP server listing for Cookie Free Analytics.
Documentation
Cookie Free Analytics MCP
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.
| Product | cookiefreeanalytics.com |
|---|---|
| MCP URL | `https://www.cookiefreeanalytics.com/mcp` |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 (RFC 9728 + PKCE). Optional hashed bearer from Account. |
| Registry name | `io.github.PrestonsCreekCapital/cookie-free-analytics` |
| Docs | docs/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/mcpThe 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/mcpCursor
`~/.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 `GET`s 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)
| Tool | Returns |
|---|---|
| `list_sites` | Sites the account owns |
| `get_overview` | Visitors, visits, pageviews, bounce, duration, live, previous period |
| `get_pages` | Top pages |
| `get_sources` | Top sources |
| `get_live` | Last pageview per visitor in five minutes (no heartbeat) |
| `get_funnels` | Linear 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
- Product: https://www.cookiefreeanalytics.com
- Read API + MCP: https://www.cookiefreeanalytics.com/docs/api
- How-to: https://www.cookiefreeanalytics.com/blog/cookieless-analytics-mcp
- Privacy: https://www.cookiefreeanalytics.com/privacy
- Support: hello@cookiefreeanalytics.com
License
MIT. Operator: Prestons Creek Capital.
Frequently asked questions
What is CookieFreeAnalytics-MCP?
CookieFreeAnalytics-MCP is Remote MCP server listing for Cookie Free Analytics.
How do I install CookieFreeAnalytics-MCP?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is CookieFreeAnalytics-MCP open source?
Yes — it is hosted on GitHub at https://github.com/PrestonsCreekCapital/CookieFreeAnalytics-MCP.
Related MCP tools
YC (S26) | Open Computer History | Record your screen continuously locally and provide context to your agents (Claude, Codex, Openclaw, Hermes, Runner...)
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP