Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.scriptivox.www/transcription

NPM · @SCRIPTIVOX/MCP-SERVER · 3 COMPONENTS · SCANNED SEP 20

AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.

0 this week 84 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • 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 22 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability87
  • 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 Management93
  • Stability observed for 28 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "transcribe_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.scriptivox.www/transcription MCP server?

com.scriptivox.www/transcription runs locally as an npm package, launched with npx -y @scriptivox/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @scriptivox/mcp-server

# add to Claude Code
claude mcp add com-scriptivox-www-transcription -- npx -y @scriptivox/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "com-scriptivox-www-transcription": {
      "command": "npx",
      "args": [
        "-y",
        "@scriptivox/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-scriptivox-www-transcription": {
      "command": "npx",
      "args": [
        "-y",
        "@scriptivox/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-scriptivox-www-transcription -- npx -y @scriptivox/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-scriptivox-www-transcription": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@scriptivox/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-scriptivox-www-transcription --command npx --arg -y --arg @scriptivox/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-scriptivox-www-transcription:
    command: "npx"
    args: ["-y", "@scriptivox/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-scriptivox-www-transcription": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@scriptivox/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-scriptivox-www-transcription -t stdio -c npx -a -y @scriptivox/mcp-server
// mcp.json
{
  "mcpServers": {
    "com-scriptivox-www-transcription": {
      "command": "npx",
      "args": [
        "-y",
        "@scriptivox/mcp-server"
      ]
    }
  }
}
Changelog

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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

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 20 Sept 2026 · Analysed npm/@scriptivox/mcp-server@1.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~1,552 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
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.

NameTypeReqDescription
formatstringyesOutput format.
include_speakersstringWhether to prefix caption lines with speaker tags. 'auto' (default), 'true' (always), 'false' (never).
max_charsnumberMax characters per caption segment (default 80).
max_durationnumberMax seconds per caption segment (default 10).
max_wordsnumberMax words per caption segment (default 4).
sentence_awarebooleanBreak at sentence boundaries (default true).
strip_charsstringCharacters to strip from the transcript before formatting.
transcription_idstringyesCompleted 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.

NameTypeReqDescription
sectionstringDocumentation 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.

NameTypeReqDescription
topicstringTopic 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.

NameTypeReqDescription
cursorstringOpaque cursor from a previous response.
fromstringISO 8601 timestamp lower bound (inclusive).
limitnumberMax items per page (1-200, default 50).
orderstringSort order. Default: desc.
statusstringFilter by status.
tostringISO 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.

NameTypeReqDescription
transcription_idstringyesThe 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.

NameTypeReqDescription
transcription_idstringyesThe 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.

NameTypeReqDescription
transcription_idstringyesThe 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.

NameTypeReqDescription
alignbooleanWord-level timestamps. Default: true.
await_completedbooleanDefault: true. When false, return id without polling.
diarizebooleanEnable speaker diarization. Default: false.
file_pathstringyesAbsolute path to the audio/video file on the local filesystem.
idempotency_keystringOptional Idempotency-Key header.
languagestringISO 639-1 language code. Strongly recommended when known.
speaker_countnumberExpected speakers (1-50). Requires diarize: true.
webhook_urlstringOptional 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.

NameTypeReqDescription
alignbooleanWord-level timestamps + confidence scores. Default: true. Pass false to opt out (ignored when diarize: true).
await_completedbooleanDefault: true. When false, return the transcription_id immediately without polling.
diarizebooleanEnable speaker diarization. Default: false. When true, word-level alignment is automatically enabled regardless of `align`.
idempotency_keystringOptional Idempotency-Key header (up to 255 chars). Same key + same body = same transcription_id.
languagestringISO 639-1 language code (e.g. "en", "es", "fr"). 119 languages supported. Strongly recommended when you know the language.
speaker_countnumberExpected number of speakers (1-50). Requires diarize: true. Passing this when known improves diarization accuracy.
urlstringyesPublic URL to an audio or video file (http/https). Supports Google Drive, Dropbox, OneDrive sharing links, and direct file URLs.
webhook_urlstringOptional 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/mcp-server@1.0.x. Will be removed in 2.0.0. Identical behavior to transcribe_status.

NameTypeReqDescription
transcription_idstringyesThe transcription ID.

No output schema declared.

No examples provided.

transcription_url ~200

[DEPRECATED — use transcribe_url instead] Alias kept for backward compatibility with @scriptivox/mcp-server@1.0.x. Will be removed in 2.0.0. Identical behavior to transcribe_url.

NameTypeReqDescription
alignbooleanWord-level timestamps. Default: true.
await_completedbooleanDefault: true. When false, return id immediately without polling.
diarizebooleanEnable speaker diarization. Default: false.
idempotency_keystringOptional Idempotency-Key header.
languagestringISO 639-1 language code (e.g. "en"). Strongly recommended when known.
speaker_countnumberExpected number of speakers (1-50). Requires diarize: true.
urlstringyesPublic URL to an audio/video file (http/https).
webhook_urlstringOptional HTTPS webhook URL.

No output schema declared.

No examples provided.

Common questions

What is the com.scriptivox.www/transcription MCP server?

com.scriptivox.www/transcription is an MCP server listed in the public MCP registry as com.scriptivox.www/transcription. AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export. This page covers its npm package (@scriptivox/mcp-server).

Is the com.scriptivox.www/transcription MCP server safe to use?

com.scriptivox.www/transcription scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.scriptivox.www/transcription MCP server expose?

com.scriptivox.www/transcription exposes 14 tools: get_supported_languages, get_pricing, get_product_info, get_api_docs, check_balance, and 9 more. Their descriptions and schemas cost roughly 1,552 tokens of context every time the server is loaded.

Is the com.scriptivox.www/transcription MCP server still maintained?

com.scriptivox.www/transcription is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the com.scriptivox.www/transcription MCP server under?

com.scriptivox.www/transcription declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.