com.scriptivox.www/transcription
NPM · @SCRIPTIVOX/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3
AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.
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 & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 73 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
- 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
- Tool/resource definitions use about 1616 tokens (~95/item across 17 items; 14 tools + 3 resources), lean.Pass
- 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 · @scriptivox/mcp-server
claude mcp add com-scriptivox-www-transcription -- npx -y @scriptivox/mcp-server
codex mcp add com-scriptivox-www-transcription -- npx -y @scriptivox/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-scriptivox-www-transcription": {
"type": "local",
"command": [
"npx",
"-y",
"@scriptivox/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-scriptivox-www-transcription --command npx --arg -y --arg @scriptivox/mcp-server
mcp_servers:
com-scriptivox-www-transcription:
command: "npx"
args: ["-y", "@scriptivox/mcp-server"] {
"mcpServers": {
"com-scriptivox-www-transcription": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
]
}
}
} 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 0
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 31 Jul 26 +64
- 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 −40
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- License: pass → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Licence: MIT functional
- 29 Jul 26 −7
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 27 Jul 26 53
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/@scriptivox/[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.
check_balance ~29
Check your Scriptivox API credit balance, available hours, and pricing. Requires a configured API key.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
export_transcript ~213
Export a completed Scriptivox transcript as SRT subtitles, WebVTT subtitles, or plain text. Supports segmentation knobs (max_words, max_chars, max_duration, sentence_aware, include_speakers, strip_chars). Requires the transcription to be in `completed` status. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | Output format. |
| include_speakers | string | — | Whether to prefix caption lines with speaker tags. 'auto' (default), 'true' (always), 'false' (never). |
| max_chars | number | — | Max characters per caption segment (default 80). |
| max_duration | number | — | Max seconds per caption segment (default 10). |
| max_words | number | — | Max words per caption segment (default 4). |
| sentence_aware | boolean | — | Break at sentence boundaries (default true). |
| strip_chars | string | — | Characters to strip from the transcript before formatting. |
| transcription_id | string | yes | Completed transcription ID (UUID). |
No output schema declared.
No examples provided.
get_api_docs ~61
Get Scriptivox API documentation. Sections: quickstart, transcribe, result, list, cancel, delete, upload, balance, webhooks, errors. No API key required.
| Name | Type | Req | Description |
|---|---|---|---|
| section | string | — | Documentation section. Defaults to "quickstart". |
No output schema declared.
No examples provided.
get_pricing ~42
Get Scriptivox pricing information including subscription plans (Free, Pro, Team) and API pay-as-you-go rates. Includes signup URLs. No API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_product_info ~56
Get information about Scriptivox capabilities: transcription, audio tools, video tools, subtitle tools, meeting bot, or API. No API key required.
| Name | Type | Req | Description |
|---|---|---|---|
| topic | string | — | Topic to get info about. Defaults to "all". |
No output schema declared.
No examples provided.
get_supported_languages ~34
List all languages supported by Scriptivox for audio/video transcription. Returns language names and ISO codes. No API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_transcriptions ~139
List recent transcriptions for the configured API key, with optional status/date filters and cursor pagination. The full transcript body is omitted — fetch transcribe_status per id to read it. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Opaque cursor from a previous response. |
| from | string | — | ISO 8601 timestamp lower bound (inclusive). |
| limit | number | — | Max items per page (1-200, default 50). |
| order | string | — | Sort order. Default: desc. |
| status | string | — | Filter by status. |
| to | string | — | ISO 8601 timestamp upper bound (exclusive). |
No output schema declared.
No examples provided.
transcribe_cancel ~58
Cancel an in-flight Scriptivox transcription and release any reserved balance. Idempotent. Returns 409 CONFLICT on already-terminal jobs. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| transcription_id | string | yes | The transcription ID to cancel (UUID). |
No output schema declared.
No examples provided.
transcribe_delete ~63
Soft-delete a Scriptivox transcription record. Idempotent. Returns 409 CONFLICT if the job is still in-flight — cancel first via transcribe_cancel. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| transcription_id | string | yes | The transcription ID to delete (UUID). |
No output schema declared.
No examples provided.
transcribe_status ~63
Check the status of a Scriptivox transcription job. Use this for long-running transcriptions, after a timeout, or to verify completion. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| transcription_id | string | yes | The transcription ID returned from transcribe_url or transcribe_upload. |
No output schema declared.
No examples provided.
transcribe_upload ~197
Transcribe a LOCAL file by uploading it to Scriptivox. Drives the 3-step upload flow internally. Same options as transcribe_url. Use when the file isn't on a public URL. Max file size 5 GB. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| align | boolean | — | Word-level timestamps. Default: true. |
| await_completed | boolean | — | Default: true. When false, return id without polling. |
| diarize | boolean | — | Enable speaker diarization. Default: false. |
| file_path | string | yes | Absolute path to the audio/video file on the local filesystem. |
| idempotency_key | string | — | Optional Idempotency-Key header. |
| language | string | — | ISO 639-1 language code. Strongly recommended when known. |
| speaker_count | number | — | Expected speakers (1-50). Requires diarize: true. |
| webhook_url | string | — | Optional HTTPS webhook URL. |
No output schema declared.
No examples provided.
transcribe_url ~330
Transcribe audio or video from a public URL using Scriptivox AI. Supports 119 languages, speaker diarization, and word-level timestamps. RECOMMENDED: always pass the `language` parameter explicitly when you know the audio language — auto-detect has a small failure rate on short clips, code-switched audio, or files starting with music. Requires a configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| align | boolean | — | Word-level timestamps + confidence scores. Default: true. Pass false to opt out (ignored when diarize: true). |
| await_completed | boolean | — | Default: true. When false, return the transcription_id immediately without polling. |
| diarize | boolean | — | Enable speaker diarization. Default: false. When true, word-level alignment is automatically enabled regardless of `align`. |
| idempotency_key | string | — | Optional Idempotency-Key header (up to 255 chars). Same key + same body = same transcription_id. |
| language | string | — | ISO 639-1 language code (e.g. "en", "es", "fr"). 119 languages supported. Strongly recommended when you know the language. |
| speaker_count | number | — | Expected number of speakers (1-50). Requires diarize: true. Passing this when known improves diarization accuracy. |
| url | string | yes | Public URL to an audio or video file (http/https). Supports Google Drive, Dropbox, OneDrive sharing links, and direct file URLs. |
| webhook_url | string | — | Optional HTTPS URL where transcription.* events will be POSTed (HMAC-signed). |
No output schema declared.
No examples provided.
transcription_status ~67
[DEPRECATED — use transcribe_status instead] Alias kept for backward compatibility with @scriptivox/[email protected]. Will be removed in 2.0.0. Identical behavior to transcribe_status.
| Name | Type | Req | Description |
|---|---|---|---|
| transcription_id | string | yes | The transcription ID. |
No output schema declared.
No examples provided.
transcription_url ~200
[DEPRECATED — use transcribe_url instead] Alias kept for backward compatibility with @scriptivox/[email protected]. Will be removed in 2.0.0. Identical behavior to transcribe_url.
| Name | Type | Req | Description |
|---|---|---|---|
| align | boolean | — | Word-level timestamps. Default: true. |
| await_completed | boolean | — | Default: true. When false, return id immediately without polling. |
| diarize | boolean | — | Enable speaker diarization. Default: false. |
| idempotency_key | string | — | Optional Idempotency-Key header. |
| language | string | — | ISO 639-1 language code (e.g. "en"). Strongly recommended when known. |
| speaker_count | number | — | Expected number of speakers (1-50). Requires diarize: true. |
| url | string | yes | Public URL to an audio/video file (http/https). |
| webhook_url | string | — | Optional HTTPS webhook URL. |
No output schema declared.
No examples provided.