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
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 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
- 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 121 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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 bundleEvery 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.
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.
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.
convert-to-text Transcribe file 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.
| Name | Type | Req | Description |
|---|---|---|---|
| audio_file_path | string | yes | Path of the audio File |
| language_code | string | — | BCP-47 language code for transcription (default: "en-US" for US English) |
| output_directory | string | yes | Output directory where text file should be saved. |
| should_return_text_to_client | boolean | — | Whether to return the text to the client directly |
| should_save_text_to_output_directory | boolean | — | Whether to save the text to a file in output directory |
No output schema declared.
No examples provided.
get-balance Get Transcribe.com 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 Retrieve text content of ready 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of recent transcriptions to return. Maximum: 100 transcriptions |
| search_query | string | — | One or more keyword-focused search query for looking in transcription title or content. Leave this blank when requesting all transcriptions. |
| Name | Type | Req | Description |
|---|---|---|---|
| transcriptions | array | yes | — |
No examples provided.
update-transcription Update or delete transcription ~97
Use this to rename transcription or delete transcription. Tool can update user transcriptions saved at Transcribe.com.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | The type of Update operation. Possible values are: "rename", "delete" |
| action_rename_new_name | string | yes | New name for "rename" type of update |
| unique_id | string | yes | Unique Transcription ID or full title of the transcription. Unique Transcription ID is preferable |
No output schema declared.
No examples provided.