# vip.witnessd/witnessd (npm · witnessd-mcp)

Neutral third-party witness: independently fetch, hash, timestamp, archive any URL or API response.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- npm · `witnessd-mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/vip-witnessd-witnessd/witnessd-mcp.md), [page](https://verifymcp.io/servers/vip-witnessd-witnessd/witnessd-mcp)

## Channel facts

- Registry: `npm`
- Package: `witnessd-mcp`
- Version: `0.1.1`
- 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-17.

- **Supply Chain Security**: 99/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 114 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 222 tokens (~74/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add vip-witnessd-witnessd -- npx -y witnessd-mcp
```

### Codex

```bash
codex mcp add vip-witnessd-witnessd -- npx -y witnessd-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vip-witnessd-witnessd": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "witnessd-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vip-witnessd-witnessd --command npx --arg -y --arg witnessd-mcp
```

### Hermes

```yaml
mcp_servers:
  vip-witnessd-witnessd:
    command: "npx"
    args: ["-y", "witnessd-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vip-witnessd-witnessd": {
      "command": "npx",
      "args": [
        "-y",
        "witnessd-mcp"
      ]
    }
  }
}
```

## 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-15 (score 71)

First indexed and scored.

## MCP tools (3)

### `witness_url` (~93 tokens)

Have witnessd — a neutral third party — independently fetch a URL or API endpoint right now, hash and timestamp the response, archive it, and return a signed certificate. The snapshot is Merkle-anchored on Base within the hour. Use before/after transacting with a counterparty to create dispute evidence of what their endpoint said.

Input parameters:

- `url` (string, required): The http(s) URL or API endpoint to witness

### `get_certificate` (~60 tokens)

Fetch the (free) signed certificate for a witnessd snapshot id, including the Merkle inclusion proof and Base anchor transaction once batched. Anyone can verify it independently.

Input parameters:

- `id` (string, required): witnessd snapshot id, e.g. ws_ab12…

### `retrieve_snapshot` (~69 tokens)

Retrieve the archived response body (base64) plus certificate for a witnessd snapshot id. Paid endpoint; works for any snapshot id, including ones witnessed by other parties — this is how you obtain evidence of what an endpoint said at a past moment.

Input parameters:

- `id` (string, required): witnessd snapshot id

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vip-witnessd-witnessd/witnessd-mcp#diagnostics

## Score history

- 2026-08-17: 71
- 2026-08-16: 71
- 2026-08-15: 71

## Links

- npm package: https://www.npmjs.com/package/witnessd-mcp
- Socket report: https://socket.dev/npm/package/witnessd-mcp
- Repository: https://github.com/jschunter/witnessd-mcp
- Changelog RSS feed: https://verifymcp.io/servers/vip-witnessd-witnessd/witnessd-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/vip-witnessd-witnessd/witnessd-mcp.json
- HTML version of this page: https://verifymcp.io/servers/vip-witnessd-witnessd/witnessd-mcp
