Scribefy
NPM · SCRIBEFY-MCP · SCANNED AUG 3
Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to MKirovBG/scribefy-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 61 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 660 tokens (~165/item across 4 items; 4 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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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 · scribefy-mcp
claude mcp add mkirovbg-scribefy-mcp -- npx -y scribefy-mcp
codex mcp add mkirovbg-scribefy-mcp -- npx -y scribefy-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mkirovbg-scribefy-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"scribefy-mcp"
],
"enabled": true
}
}
} openclaw mcp add mkirovbg-scribefy-mcp --command npx --arg -y --arg scribefy-mcp
mcp_servers:
mkirovbg-scribefy-mcp:
command: "npx"
args: ["-y", "scribefy-mcp"] {
"mcpServers": {
"mkirovbg-scribefy-mcp": {
"command": "npx",
"args": [
"-y",
"scribefy-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.
- 2 Aug 26 +59
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: MKirovBG/scribefy-mcp security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 31 Jul 26 −4
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 45
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 verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- MKirovBG/scribefy-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/MKirovBG/scribefy-mcp/.github/workflows/publish-mcp.yml@refs/tags/v0.3.5
- Rekor log index:
- 1703473127
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:4ba64f0425ab53fd4b68bfa69f489a9363a0851a498c9ca9f3b62ba92440051076d5b255c8b3eb3348b9eb62ee95abcc423247b7333aeb2a1911fc797
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 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.
extract_transcript Extract a YouTube transcript ~204
Pulls the transcript of a YouTube video and returns it as Markdown with timestamps. Use this whenever the user provides a YouTube URL and wants to summarise, quote, search, or otherwise process the video's spoken content. Costs credits on first fetch (1 credit ≤15min, 2 credits 15–45min, 4 credits 45min–2h, 8 credits 2h+). Cached extractions are free — videos other Scribefy users have already extracted are cached for 30 days. Returns the title, channel, duration, language, and the transcript itself split into segments with clickable timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| lang | string | — | BCP-47 language code for the captions (e.g. 'en', 'es', 'fr', 'zh-Hans'). Defaults to 'en' if omitted. |
| url | string | yes | Full YouTube URL — youtube.com/watch?v=…, youtu.be/…, or shorts. Required. |
No output schema declared.
No examples provided.
get_related_videos Get YouTube's "Up next" feed for a video ~106
Return the videos YouTube recommends after a given video — the 'Up next' / 'Related' feed. Returns up to `limit` results (default 10, max 25). Free — no credits charged. Use this to expand research from a single starting video, or to find adjacent content.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max related videos to return (1–25, default 10). |
| url | string | yes | Full YouTube URL of the seed video. |
No output schema declared.
No examples provided.
get_video_metadata Get metadata for a YouTube video (no transcript) ~95
Look up title, channel, duration, view count, upload date, and available caption tracks for a video. Does NOT pull the transcript — use extract_transcript for that. Free — no credits charged. Useful to inspect a video before deciding whether to extract, or to discover which caption languages are available.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full YouTube URL (youtube.com/watch?v=…, youtu.be/…, or shorts). |
No output schema declared.
No examples provided.
search_videos Search YouTube videos by free-text query ~118
Search YouTube for videos matching a query string. Returns up to `limit` results (default 10, max 25) with title, channel, duration, view count, and URL. Free — no credits charged. Use this when the user asks 'find me videos about X' before chaining into extract_transcript on a specific result.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results to return (1–25, default 10). |
| query | string | yes | Free-text search query. Same syntax YouTube's own search bar accepts. |
No output schema declared.
No examples provided.