catalog / services

Web Analytics Service

Measure usage without becoming the thing users install a blocker for.

16 capabilities 1 sections reference specification

Build against it

# give your agent the catalog — no account, no install
claude mcp add provespec -- npx -y provespec-mcp

# then, from any agent session
spec_get(slug: "analytics")                → the capability tree
spec_checklist(slug: "analytics")          → the questions to answer
spec_grade(slug: "analytics", grades: [...])  → parity % + the gap list

# or just fetch it
curl https://provespec.com/catalog/analytics/spec.json

Grade every capability below as yes · partial · no · na, with a file reference as evidence. Whatever you leave ungraded counts as missing — the gap list is the work queue.

Or just paste this to your agent

Use the ProveSpec MCP server. Fetch the "analytics" spec with
spec_get, then walk spec_checklist and grade this repository against it —
one verdict per capability, each with a file reference as the note.
Call spec_grade with the results and give me the gap list as the plan.

If the server is not registered, add it first:
  claude mcp add provespec -- npx -y provespec-mcp

The specification

AI 16

Collection
  • Pageviews with referrer, path and timing
  • Custom events with properties
  • Server-side ingestion as an alternative to a script
  • Script small enough not to affect page performance
Identity
  • Session and visitor definitions stated explicitly
  • Cookieless mode with a documented fingerprint policy
Privacy
  • IP anonymisation or discard
  • Respect Do Not Track and consent signals
  • Data residency and retention configurable
Reporting
  • Traffic by page, referrer, country and device
  • Funnels and goal conversion
  • Time-range comparison against a previous period
  • Real-time view
Integrity
  • Bot and spam traffic excluded, with the rule stated
  • Sampling disclosed when it happens a sampled number presented as exact is a lie
Export
  • Raw event export and a query API
Download spec.json All 100 specs