# io.github.SPAZIO-GENESI/attest-mcp (npm · @spazio-genesi/attest-mcp)

Free proof-of-existence attestation for digital files, MCP tools for the imgauth service.

- Trust score: 69/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- npm · `@spazio-genesi/attest-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/spazio-genesi-attest-mcp/spazio-genesi-attest-mcp.md), [page](https://verifymcp.io/servers/spazio-genesi-attest-mcp/spazio-genesi-attest-mcp)

## Channel facts

- Registry: `npm`
- Package: `@spazio-genesi/attest-mcp`
- Version: `0.4.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-06.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **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 12 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 759 tokens (~108/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 69% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add spazio-genesi-attest-mcp -- npx -y @spazio-genesi/attest-mcp
```

### Codex

```bash
codex mcp add spazio-genesi-attest-mcp -- npx -y @spazio-genesi/attest-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add spazio-genesi-attest-mcp --command npx --arg -y --arg @spazio-genesi/attest-mcp
```

### Hermes

```yaml
mcp_servers:
  spazio-genesi-attest-mcp:
    command: "npx"
    args: ["-y", "@spazio-genesi/attest-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "spazio-genesi-attest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@spazio-genesi/attest-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-06 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-05 (score 68, +1)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 67, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 67, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 20, −5)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-08-01 (score 25, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 20, −4)

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

### 2026-07-28 (score 24, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

## MCP tools (7)

### `authorize` (~100 tokens)

Authorize this agent

Start or continue the device-flow authorization. Call with no arguments to begin: show the returned verification_url to the human and ask them to open it and approve. Then call again passing the same `code`, a few seconds apart, until status is 'approved' (token saved automatically) or 'expired' (start over). Grants 20 attestations for 24 hours.

Input parameters:

- `code` (string): The code from a previous authorize call, to resume polling.

### `attest_file` (~147 tokens)

Attest a file

Compute the SHA-256 fingerprint of a local file (streamed, never sent anywhere) and attest it: the server timestamps it and returns a signed attestation. Requires a credential — run 'authorize' first, or set IMGAUTH_API_KEY. Optional declared metadata (titolo/autore/anno/note) is bound to the signature.

Input parameters:

- `anno` (string): Declared year/version (optional).
- `autore` (string): Declared author (optional).
- `note` (string): Declared free-text note (optional).
- `path` (string, required): Absolute or relative path to the local file.
- `titolo` (string): Declared title of the work (optional).

### `get_certificate_pdf` (~138 tokens)

Get the certificate PDF

Get the signed certificate PDF for an attested work, saving it to a local file. Pass `attestation` (the exact object returned by attest_file) right after attesting, to mint a freshly-signed PDF. Pass only `hash` to recover an already-archived certificate instead (no credential needed).

Input parameters:

- `attestation` (object): The full object returned by attest_file, to mint a new PDF.
- `hash` (string, required): The SHA-256 fingerprint (64 hex chars).
- `save_to` (string): Local file path to save the PDF to (default: ./certificato_<hash12>.pdf).

### `verify_file` (~160 tokens)

Verify a file against a certificate

Compute the SHA-256 of a local file and check it against a declared hash/attestation, plus verify the HMAC signature server-side (no file bytes are ever sent). Pass the fields as read from the certificate (hash, attestazione, hmac, and any declared titolo/autore/anno/note).

Input parameters:

- `anno` (string)
- `attestazione` (string): The attestation string from the certificate.
- `autore` (string)
- `hash` (string): Declared SHA-256 to compare against (from the certificate).
- `hmac` (string): The HMAC signature from the certificate.
- `note` (string)
- `path` (string, required): Local file to verify.
- `titolo` (string)

### `verify_certificate` (~123 tokens)

Verify a certificate's signature

Verify the HMAC signature of a certificate's attestation (+ declared metadata, if any) without checking against any local file. Confirms authenticity and integrity of the declared data, not that a given file matches.

Input parameters:

- `anno` (string)
- `attestazione` (string, required): The attestation string from the certificate.
- `autore` (string)
- `hash` (string, required): The SHA-256 fingerprint from the certificate.
- `hmac` (string, required): The HMAC signature from the certificate.
- `note` (string)
- `titolo` (string)

### `check_anchor` (~63 tokens)

Check the Bitcoin anchoring proof

Check whether a fingerprint has an OpenTimestamps proof, optionally saving the .ots proof file to disk.

Input parameters:

- `hash` (string, required): The SHA-256 fingerprint.
- `save_to` (string): Local file path to save the .ots proof to, if it exists.

### `service_status` (~28 tokens)

Check service status

Get the traffic-light status of the attestation service (worker, archive, signer, Bitcoin anchor).

## Diagnostics

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

## Score history

- 2026-08-06: 69
- 2026-08-05: 68
- 2026-08-04: 67
- 2026-08-03: 67
- 2026-08-02: 20
- 2026-08-01: 25
- 2026-07-31: 20
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/@spazio-genesi/attest-mcp
- Socket report: https://socket.dev/npm/package/@spazio-genesi/attest-mcp
- Repository: https://github.com/SPAZIO-GENESI/attest-mcp
- Website: https://attestazione.spaziogenesi.org/
- Changelog RSS feed: https://verifymcp.io/servers/spazio-genesi-attest-mcp/spazio-genesi-attest-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/spazio-genesi-attest-mcp/spazio-genesi-attest-mcp.json
- HTML version of this page: https://verifymcp.io/servers/spazio-genesi-attest-mcp/spazio-genesi-attest-mcp
