Receipts observed
Every truth check is sealed into a receipt: a canonical JSON record of what was asked, what came back (as digests), what the primary source said, and when — signed with Ed25519. Anyone can verify a receipt with the public key below and ~40 lines of standard-library Python. Trust is not requested; recomputation is offered.
The public key
Key id rs-rcpt-2026-08 · also served as JSON at /.well-known/rs-receipt-key.json:
e62c45cf1e08366cae2f1af1574bbface6ea46021fdb06ab0480d0db948a6801
Latest receipts
| receipt | server | type | issued |
|---|---|---|---|
| 0691T4CVQ9CPSK6701M0340B0Y | io.github.paulieb89/uk-legal-mcp | truth | 2026-08-15T16:27:44Z |
| HQAC84DBYTXJX3WE01M0340B94 | io.github.paulieb89/uk-legal-mcp | truth | 2026-08-15T16:27:44Z |
| 0G64XJHRFE0NSTQR01M0340A89 | io.github.saybanet/sayba-platform | truth | 2026-08-15T16:27:43Z |
| ETG0604WF7GM04YN01M0340AGE | uno.platform/uno | truth | 2026-08-15T16:27:43Z |
| JXR6ZAJ7HQ1QTMP401M0340ARQ | uno.platform/uno | truth | 2026-08-15T16:27:43Z |
| 0EPKDWMWEH1XM02N01M034096F | sh.kwant/kwant | truth | 2026-08-15T16:27:42Z |
| DADDKK48CCXM8X5401M03409F2 | tech.skybridge.productivity/Productivity | truth | 2026-08-15T16:27:42Z |
| M6S4DMTRSNDMWRVY01M03409Q9 | tech.skybridge.productivity/Productivity | truth | 2026-08-15T16:27:42Z |
| 7RYREN50ZVMKRY9A01M03409ZE | io.github.saybanet/sayba-platform | truth | 2026-08-15T16:27:42Z |
| 0KFVF9XYABMH5E5F01M034085S | sh.agentcard/agentcard | truth | 2026-08-15T16:27:41Z |
| NEEAT6SHR9D4F1GA01M03408DW | us.namasteamerica/namaste-america | truth | 2026-08-15T16:27:41Z |
| FAG1N78X2KDJ9Y4501M03408NX | us.namasteamerica/namaste-america | truth | 2026-08-15T16:27:41Z |
| A7QZWERGTDFXPP3901M03408Y3 | sh.kwant/kwant | truth | 2026-08-15T16:27:41Z |
| W1N9V6C6CRMJEDSG01M034074T | pro.tvarka/due-diligence | truth | 2026-08-15T16:27:40Z |
| 276J7W6VJX1YRSTN01M03407D1 | io.github.kansei-link/kansei-mcp-server | truth | 2026-08-15T16:27:40Z |
Verify one yourself
Fetch a receipt as JSON (append .json to its URL), then check that ed25519.verify(public_key, canonical_payload_bytes, signature) holds — our ed25519.py is a single dependency-free file implementing RFC 8032, in the repository. The payload's checked_at and meaning fields are inside the signature on purpose: a receipt is a dated observation, not a warranty.