# io.github.ryudi84/uuid (npm · uuid-forge-mcp)

MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs.

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

## Components

- npm · `uuid-forge-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/ryudi84-uuid/uuid-forge-mcp.md), [page](https://verifymcp.io/servers/ryudi84-uuid/uuid-forge-mcp)

## Channel facts

- Registry: `npm`
- Package: `uuid-forge-mcp`
- Version: `1.0.3`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 158 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 241 tokens (~48/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 ryudi84-uuid -- npx -y uuid-forge-mcp
```

### Codex

```bash
codex mcp add ryudi84-uuid -- npx -y uuid-forge-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ryudi84-uuid --command npx --arg -y --arg uuid-forge-mcp
```

### Hermes

```yaml
mcp_servers:
  ryudi84-uuid:
    command: "npx"
    args: ["-y", "uuid-forge-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "ryudi84-uuid": {
      "command": "npx",
      "args": [
        "-y",
        "uuid-forge-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 69, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 65, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [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] Tool coverage: 100 → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 21, +16)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −41)

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

### 2026-07-28 (score 46, +20)

- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

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

First indexed and scored.

## MCP tools (5)

### `generate_uuid_v4` (~40 tokens)

Generate one or more UUID v4 (random). Returns the most common ID format.

Input parameters:

- `count` (number): Number of UUIDs to generate

### `generate_uuid_v7` (~42 tokens)

Generate UUID v7 (time-sortable, recommended for databases). Includes millisecond timestamp prefix.

Input parameters:

- `count` (number): Number of UUIDs to generate

### `generate_nanoid` (~51 tokens)

Generate nanoid-style compact IDs. URL-safe, shorter than UUID.

Input parameters:

- `alphabet` (string): Character set
- `count` (number): Number of IDs
- `length` (number): ID length

### `generate_ulid` (~39 tokens)

Generate ULID (Universally Unique Lexicographically Sortable Identifier). Great for distributed systems.

Input parameters:

- `count` (number): Number of ULIDs

### `parse_uuid` (~37 tokens)

Parse a UUID and extract version, variant, and timestamp (if v1/v7).

Input parameters:

- `uuid` (string, required): UUID string to parse

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 65
- 2026-08-01: 21
- 2026-07-31: 5
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 26

## Links

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