# io.github.ACTA-Team/docs-mcp (npm · @acta-team/docs-mcp)

Read-only MCP server for the official ACTA verifiable credentials documentation.

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

## Components

- npm · `@acta-team/docs-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/acta-team-docs-mcp/acta-team-docs-mcp.md), [page](https://verifymcp.io/servers/acta-team-docs-mcp/acta-team-docs-mcp)

## Channel facts

- Registry: `npm`
- Package: `@acta-team/docs-mcp`
- Version: `0.1.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-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 95 of 99 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 95 of 99 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 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 2398 tokens (~21/item across 111 items; 3 tools + 108 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**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% 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 acta-team-docs-mcp -- npx -y @acta-team/docs-mcp
```

### Codex

```bash
codex mcp add acta-team-docs-mcp -- npx -y @acta-team/docs-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add acta-team-docs-mcp --command npx --arg -y --arg @acta-team/docs-mcp
```

### Hermes

```yaml
mcp_servers:
  acta-team-docs-mcp:
    command: "npx"
    args: ["-y", "@acta-team/docs-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "acta-team-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@acta-team/docs-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-07 (score 65, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 61, +37)

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

### 2026-08-01 (score 24, −8)

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

### 2026-07-31 (score 32)

First indexed and scored.

## MCP tools (3)

### `list_acta_docs` (~26 tokens)

List ACTA docs

List available ACTA documentation pages by locale.

Input parameters:

- `locale` (string)

### `read_acta_doc` (~41 tokens)

Read ACTA doc

Read one ACTA documentation page by slug.

Input parameters:

- `locale` (string)
- `slug` (string, required): Page slug, for example sdk-overview.

### `search_acta_docs` (~44 tokens)

Search ACTA docs

Search ACTA documentation pages and return the best matches.

Input parameters:

- `limit` (integer)
- `locale` (string)
- `query` (string, required): Search query.

## Diagnostics

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

## Score history

- 2026-08-07: 65
- 2026-08-06: 61
- 2026-08-05: 61
- 2026-08-04: 61
- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 24
- 2026-07-31: 32

## Links

- npm package: https://www.npmjs.com/package/@acta-team/docs-mcp
- Socket report: https://socket.dev/npm/package/@acta-team/docs-mcp
- Repository: https://github.com/ACTA-Team/ACTA-docs
- Website: https://docs.acta.build/
- Changelog RSS feed: https://verifymcp.io/servers/acta-team-docs-mcp/acta-team-docs-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/acta-team-docs-mcp/acta-team-docs-mcp.json
- HTML version of this page: https://verifymcp.io/servers/acta-team-docs-mcp/acta-team-docs-mcp
