# Dossiary > Evidence-backed creator record, Nigeria first. Every number carries source, observed_at, confidence; unknown is null, never zero. Rankings are never for sale. ## Pages - https://dossiary.app/: front page, latest observations. - https://dossiary.app/methodology: how data is collected, what confidence means. - https://dossiary.app/discover: public search. - https://dossiary.app/creators/{slug}: one creator's dossier. - https://dossiary.app/creators: directory by niche/platform. - https://dossiary.app/rankings: Top creators; top 10 public, merit only. - https://dossiary.app/about: who runs the record. - https://dossiary.app/contact: hello@dossiary.app; corrections with evidence first. - https://dossiary.app/terms: terms, including automated reading. - https://dossiary.app/privacy: privacy. ## Machine surfaces - MCP: POST https://dossiary.app/mcp — OAuth 2.1 via AuthKit; discovery at https://dossiary.app/.well-known/oauth-protected-resource. - Reads (token or agent key); writes at the index: - GET https://dossiary.app/api/agent/v1 — The index; - GET https://dossiary.app/api/agent/v1/creators?q=&platform=&niche=&window=&type=&page= — Search, as Discover does; - GET https://dossiary.app/api/agent/v1/creators/{slug}?window=&type= — One creator's profile; - GET https://dossiary.app/api/agent/v1/rankings/{niche}/{platform}?window=&type= — Top creators on merit. - GET https://dossiary.app/api/agent/v1/lists — Your lists with counts. - GET https://dossiary.app/api/agent/v1/lists/{id}?format=json|csv — One list, each member's numbers; - GET https://dossiary.app/api/agent/v1/memory?subject_kind=&subject_id=&q=&limit= — Agent notes. - GET https://dossiary.app/api/agent/v1/comments?subject_kind=&subject_id= — Comments on a campaign, deal or offer; - POST https://dossiary.app/api/agent/v1/signup — sign up by email; a key, shown once. - Ingest is token-gated. Automated reading is welcome; don't overload the servers.