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

io.github.IPv6/mcp-transcribe

MCPB · TRANSCRIBE-COM-V1.0.5.MCPB · SCANNED AUG 3

MCP-Transcribe server allows LLMs to interact with the text content of audio/video files

+4 this week 40 Trust /100
Trust breakdown (6 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 →

Supply Chain Security13
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 484 tokens (~121/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
  • Structured output schemas are declared (25% of tools); any adoption earns full credit.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

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.

mcpb · transcribe-com-v1.0.5.mcpb

Download bundle
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.

  • 3 Aug 26 +27
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → good functional
  • 2 Aug 26 −16
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +2
    • Maintenance: unverified → pass functional
  • 27 Jul 26 36

    First indexed and scored.

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 3 Aug 2026 · Analysed mcpb/https://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.5/[email protected]

Provenance none

Ecosystem: mcpb · Outcome: none

Dependencies 108 packages

108 packages in the resolved dependency tree · 108 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~419 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.

Tool Tokens
convert-to-text ~161

Use this to transcribe speech to text from an audio file located in file system, to convert audio file into text. Tool adds transcription to user transcriptions at Transcribe.com. ⚠️ COST WARNING: This tool makes an API call which may incur costs.

NameTypeReqDescription
audio_file_pathstringyesPath of the audio File
language_codestringBCP-47 language code for transcription (default: "en-US" for US English)
output_directorystringyesOutput directory where text file should be saved.
should_return_text_to_clientbooleanWhether to return the text to the client directly
should_save_text_to_output_directorybooleanWhether to save the text to a file in output directory

No output schema declared.

No examples provided.

get-balance ~36

Use this to read user balance, returns amount of time credits in hours. Tool retrieves account balance of the user at Transcribe.com

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

read-transcriptions ~125

Use this to get text content and titles of ready transcriptions. Tool can read and retrieve user transcriptions saved at Transcribe.com. Results may be limited by a keyword-focused search query applied to the transcription title or the transcription content. Search query is case-insensitive. Most recently added transcriptions are returned first.

NameTypeReqDescription
limitnumberMaximum number of recent transcriptions to return. Maximum: 100 transcriptions
search_querystringOne or more keyword-focused search query for looking in transcription title or content. Leave this blank when requesting all transcriptions.
NameTypeReqDescription
transcriptionsarrayyes

No examples provided.

update-transcription ~97

Use this to rename transcription or delete transcription. Tool can update user transcriptions saved at Transcribe.com.

NameTypeReqDescription
actionstringyesThe type of Update operation. Possible values are: "rename", "delete"
action_rename_new_namestringyesNew name for "rename" type of update
unique_idstringyesUnique Transcription ID or full title of the transcription. Unique Transcription ID is preferable

No output schema declared.

No examples provided.