# io.github.IPv6/mcp-transcribe (mcpb · transcribe-com-v1.0.5.mcpb)

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

- Trust score: 40/100 (low)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- mcpb · `transcribe-com-v1.0.5.mcpb`: 40/100 (this document), [markdown](https://verifymcp.io/servers/ipv6-mcp-transcribe/https-github-com-transcribe-app-mcp-transcribe-releases-download-v1-0-5-transcri.md), [page](https://verifymcp.io/servers/ipv6-mcp-transcribe/https-github-com-transcribe-app-mcp-transcribe-releases-download-v1-0-5-transcri)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.5/transcribe-com-v1.0.5.mcpb`
- Version: `1.0.5`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 121 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 484 tokens (~121/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (25% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

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

- Download bundle: `https://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.5/transcribe-com-v1.0.5.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 40, +27)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → good

### 2026-08-02 (score 13, −16)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 29, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 38, +2)

- [functional improvement] Maintenance: unverified → pass

### 2026-07-27 (score 36)

First indexed and scored.

## MCP tools (4)

### `get-balance` (~36 tokens)

Get Transcribe.com balance

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

### `convert-to-text` (~161 tokens)

Transcribe file to text

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.

Input parameters:

- `audio_file_path` (string, required): Path of the audio File
- `language_code` (string): BCP-47 language code for transcription (default: "en-US" for US English)
- `output_directory` (string, required): 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

### `read-transcriptions` (~125 tokens)

Retrieve text content of ready transcriptions

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.

Input parameters:

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

Output parameters:

- `transcriptions` (array)

### `update-transcription` (~97 tokens)

Update or delete transcription

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

Input parameters:

- `action` (string, required): The type of Update operation. Possible values are: "rename", "delete"
- `action_rename_new_name` (string, required): New name for "rename" type of update
- `unique_id` (string, required): Unique Transcription ID or full title of the transcription. Unique Transcription ID is preferable

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ipv6-mcp-transcribe/https-github-com-transcribe-app-mcp-transcribe-releases-download-v1-0-5-transcri#diagnostics

## Score history

- 2026-08-03: 40
- 2026-08-02: 13
- 2026-08-01: 29
- 2026-07-31: 29
- 2026-07-30: 38
- 2026-07-28: 38
- 2026-07-27: 36

## Links

- Repository: https://github.com/transcribe-app/mcp-transcribe
- Changelog RSS feed: https://verifymcp.io/servers/ipv6-mcp-transcribe/https-github-com-transcribe-app-mcp-transcribe-releases-download-v1-0-5-transcri/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ipv6-mcp-transcribe/https-github-com-transcribe-app-mcp-transcribe-releases-download-v1-0-5-transcri/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ipv6-mcp-transcribe/https-github-com-transcribe-app-mcp-transcribe-releases-download-v1-0-5-transcri
