io.github.uuaid/mcp
NPM · @UUAID/MCP · SCANNED AUG 6
Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Known CVEs were checked across the 106 of 110 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 106 of 110 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 32 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 645 tokens (~71/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
- Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 77% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @uuaid/mcp
claude mcp add uuaid-mcp -- npx -y @uuaid/mcp
codex mcp add uuaid-mcp -- npx -y @uuaid/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"uuaid-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@uuaid/mcp"
],
"enabled": true
}
}
} openclaw mcp add uuaid-mcp --command npx --arg -y --arg @uuaid/mcp
mcp_servers:
uuaid-mcp:
command: "npx"
args: ["-y", "@uuaid/mcp"] {
"mcpServers": {
"uuaid-mcp": {
"command": "npx",
"args": [
"-y",
"@uuaid/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 5 Aug 26 +1
- CVE-2026-69207 no longer affects this package ▲ security
- Known CVEs: fail → partial ▲ security
- 4 Aug 26 +3
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −4
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 45
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 6 Aug 2026 · Analysed npm/@uuaid/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 106 packages
| Packages resolved | 106 |
|---|---|
| Deprecated | 103 |
| Stale | 29 |
| No linked repository | 3 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
delete_memory ~43
Delete one memory slot (the deletion is ledger-recorded).
| Name | Type | Req | Description |
|---|---|---|---|
| agent_uuaid | string | – | Defaults to UUAID_AGENT |
| key | string | yes | – |
No output schema declared.
No examples provided.
get_badge_url ~41
Live SVG trust-badge URLs for an agent — paste into a README to show verified identity/certification.
| Name | Type | Req | Description |
|---|---|---|---|
| uuaid | string | yes | – |
No output schema declared.
No examples provided.
list_memories ~48
List this agent's memory slots (keys, sizes, hashes) and vault usage vs quota. Contents stay encrypted.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_uuaid | string | – | Defaults to UUAID_AGENT |
No output schema declared.
No examples provided.
mint_identity ~86
Mint a PERMANENT UUAID identity for this agent (do this once, then reuse it — set it as UUAID_AGENT). The identity is publicly resolvable, ledger-recorded, and anchored on Polygon.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | What this agent is/does |
| display_name | string | yes | The agent's name, e.g. 'Aria' |
No output schema declared.
No examples provided.
recall_memory ~42
Fetch and decrypt a memory previously stored with save_memory.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_uuaid | string | – | Defaults to UUAID_AGENT |
| key | string | yes | – |
No output schema declared.
No examples provided.
save_memory ~123
Encrypt (client-side, AES-256-GCM) and persist a memory under a key path (e.g. 'core/persona', 'projects/x/notes'). Survives forever across sessions; the service stores only ciphertext; the content hash is ledger-anchored on-chain.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_uuaid | string | – | Defaults to UUAID_AGENT |
| content | string | yes | The memory text to persist |
| key | string | yes | Slot path, e.g. 'core/persona' or 'memories/2026-07-03' |
No output schema declared.
No examples provided.
uuaid_signup ~89
One-time self-serve signup: mints a free-tier UUAID API key (10 MB encrypted memory per agent). Returns the key ONCE — the operator must save it as UUAID_API_KEY (and generate UUAID_VAULT_KEY). Rate-limited.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | A name for this workspace/operator, e.g. 'Ana's Agent Lab' |
No output schema declared.
No examples provided.
verify_agent ~49
Publicly resolve any UUAID — profile, versions, credentials (no auth needed). Use to verify other agents.
| Name | Type | Req | Description |
|---|---|---|---|
| uuaid | string | yes | uuaid:foundation:agent:… |
No output schema declared.
No examples provided.
whoami ~21
Show the configured partner, default agent identity, and vault status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.