io.github.dizzydes/0pi
NPM · @0PI/MCP-SERVER · SCANNED AUG 3
Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.
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 Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (44 of 45), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 142 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 196 tokens (~98/item across 2 items; 2 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
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 · @0pi/mcp-server
claude mcp add dizzydes-0pi -- npx -y @0pi/mcp-server
codex mcp add dizzydes-0pi -- npx -y @0pi/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dizzydes-0pi": {
"type": "local",
"command": [
"npx",
"-y",
"@0pi/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add dizzydes-0pi --command npx --arg -y --arg @0pi/mcp-server
mcp_servers:
dizzydes-0pi:
command: "npx"
args: ["-y", "@0pi/mcp-server"] {
"mcpServers": {
"dizzydes-0pi": {
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +19
- CVE-2025-66414 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 40
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 3 Aug 2026 · Analysed npm/@0pi/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w48q-cv73-mx4w | CVE-2025-66414 | high | yes |
Dependencies 44 packages
44 packages in the resolved dependency tree · 44 deprecated · 11 stale.
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.
get_data ~56
Retrieves previously saved data using its ID. Use this to read data that you or another agent saved earlier (within the 2-hour expiry window).
| Name | Type | Req | Description |
|---|---|---|---|
| data_id | string | yes | The data ID (8-character identifier from the data URL) |
No output schema declared.
No examples provided.
save_data ~140
Saves text, JSON, or code to a free, ephemeral cloud pastebin (expires in 2 hours). Returns a URL. Use this to bridge workflows or offload context, NOT for permanent local storage.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Your agent identifier (e.g., "claude-coder", "gpt-researcher") |
| data | — | yes | The payload to save - can be an object, array, or string |
| intent | string | — | Brief description of why you are saving this data (helps with debugging and analytics) |
| ttl_seconds | number | — | Time-to-live in seconds (max 7200 = 2 hours) |
No output schema declared.
No examples provided.