# ai.vanticlabs/vantic (npm · @vantic/sdk)

Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts.

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

## Components

- npm · `@vantic/sdk`: 64/100 (this document), [markdown](https://verifymcp.io/servers/ai-vanticlabs-vantic/vantic-sdk.md), [page](https://verifymcp.io/servers/ai-vanticlabs-vantic/vantic-sdk)

## Channel facts

- Registry: `npm`
- Package: `@vantic/sdk`
- 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-03.

- **Supply Chain Security**: 100/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.
  - No production dependencies, so there is no dependency health to assess.
- **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 (Apache-2.0).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 225 tokens (~56/item across 4 items; 4 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**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% 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 ai-vanticlabs-vantic -- npx -y @vantic/sdk
```

### Codex

```bash
codex mcp add ai-vanticlabs-vantic -- npx -y @vantic/sdk
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-vanticlabs-vantic --command npx --arg -y --arg @vantic/sdk
```

### Hermes

```yaml
mcp_servers:
  ai-vanticlabs-vantic:
    command: "npx"
    args: ["-y", "@vantic/sdk"]
```

### Other

```json
{
  "mcpServers": {
    "ai-vanticlabs-vantic": {
      "command": "npx",
      "args": [
        "-y",
        "@vantic/sdk"
      ]
    }
  }
}
```

## 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 64, +15)

- [security improvement] Malware scan: unverified → pass

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

First indexed and scored.

## MCP tools (4)

### `mandate_authorize` (~98 tokens)

Check whether a candidate agent action is authorized by a delegation envelope, given prior receipts. Returns a Verdict {ok, reasons, cumulativeSpend}. Call this BEFORE letting an agent spend.

Input parameters:

- `action` (object, required): The candidate action: { type, counterparty, amount (minor units), currency }.
- `envelope` (object, required): The signed delegation envelope.
- `priorReceipts` (array): Receipts already issued under this envelope (ordered).

### `mandate_verify_chain` (~43 tokens)

Verify an envelope and its full receipt chain (the dispute-evidence bundle). Returns a Verdict.

Input parameters:

- `envelope` (object, required)
- `receiptChain` (array)

### `mandate_verify_credential` (~53 tokens)

Verify a W3C sponsor Verifiable Credential (the human sponsor chain). Returns { ok, reasons }.

Input parameters:

- `credential` (object, required)
- `expectSubject` (string): Optional: require this subject DID.

### `mandate_resolve_did` (~31 tokens)

Resolve a did:key identifier to its W3C DID document.

Input parameters:

- `did` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ai-vanticlabs-vantic/vantic-sdk#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 49
- 2026-07-31: 49

## Links

- npm package: https://www.npmjs.com/package/@vantic/sdk
- Socket report: https://socket.dev/npm/package/@vantic/sdk
- Repository: https://github.com/vanticlabs/vantic
- Changelog RSS feed: https://verifymcp.io/servers/ai-vanticlabs-vantic/vantic-sdk/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-vanticlabs-vantic/vantic-sdk/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-vanticlabs-vantic/vantic-sdk
