co.pepys/pepys-mcp
NPM · PEPYS-MCP · 2 COMPONENTS · SCANNED AUG 3
Transcribe audio & video: diarization, timed SRT/VTT, podcasts, paste-a-link, whole-feed batch.
Available components
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. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 29 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability83
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1163 tokens (~129/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 56% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · pepys-mcp
claude mcp add co-pepys-pepys-mcp -- npx -y pepys-mcp
codex mcp add co-pepys-pepys-mcp -- npx -y pepys-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"co-pepys-pepys-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"pepys-mcp"
],
"enabled": true
}
}
} openclaw mcp add co-pepys-pepys-mcp --command npx --arg -y --arg pepys-mcp
mcp_servers:
co-pepys-pepys-mcp:
command: "npx"
args: ["-y", "pepys-mcp"] {
"mcpServers": {
"co-pepys-pepys-mcp": {
"command": "npx",
"args": [
"-y",
"pepys-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 2 Aug 26 +33
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −43
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 29 Jul 26 +53
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Schema quality: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 28 Jul 26 −24
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 44
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
export_transcript Export a transcript ~102
Export a finished transcript as SRT, VTT, TXT, Markdown, or JSON, with correct caption timings. Segment-level export is free; word-level-timed export (word_level:true) is a paid unlock. (DOCX/PDF are available in the Pepys web app.)
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | — |
| job_id | string | yes | — |
| word_level | boolean | — | Word-level timings (paid unlock). Segment-level export is free. |
No output schema declared.
No examples provided.
get_credit_balance Check credit balance ~38
Return the account's remaining transcription credits (in minutes) so you can check headroom before starting a large batch and avoid running out mid-run.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_transcription Get transcription result ~103
Fetch a transcription by job_id: full text, per-speaker timestamped segments, summary, duration_seconds, billed_minutes, and language. Set wait_ms (up to 25000) to long-poll so short clips come back in one call; otherwise poll until status is 'done'.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | — |
| wait_ms | integer | — | Long-poll up to this many ms (cap 25000) for the job to finish. |
No output schema declared.
No examples provided.
list_podcast_episodes List podcast episodes ~63
Given a podcast RSS feed or Apple Podcasts show URL, list its episodes (title, publish date, episode_guid, audio_url) so you can pick exactly which one to transcribe.
| Name | Type | Req | Description |
|---|---|---|---|
| feed_url | string | yes | — |
| limit | integer | — | — |
No output schema declared.
No examples provided.
list_transcriptions List recent transcriptions ~60
List this account's recent transcription jobs with their job_id, status, title, and duration, so you can resume, fetch, or export an earlier result instead of re-transcribing.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
search_transcript Search within a transcript ~101
Search inside a long transcript for a phrase and get back only the matching timestamped segments – locate a quote or topic in an hours-long recording without loading the whole transcript into context.
| Name | Type | Req | Description |
|---|---|---|---|
| case_sensitive | boolean | — | — |
| context_segments | integer | — | Also return this many neighbor segments around each hit. |
| job_id | string | yes | — |
| max_results | integer | — | — |
| query | string | yes | — |
| whole_word | boolean | — | — |
No output schema declared.
No examples provided.
transcribe Transcribe audio/video ~336
Transcribe hours-long audio or video into an accurate, speaker-labeled (diarized), timestamped transcript with correctly-timed SRT/VTT captions – work a general model can't do on a raw file. Accepts a file_ref from upload_file or a url (YouTube, podcast episode, RSS feed, Google Drive/Dropbox share). Audio is never used to train models. Returns { job_id, status }; fetch the result with get_transcription.
| Name | Type | Req | Description |
|---|---|---|---|
| chapters | boolean | — | Also generate chapters. |
| diarize | boolean | — | Label who said what. Paid capability; a non-entitled account gets an upgrade message. |
| episode_guid | string | — | Pick one podcast-feed episode by guid. Only with a feed url; mutually exclusive with episode_index. |
| episode_index | integer | — | Pick one podcast-feed episode by position (0 = newest). Mutually exclusive with episode_guid. |
| file_ref | string | — | A file_ref from upload_file, for local media. Provide EITHER url OR file_ref. |
| idempotency_key | string | — | Make retries safe; the same key returns the same job. |
| language | string | — | BCP-47 hint, e.g. 'en'. Omit to auto-detect. |
| quality | string | — | — |
| summary | boolean | — | Also generate an AI summary. |
| translate_to | string | — | BCP-47 target to translate the transcript into. |
| url | string | — | Public media URL: a file, YouTube video, podcast RSS feed or episode, or a Drive/Dropbox share. Provide EITHER url OR file_ref. |
No output schema declared.
No examples provided.
transcribe_podcast_feed Batch-transcribe a podcast feed ~115
Batch-transcribe a whole podcast feed in one call – fan out every episode, or the latest N, to individual jobs. Returns a set of job_ids. Paid capability (throughput/abuse gate).
| Name | Type | Req | Description |
|---|---|---|---|
| diarize | boolean | — | — |
| feed_url | string | yes | — |
| idempotency_key | string | — | Make retries safe; the same key returns the same batch (no re-billing). |
| latest | integer | — | Transcribe only the newest N episodes; omit for the whole feed. |
No output schema declared.
No examples provided.
upload_file Upload local media ~150
Upload local audio/video the agent is holding (as base64 bytes or a file path) and get back a file_ref to pass to transcribe. Use this when the media has no public URL. Requires the Pepys R2 storage backend.
| Name | Type | Req | Description |
|---|---|---|---|
| bytes_base64 | string | — | Base64-encoded media bytes. Provide EITHER path OR bytes_base64. |
| filename | string | — | Original filename (used to infer content type when mime_type is omitted). |
| mime_type | string | — | audio/* or video/* content type. Inferred from the filename/path extension if omitted. |
| path | string | — | Absolute path to a local audio/video file. Provide EITHER path OR bytes_base64. |
No output schema declared.
No examples provided.