# io.github.mova-compact/mova-flat-runner (npm · mova-mcp)

Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.

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

## Components

- npm · `mova-mcp`: 58/100 (this document), [markdown](https://verifymcp.io/servers/mova-compact-mova-flat-runner/mova-mcp.md), [page](https://verifymcp.io/servers/mova-compact-mova-flat-runner/mova-mcp)

## Channel facts

- Registry: `npm`
- Package: `mova-mcp`
- Version: `2.0.6`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT-0).
  - Actively maintained (last published 94 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 685 tokens (~76/item across 9 items; 7 tools + 2 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**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% 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 mova-compact-mova-flat-runner -- npx -y mova-mcp
```

### Codex

```bash
codex mcp add mova-compact-mova-flat-runner -- npx -y mova-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mova-compact-mova-flat-runner --command npx --arg -y --arg mova-mcp
```

### Hermes

```yaml
mcp_servers:
  mova-compact-mova-flat-runner:
    command: "npx"
    args: ["-y", "mova-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mova-compact-mova-flat-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mova-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 58, +33)

- [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: 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
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT-0

### 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, −25)

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

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

First indexed and scored.

## MCP tools (7)

### `mova_run` (~146 tokens)

Start a MOVA contract execution. Before calling, read the manifest resource mova://contracts/{contract_type}/manifest to understand required inputs (DataSpec) and available decision options. Built-in contract types: invoice, po, trade, aml, complaint, compliance, credit, supply_chain, churn, contract_gen. For custom registered contracts use mova_contract with action=run.

Input parameters:

- `contract_type` (string, required): Built-in type: invoice | po | trade | aml | complaint | compliance | credit | supply_chain | churn | contract_gen
- `inputs` (object, required): Contract inputs per the DataSpec in the manifest. Read mova://contracts/{contract_type}/manifest first.

### `mova_decide` (~94 tokens)

Submit a human decision at a contract gate. Uses ENV kind env.decision.submit_v0. contract_id comes from the mova_run response, not from business IDs.

Input parameters:

- `contract_id` (string, required): Contract ID from mova_run response
- `option` (string, required): Decision option_id from the decision gate (e.g. approve, reject, escalate)
- `reason` (string): Human reasoning for the decision

### `mova_query` (~51 tokens)

Query contract state or retrieve the signed audit trail.

Input parameters:

- `contract_id` (string, required)
- `view` (string, required): status = current state | audit = signed receipt | audit_compact = full event journal

### `mova_registry` (~58 tokens)

Browse the MOVA contract marketplace, connector catalogue, or your own contracts.

Input parameters:

- `keyword` (string): Optional filter keyword
- `scope` (string, required): contracts = public marketplace | connectors = available connectors | my_contracts = your registered contracts

### `mova_connector` (~105 tokens)

Manage connector overrides for your org. Overrides replace the sandbox mock with your real endpoint.

Input parameters:

- `action` (string, required)
- `auth_header` (string): Auth header name, e.g. X-Api-Key
- `auth_value` (string): Secret value — never echoed back in the response
- `connector_id` (string): e.g. connector.ocr.document_extract_v1
- `endpoint` (string): Your HTTPS endpoint URL
- `label` (string)

### `mova_contract` (~165 tokens)

Manage your own registered MOVA contracts: list, register, set visibility, delete, run, or check run status.

Input parameters:

- `action` (string, required)
- `connector_overrides` (object): Per-run connector overrides
- `contract_id` (string)
- `description` (string)
- `execution_mode` (string): deterministic | bounded_variance | ai_assisted | human_gated
- `inputs` (object): Input key-value pairs for run action
- `required_connectors` (array)
- `run_id` (string): run_id from a previous run action
- `source_url` (string): HTTPS URL to the contract JSON
- `title` (string)
- `version` (string)
- `visibility` (string): private or public

### `mova_health` (~27 tokens)

Check MOVA runner health: config completeness, API connectivity, registered validator count, version.

## Diagnostics

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

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 25
- 2026-07-31: 20
- 2026-07-30: 45
- 2026-07-28: 45
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/mova-mcp
- Socket report: https://socket.dev/npm/package/mova-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mova-compact-mova-flat-runner/mova-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mova-compact-mova-flat-runner/mova-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mova-compact-mova-flat-runner/mova-mcp
