# io.github.AntonioTF5/soul-mcp-server (npm · soul-mcp-server)

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

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

## Components

- npm · `soul-mcp-server`: 68/100 (this document), [markdown](https://verifymcp.io/servers/antoniotf5-soul-mcp-server/soul-mcp-server.md), [page](https://verifymcp.io/servers/antoniotf5-soul-mcp-server/soul-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `soul-mcp-server`
- 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-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **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 107 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 148 tokens (~49/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add antoniotf5-soul-mcp-server -- npx -y soul-mcp-server
```

### Codex

```bash
codex mcp add antoniotf5-soul-mcp-server -- npx -y soul-mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add antoniotf5-soul-mcp-server --command npx --arg -y --arg soul-mcp-server
```

### Hermes

```yaml
mcp_servers:
  antoniotf5-soul-mcp-server:
    command: "npx"
    args: ["-y", "soul-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "antoniotf5-soul-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "soul-mcp-server"
      ]
    }
  }
}
```

## 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-04 (score 68, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 69, +1)

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

### 2026-08-02 (score 68, +15)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 53, +25)

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

### 2026-07-31 (score 28, −28)

- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-29 (score 56, +10)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (3)

### `validate_soul_file` (~46 tokens)

Validate a SOUL.md file against the schema. Returns pass/fail and field-level errors.

Input parameters:

- `path` (string, required): Path to the .soul.md file to validate.

### `generate_soul_template` (~51 tokens)

Generate a starter SOUL.md file for a given agent name and keywords.

Input parameters:

- `keywords` (array): Keywords describing the agent's domain or expertise.
- `name` (string, required): The agent's name.

### `score_soul_file` (~51 tokens)

Return a completeness score (0-100) for a SOUL.md file based on how many optional fields are filled.

Input parameters:

- `path` (string, required): Path to the .soul.md file to score.

## Diagnostics

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

## Score history

- 2026-08-04: 68
- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 53
- 2026-07-31: 28
- 2026-07-29: 56
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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