# Attestify OS (npm · attestify-mcp)

MCP stdio server for Attestify OS — governed agent execution with on-chain receipts.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `attestify-mcp`
- Version: `0.1.7`
- 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**: 98/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 95 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 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 114 tokens (~114/item across 1 items; 1 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 attestifyagent-attestify-mcp -- npx -y attestify-mcp
```

### Codex

```bash
codex mcp add attestifyagent-attestify-mcp -- npx -y attestify-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add attestifyagent-attestify-mcp --command npx --arg -y --arg attestify-mcp
```

### Hermes

```yaml
mcp_servers:
  attestifyagent-attestify-mcp:
    command: "npx"
    args: ["-y", "attestify-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "attestifyagent-attestify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "attestify-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-13 (score 69)

First indexed and scored.

## MCP tools (1)

### `attestify_research` (~114 tokens)

Run a deep research query through the Attestify Research Agent (researcher-v2). Returns a structured briefing with executive summary, key findings, and caveats. Each call is metered at $0.023 USDC and logged to the Attestify evidence ledger.

Input parameters:

- `query` (string, required): The research question, topic, or subject to investigate.
- `session_id` (string): Optional session ID for conversation continuity.
- `url` (string): Optional source URL to include as context for the research run.

## Diagnostics

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

## Score history

- 2026-08-17: 69
- 2026-08-16: 69
- 2026-08-15: 69
- 2026-08-14: 69
- 2026-08-13: 69

## Links

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