# nitur > Privacy-first web analytics. Page views, referrers, countries and custom > events, counted in aggregate. No cookies, no IP logging, no fingerprinting, > and so no consent banner. Built to be driven by coding agents: a REST API, > an MCP server, and a one-command installer. Install on a project with `npx nitur init`, or paste one script tag. Visitors are counted with a code derived from a secret that is destroyed every night, so nothing links a person across two days or across two sites. ## Docs - [API and MCP reference](https://nitur.dev/docs.md): installing the snippet, recording events, the REST endpoints, and the six MCP tools. The whole documentation in one Markdown file. - [OpenAPI 3.1 specification](https://nitur.dev/api/v1/openapi.json): the REST API, machine-readable. Point a generator at it for a typed client. - [Agent rules](https://nitur.dev/rules.md): a short block to paste into AGENTS.md, CLAUDE.md or .cursor/rules so an agent uses nitur correctly without being told each session. ## Endpoints - MCP server (streamable HTTP): https://nitur.dev/api/mcp - REST API base: https://nitur.dev/api/v1 - Tracking script: https://nitur.dev/track.js ## Optional - [Pricing](https://nitur.dev/pricing): free while in beta, metered on page views rather than on the number of projects. - [What is and is not stored](https://nitur.dev/privacy): the data model, stated field by field. - [Terms](https://nitur.dev/terms)