# tinyanalytics > Privacy-first, cookieless web & product analytics. No cookies, no browser-stored > identifiers — visitors are counted server-side with a one-way fingerprint hash. Cloud > dashboard and API origin: https://dash.tinyanalytics.io ## Setup - [Setup guide for agents & the API quick reference](https://dash.tinyanalytics.io/setup.md): register a site, install the tracker, verify live data — 5 API calls end to end, with the exact request bodies and the verification loop ## Agents - [MCP server](https://dash.tinyanalytics.io/mcp.md): connect Claude Code, Cursor, VS Code or Codex directly to your analytics — 50 tools over `POST /api/mcp`, authenticated with an API key - [Agent skills](https://github.com/tinyanalytics/agent-skills): installable skills (MIT) that let a coding agent run tinyanalytics end to end — bootstrap, install, verify real data, instrument events, answer questions from the data, build goals/funnels/dashboards. Install: `npx -y skills add tinyanalytics/agent-skills -y` ## Privacy - [AI and your data](https://dash.tinyanalytics.io/ai-and-your-data.md): exactly what the product's AI features send to model providers, and how to turn them off ## Stability Documented endpoints are additive-only. Any future deprecation is announced in this file, dated, before behavior changes.