# io.github.nelsonjordanme/clypt (npm · @useclypt/mcp-server)

Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.

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

## Components

- npm · `@useclypt/mcp-server`: 78/100 (this document), [markdown](https://verifymcp.io/servers/nelsonjordanme-clypt/useclypt-mcp-server.md), [page](https://verifymcp.io/servers/nelsonjordanme-clypt/useclypt-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@useclypt/mcp-server`
- Version: `0.1.5`
- 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to nelsonjordanme/clypt-mcp-server).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 74 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 378 tokens (~126/item across 3 items; 3 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 nelsonjordanme-clypt -- npx -y @useclypt/mcp-server
```

### Codex

```bash
codex mcp add nelsonjordanme-clypt -- npx -y @useclypt/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add nelsonjordanme-clypt --command npx --arg -y --arg @useclypt/mcp-server
```

### Hermes

```yaml
mcp_servers:
  nelsonjordanme-clypt:
    command: "npx"
    args: ["-y", "@useclypt/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "nelsonjordanme-clypt": {
      "command": "npx",
      "args": [
        "-y",
        "@useclypt/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-03 (score 78, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 75, +54)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [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).
- [security] The attested source repository moved: nelsonjordanme/clypt-mcp-server
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 21, −25)

- [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 (3)

### `submit_job` (~189 tokens)

Submit a podcast for processing. Returns a job id immediately with status='queued'; the pipeline runs asynchronously — call get_job to poll. Typical wall-clock to terminal is ~2-5 min for audio_url/rss_feed_url, ~10-12 min for video_url with include_trailer=true. Source type 'youtube_url' is in beta — sandbox keys return a fixture failure; live keys reject it for now. For free deterministic testing, use a sandbox key (prefix clk_test_) — every submission returns canned fixture output ~10-70s later.

Input parameters:

- `idempotency_key` (string): Optional idempotency token (8-255 chars). Re-submitting the same body with the same key inside 24h returns the original job instead of creating a new one.
- `options` (object): Optional job-level overrides.
- `source` (object, required): Where to fetch the source media from.

### `get_job` (~105 tokens)

Fetch the current state of a previously submitted job. When status='complete', the returned envelope contains the output object with clips, optional trailer, guest_share_url, show_notes, and transcript. When status='failed', the envelope contains an error object with code + message. Call this repeatedly (every 30-60s is plenty — jobs take minutes, not seconds) until status is one of complete/failed.

Input parameters:

- `id` (string, required): The job id returned by submit_job.

### `list_jobs` (~84 tokens)

List recent jobs for the authenticated organisation, newest first. Cursor-paginated via starting_after. Useful for inspecting recent submissions when you don't have the id to hand.

Input parameters:

- `limit` (integer): Max items per page (1-100, default 20).
- `starting_after` (string): Cursor: pass the last job id from the previous page to fetch the next page.

## Diagnostics

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

## Score history

- 2026-08-03: 78
- 2026-08-02: 75
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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