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.

Open transcription toolDownload SKILL.mdConnect MCP

Agent path

  1. Confirm permission to process the recording.
  2. Call MCP transcribe_audio with a direct public audio URL, or upload through REST.
  3. Validate names, numbers, speaker assumptions, and unclear passages.
  4. 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.

Complete API guide · All skills