# com.decionis/mcp (npm · @decionis/mcp)

Fail-closed policy gate for AI agent actions, with local evaluation and native pre-tool hooks.

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

## Components

- remote · `protocol.decionis.com`: 36/100, [markdown](https://verifymcp.io/servers/com-decionis-mcp/protocol.md), [page](https://verifymcp.io/servers/com-decionis-mcp/protocol)
- npm · `@decionis/mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-decionis-mcp/decionis-mcp.md), [page](https://verifymcp.io/servers/com-decionis-mcp/decionis-mcp)

## Channel facts

- Registry: `npm`
- Package: `@decionis/mcp`
- Version: `0.1.2`
- 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.
  - 14 of 49 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 1 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 293 tokens (~97/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 com-decionis-mcp -- npx -y @decionis/mcp
```

### Codex

```bash
codex mcp add com-decionis-mcp -- npx -y @decionis/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-decionis-mcp --command npx --arg -y --arg @decionis/mcp
```

### Hermes

```yaml
mcp_servers:
  com-decionis-mcp:
    command: "npx"
    args: ["-y", "@decionis/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-decionis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@decionis/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-16 (score 70, +10)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 0.87

### 2026-08-15 (score 60)

First indexed and scored.

## MCP tools (3)

### `decionis_read_policy` (~92 tokens)

Read Repository Policy

Read and compile the repo's DECIONIS_POLICY.md governance policy: path, sha256, and the enforceable rules (name, verdict, priority, domain) or compile errors. Use this to learn what this repository allows, blocks, restrains, or escalates.

Input parameters:

- `path` (string): Policy file path (default: $DECIONIS_POLICY_PATH or ./DECIONIS_POLICY.md)

### `decionis_evaluate` (~156 tokens)

Evaluate Candidate Action Locally

Evaluate a candidate action against the repo's DECIONIS_POLICY.md through the real Decionis protocol evaluator, entirely locally (no network, no credentials, nothing recorded). Call this BEFORE committing, deploying, migrating, or any risky action, and abide by the verdict: allow → proceed; block → do not proceed; review/escalate → stop and involve a human.

Input parameters:

- `mode` (string): Default: shadow.
- `path` (string): Policy file path override.
- `payload` (object, required): The candidate action, e.g. {"action": "production-deploy", "change_freeze": true, "agent_generated": true}
- `workflow_key` (string): Optional workflow key for the gated surface.

### `decionis_verdict_help` (~45 tokens)

Explain Decionis Verdicts

Reference for Decionis verdicts (allow/block/restrain/escalate), the rules-block grammar and operators, and how an agent should behave on each verdict.

## Diagnostics

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

## Score history

- 2026-08-17: 70
- 2026-08-16: 70
- 2026-08-15: 60

## Links

- npm package: https://www.npmjs.com/package/@decionis/mcp
- Socket report: https://socket.dev/npm/package/@decionis/mcp
- Repository: https://github.com/decionis/agent-safe-pipeline
- Website: https://decionis.com/docs/protocol-mcp?utm_source=mcp-registry&utm_medium=registry&utm_campaign=mcp-directory
- Changelog RSS feed: https://verifymcp.io/servers/com-decionis-mcp/decionis-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-decionis-mcp/decionis-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-decionis-mcp/decionis-mcp
