transcribevideototext
Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, word-level timestamps, and webhooks.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Transcribe: Start transcribing an audio/video file. Provide exactly ONE source: `url` (a public https link) or `storagePath` (from a prior create_upload_url). Returns a job id immediately; poll it wit
- Get Transcription: Fetch a transcription's status and result by id. Use this to poll a job created with transcribe.
- List Transcriptions: List the account's transcriptions, most recent first.
What data it sees
Do you need an account
No: the server works without sign-in
Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, word-level timestamps, and webhooks. Hosted remote MCP server for the VideoToText transcription API — no local Whisper setup needed. Docs: https://www.transcribevideototext.com/video-transcription-api
Server tool list (5)
Raw names from tools/list. Only developers need these.
| transcribe | Start transcribing an audio/video file. Provide exactly ONE source: `url` (a public https link) or `storagePath` (from a prior create_upload_url). Returns a job id immediately; poll it with get_transcription until status is 'completed'. |
| get_transcription | Fetch a transcription's status and result by id. Use this to poll a job created with transcribe. |
| list_transcriptions | List the account's transcriptions, most recent first. |
| delete_transcription | Delete a transcription by id. Cancels and refunds it if still in progress. |
| create_upload_url | Advanced: sign a short-lived upload URL for a file you will PUT yourself. Returns `path` to pass as `storagePath` to transcribe. Most callers should use transcribe with `url` instead. |