Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The verifiable identity layer for AI agents β the SSL/CA for agents.
A permanent, portable identity plus encrypted, quantum-ready memory that outlives the session. This monorepo holds the official TypeScript packages; the hosted registry, resolver, and on-chain anchor run at uuaid.org.
Protocol specifications live in uuaid/spec. The design argument, including the vulnerability we found in our own verifier, is at uuaid.org/know-your-agent.
| Package | npm | What |
|---|---|---|
@uuaid/core | @uuaid/core | UUAID grammar, JCS content hashing, crypto-agile signature envelope, Verifiable Badges (IAASO-0003) |
@uuaid/vault | @uuaid/vault | Client-side memory encryption (AES-256-GCM + hybrid X25519/ML-KEM-768) |
@uuaid/sdk | @uuaid/sdk | Typed client: signup, mint, save/recall memory, verify |
@uuaid/provenance | @uuaid/provenance | Media provenance (IAASO-0004) β bind an image, video or PDF to the agent that made it |
@uuaid/cli | @uuaid/cli | uuaid signup Β· register Β· badge Β· verify-badge Β· vault β¦ |
@uuaid/mcp | @uuaid/mcp | MCP server β one config line makes any agent persistent |
The one thing to get right, so it is worth stating before the code: a badge
envelope carries the signer's own public key. Well-formedness, the payload-hash
bind, signature validity, even a valid post-quantum signature β all of them pass
for a badge anybody minted with a fresh keypair and a copied keyId. Pinning the
issuer against a published root is the only step that turns a valid signature
into an identity claim.
verifyBadge therefore fails closed. No pin, no verdict.
Omit trustedIssuerKeys and you get ok: false, level: "L0-selfsigned" β the
level a forgery reaches. See
IAASO-0003 Β§4.3.
Found a badge that verifies and shouldn't? That is the most useful thing you can send us β security@uuaid.org, and see SECURITY.md.
Apache-2.0 β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-333)<a href="https://allmcps.com/mcp/mcp-333"><img src="https://allmcps.com/api/badge/mcp-333?style=directory" alt="Uuaid on AllMCPs" /></a>