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.

io.github.IPv6/mcp-transcribe

MCPB · TRANSCRIBE-COM-V1.0.5.MCPB · SCANNED SEP 20

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

0 this week 59 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 Security23
  • Malware scan not yet available for this package.Unverified
  • Known CVEs were checked across the 109 of 109 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • 38 of 109 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).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 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
  • Structured output schemas are declared (25% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
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.

  • 18 Sept 26 +1

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

  • 16 Sept 26 −2
    • 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.

  • 11 Sept 26 +1

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

  • 10 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 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.

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 mcpb/https://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.5/transcribe-com-v1.0.5.mcpb@1.0.5

Provenance No attestation

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

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

Dependencies 109 packages
Packages resolved 109
Deprecated 1
Stale 37
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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

Common questions

What is the io.github.IPv6/mcp-transcribe server?

io.github.IPv6/mcp-transcribe is listed in the public MCP registry as io.github.IPv6/mcp-transcribe. MCP-Transcribe server allows LLMs to interact with the text content of audio/video files. This page covers its MCPB bundle (https://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.5/transcribe-com-v1.0.5.mcpb).

Is the io.github.IPv6/mcp-transcribe server safe to use?

io.github.IPv6/mcp-transcribe scores 59 out of 100 on VerifyMCP. 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 io.github.IPv6/mcp-transcribe server expose?

io.github.IPv6/mcp-transcribe exposes 4 tools: get-balance, convert-to-text, read-transcriptions, update-transcription. Their descriptions and schemas cost roughly 419 tokens of context every time the server is loaded.

What licence is the io.github.IPv6/mcp-transcribe server under?

io.github.IPv6/mcp-transcribe declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.