Claude · speech to text · MCP
Transcribe audio with Claude
Install a bounded skill so Claude can turn authorized recordings into text, timed chunks, and best-effort subtitles without guessing the API contract.
Agent path
- Confirm permission to process the recording.
- Call MCP
transcribe_audiowith a direct public audio URL, or upload through REST. - Validate names, numbers, speaker assumptions, and unclear passages.
- Return text, language, available chunks/SRT, and a review list.
curl -X POST https://agentmediatools.com/api/transcribe \ -F "audio=@meeting.mp3"
The first daily call has a free allowance; subsequent attempts use flexible credits. Uploads are limited to 20 MB. Timed SRT depends on upstream chunks and is not guaranteed.