streamable-httpMITupdated 12d ago
Remote Model Context Protocol server for Cookie Free Analytics: cookieless web analytics, EU-hosted, GDPR.
¿Qué puedes hacer con Cookie Free Analytics?
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/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
- The client
GETs RFC 9728 metadata forhttps://www.cookiefreeanalytics.com/mcp. - PKCE S256 + dynamic client registration. You do not paste a Client ID or Client Secret.
- Browser sign-in on cookiefreeanalytics.com. Starter or Growth.
- The client calls
POST /mcpwith 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.
Instalación
Añade Cookie Free Analytics a tu cliente. Elige el que uses.
claude mcp add --transport http cookie-free-analytics https://www.cookiefreeanalytics.com/mcpcodex mcp add cookie-free-analytics --url https://www.cookiefreeanalytics.com/mcp{
"mcpServers": {
"cookie-free-analytics": {
"url": "https://www.cookiefreeanalytics.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cookie-free-analytics": {
"type": "http",
"url": "https://www.cookiefreeanalytics.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cookie-free-analytics": {
"url": "https://www.cookiefreeanalytics.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cookie-free-analytics": {
"serverUrl": "https://www.cookiefreeanalytics.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 herramientas
Cookie Free Analytics expone 6 herramientas a un agente conectado.
- 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)
Puntuación
75 / 100
Buena
- Documentación22/25
- Mantenimiento19/25
- Confianza16/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.70.1Última | 28 ago 2026 |