# io.github.goldbergyoni/test-coverage-mcp (npm · test-coverage-mcp)

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

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

## Components

- npm · `test-coverage-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/goldbergyoni-test-coverage-mcp/test-coverage-mcp.md), [page](https://verifymcp.io/servers/goldbergyoni-test-coverage-mcp/test-coverage-mcp)

## Channel facts

- Registry: `npm`
- Package: `test-coverage-mcp`
- Version: `1.1.0`
- 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**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.20.2, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (90 of 94), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 44/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 268 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 143 tokens (~35/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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).
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add goldbergyoni-test-coverage-mcp -- npx -y test-coverage-mcp
```

### Codex

```bash
codex mcp add goldbergyoni-test-coverage-mcp -- npx -y test-coverage-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add goldbergyoni-test-coverage-mcp --command npx --arg -y --arg test-coverage-mcp
```

### Hermes

```yaml
mcp_servers:
  goldbergyoni-test-coverage-mcp:
    command: "npx"
    args: ["-y", "test-coverage-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "goldbergyoni-test-coverage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "test-coverage-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-03 (score 62, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 58, +53)

- [security regression] CVE-2026-25536 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-0621 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 5, −2)

- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 7, −39)

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

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

First indexed and scored.

## MCP tools (4)

### `coverage_summary` (~41 tokens)

Analyzes an LCOV coverage file and returns overall project line coverage percentage. Use this before making code changes to establish a baseline or after changes to verify impact.

### `coverage_file_summary` (~36 tokens)

Analyzes an LCOV coverage file and returns line coverage percentage for a specific file. Use this to check coverage for individual files.

### `start_recording` (~29 tokens)

Records the current coverage as a baseline snapshot. Use this before making code changes to later compare against.

### `get_diff_since_start` (~37 tokens)

Compares current coverage against the recorded baseline and returns the impact (positive or negative). Use this after making changes to see coverage impact.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 58
- 2026-08-01: 5
- 2026-07-31: 7
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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