# io.github.avelsys/delphi-codecoverage (npm · mcp-delphi-codecoverage)

Guide + snippets for Delphi/DUnitX projects that work with the DelphiCodeCoverage tool.

- Trust score: 76/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `mcp-delphi-codecoverage`: 76/100 (this document), [markdown](https://verifymcp.io/servers/avelsys-delphi-codecoverage/mcp-delphi-codecoverage.md), [page](https://verifymcp.io/servers/avelsys-delphi-codecoverage/mcp-delphi-codecoverage)

## Channel facts

- Registry: `npm`
- Package: `mcp-delphi-codecoverage`
- Version: `1.0.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-09-25.

- **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.
  - 31 of 95 dependencies flagged as unhealthy.
- **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 (MIT).
  - Actively maintained (last published 12 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 232 tokens (~38/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 43/100
  - Stability observed for 13 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).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.avelsys/delphi-codecoverage MCP server?

io.github.avelsys/delphi-codecoverage runs locally as an npm package, launched with npx -y mcp-delphi-codecoverage. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add avelsys-delphi-codecoverage -- npx -y mcp-delphi-codecoverage
```

### Cursor

```json
{
  "mcpServers": {
    "avelsys-delphi-codecoverage": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "avelsys-delphi-codecoverage": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add avelsys-delphi-codecoverage -- npx -y mcp-delphi-codecoverage
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add avelsys-delphi-codecoverage --command npx --arg -y --arg mcp-delphi-codecoverage
```

### Hermes

```yaml
mcp_servers:
  avelsys-delphi-codecoverage:
    command: "npx"
    args: ["-y", "mcp-delphi-codecoverage"]
```

### Netclaw

```json
{
  "McpServers": {
    "avelsys-delphi-codecoverage": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-delphi-codecoverage"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add avelsys-delphi-codecoverage -t stdio -c npx -a -y mcp-delphi-codecoverage
```

### Other

```json
{
  "mcpServers": {
    "avelsys-delphi-codecoverage": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ]
    }
  }
}
```

## 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-09-25 (score 76, 0)

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

### 2026-09-24 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 74, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-13 (score 70, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-12 (score 55)

First indexed and scored.

## MCP tools (6)

### `list_topics` (~31 tokens)

Lista os topicos do guia de configuracao de projetos Delphi/DUnitX para uso com a DelphiCodeCoverage

### `get_topic` (~56 tokens)

Retorna o texto completo de um topico do guia

Input parameters:

- `id` (string, required): Id do topico, ex.: project-setup, dunitx-runner, cli-usage, ci-integration, form-mvp-pattern

### `search_guide` (~38 tokens)

Busca um termo em todos os topicos do guia, retornando trechos de contexto

Input parameters:

- `termo` (string, required): Termo de busca

### `get_snippet` (~54 tokens)

Retorna um snippet de codigo Delphi/DUnitX/CLI pronto para uso, de uma categoria especifica

Input parameters:

- `categoria` (string, required): Categoria do snippet
- `nome` (string, required): Nome do snippet dentro da categoria

### `list_snippets` (~20 tokens)

Lista todos os snippets disponiveis, por categoria

### `search_snippets` (~33 tokens)

Busca snippets por palavra-chave (nome ou conteudo do codigo)

Input parameters:

- `termo` (string, required): Termo de busca

## Diagnostics

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

## Score history

- 2026-09-25: 76
- 2026-09-24: 76
- 2026-09-23: 75
- 2026-09-22: 75
- 2026-09-21: 74
- 2026-09-20: 74
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 70
- 2026-09-16: 70
- 2026-09-15: 70
- 2026-09-14: 70
- 2026-09-13: 70
- 2026-09-12: 55

## Common questions

### What is the io.github.avelsys/delphi-codecoverage MCP server?

io.github.avelsys/delphi-codecoverage is an MCP server listed in the public MCP registry as io.github.avelsys/delphi-codecoverage. Guide + snippets for Delphi/DUnitX projects that work with the DelphiCodeCoverage tool. This page covers its npm package (mcp-delphi-codecoverage).

### Is the io.github.avelsys/delphi-codecoverage MCP server safe to use?

io.github.avelsys/delphi-codecoverage scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.avelsys/delphi-codecoverage MCP server expose?

io.github.avelsys/delphi-codecoverage exposes 6 tools: list_topics, get_topic, search_guide, get_snippet, list_snippets, search_snippets. Their descriptions and schemas cost roughly 232 tokens of context every time the server is loaded.

### Is the io.github.avelsys/delphi-codecoverage MCP server still maintained?

io.github.avelsys/delphi-codecoverage is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.avelsys/delphi-codecoverage MCP server under?

io.github.avelsys/delphi-codecoverage declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

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