# io.github.tomjwxf/acta-mcp (npm · acta-mcp)

Contribute, challenge, verify, and query contestable public records on Veritas Acta.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `acta-mcp`
- Version: `0.2.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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), 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 124 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 842 tokens (~140/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add tomjwxf-acta-mcp -- npx -y acta-mcp
```

### Codex

```bash
codex mcp add tomjwxf-acta-mcp -- npx -y acta-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add tomjwxf-acta-mcp --command npx --arg -y --arg acta-mcp
```

### Hermes

```yaml
mcp_servers:
  tomjwxf-acta-mcp:
    command: "npx"
    args: ["-y", "acta-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "tomjwxf-acta-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "acta-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-02 (score 67, +47)

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

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

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

### 2026-07-28 (score 45, +21)

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

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

First indexed and scored.

## MCP tools (6)

### `acta_contribute` (~241 tokens)

Submit a typed contribution to the Acta public record. Questions have no evidence burden. Factual claims require a source or reasoning. Opinion/hypothesis claims require uncertainty. Predictions require resolution criteria, date, source, and rule.

Input parameters:

- `body` (string, required): Full text of the contribution
- `category` (string): Required for claims
- `provenance` (object): Optional AI authorship metadata
- `reasoning` (string): Reasoning (alternative to source for factual claims)
- `resolution_criteria` (string): How to determine if confirmed/refuted (required for predictions)
- `resolution_date` (string): ISO-8601 future date (required for predictions)
- `resolution_rule` (string): Who/what triggers resolution (required for predictions)
- `resolution_source` (string): Authoritative source for resolution (required for predictions)
- `source` (string): URL to supporting evidence (required for factual claims)
- `topic` (string, required): Topic slug (e.g. "ai-regulation-2026")
- `type` (string, required): Contribution type
- `uncertainty` (string): Uncertainty statement (required for opinion/hypothesis claims)

### `acta_respond` (~231 tokens)

Submit a response to an existing entry. Evidence requires source + stance. Challenges require target_assertion + basis + argument (min 20 chars). Updates require update_type. Resolutions require outcome + source + resolution_type.

Input parameters:

- `argument` (string): Substantive refutation (min 20 chars, required for challenges)
- `basis` (string): Required for challenges
- `body` (string, required): Response text
- `outcome` (string): Resolution outcome (required for resolutions)
- `provenance` (object): Optional AI authorship metadata
- `resolution_type` (string): Required for resolutions
- `source` (string): Source URL (required for evidence, counter_evidence/source_unreliable challenges, and resolutions)
- `stance` (string): Required for evidence
- `target_assertion` (string): Quote the specific assertion being challenged (min 5 chars, required for challenges)
- `target_id` (string, required): Entry ID being responded to
- `topic` (string, required): Topic slug
- `type` (string, required): Response type
- `update_type` (string): Required for updates

### `acta_query` (~139 tokens)

Browse the Acta public record. List topics (optionally filtered), get entries for a topic (with type/state filters), or look up a single entry with its responses.

Input parameters:

- `action` (string, required): list_topics: browse topics. feed: entries for a topic. entry: single entry with responses.
- `entry_id` (string): Entry ID (required for entry action)
- `q` (string): Filter topic names by substring (for list_topics)
- `state` (string): Filter feed by computed state
- `topic` (string): Topic slug (required for feed action)
- `type` (string): Filter feed by contribution type

### `acta_discover` (~111 tokens)

Find actionable work across the Acta record. Surfaces contested records needing evidence, claims with no evidence, predictions approaching resolution, and recently active topics. This is the "where am I needed?" tool.

Input parameters:

- `limit` (number): Maximum results (default: 10)
- `mode` (string, required): contested: records in contested state. needs_evidence: claims/predictions with no linked evidence. approaching_resolution: predictions with resolution dates within 30 days. recent_activity: topics wi…

### `acta_verify` (~66 tokens)

Verify the hash chain integrity for a specific topic. Returns chain length, chain head hash, and any integrity issues. Note: this is operator-served verification. For independent verification, use acta_export and run verify.js locally.

Input parameters:

- `topic` (string, required): Topic slug to verify

### `acta_export` (~54 tokens)

Export the full hash chain for a topic. Returns all entries with hashes for independent verification using tools/verify.js. Use this when you need to audit the record independently.

Input parameters:

- `topic` (string, required): Topic slug to export

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 20
- 2026-07-31: 20
- 2026-07-30: 45
- 2026-07-28: 45
- 2026-07-27: 24

## Links

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