# io.github.dizzydes/0pi (npm · @0pi/mcp-server)

Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.

- Trust score: 54/100 (low)
- Change this week: +14
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@0pi/mcp-server`: 54/100 (this document), [markdown](https://verifymcp.io/servers/dizzydes-0pi/0pi-mcp-server.md), [page](https://verifymcp.io/servers/dizzydes-0pi/0pi-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@0pi/mcp-server`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (44 of 45), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 142 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 196 tokens (~98/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add dizzydes-0pi -- npx -y @0pi/mcp-server
```

### Codex

```bash
codex mcp add dizzydes-0pi -- npx -y @0pi/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dizzydes-0pi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@0pi/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dizzydes-0pi --command npx --arg -y --arg @0pi/mcp-server
```

### Hermes

```yaml
mcp_servers:
  dizzydes-0pi:
    command: "npx"
    args: ["-y", "@0pi/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "dizzydes-0pi": {
      "command": "npx",
      "args": [
        "-y",
        "@0pi/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 54, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 50, +19)

- [security regression] CVE-2025-66414 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 31, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 16, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (2)

### `save_data` (~140 tokens)

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.

Input parameters:

- `agent_id` (string, required): Your agent identifier (e.g., "claude-coder", "gpt-researcher")
- `data` (required): 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)

### `get_data` (~56 tokens)

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).

Input parameters:

- `data_id` (string, required): The data ID (8-character identifier from the data URL)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/dizzydes-0pi/0pi-mcp-server#diagnostics

## Score history

- 2026-08-03: 54
- 2026-08-02: 50
- 2026-08-01: 31
- 2026-07-31: 16
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@0pi/mcp-server
- Socket report: https://socket.dev/npm/package/@0pi/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/dizzydes-0pi/0pi-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dizzydes-0pi/0pi-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dizzydes-0pi/0pi-mcp-server
