# Taplid (npm · @taplid/mcp)

Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@taplid/mcp`
- Version: `1.0.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 (109 of 113), 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 (109 of 113), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (UNLICENSED) isn't a recognized OSI-approved license.
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 263 tokens (~87/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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 taplid-taplid -- npx -y @taplid/mcp
```

### Codex

```bash
codex mcp add taplid-taplid -- npx -y @taplid/mcp
```

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "taplid-taplid": {
      "command": "npx",
      "args": [
        "-y",
        "@taplid/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 54, +31)

- [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] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass

### 2026-08-01 (score 23)

First indexed and scored.

## MCP tools (3)

### `taplid_audit` (~103 tokens)

Use this before trusting, applying, merging, sending, or acting on an AI-generated artifact. Suitable for code reviews, implementation plans, PR reviews, generated technical reports, proposed code changes, and other structured AI outputs. Returns ALLOW / REVIEW / BLOCK with a 0-100 trust score and a structured summary.

Input parameters:

- `auditMode` (string)
- `context` (string)
- `prompt` (string)
- `response` (string, required)

### `taplid_get_audit` (~54 tokens)

Retrieve a previously persisted Taplid audit by auditId. This is anonymous/shareable retrieval: no API key is required because the auditId is the unguessable share token.

Input parameters:

- `auditId` (string, required)

### `taplid_verify_audit` (~106 tokens)

Verify a Taplid audit attestation. Provide exactly one of `auditId` (re-fetches the persisted public result and checks the ES256 signature, issuer, signed fields and result hash) or `token` (a signed ES256 attestation JWT; checks signature, issuer and audience only — returns "warning" because no result is available to hash-check). Anonymous: no API key required.

Input parameters:

- `auditId` (string)
- `token` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 54
- 2026-08-02: 54
- 2026-08-01: 23

## Links

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