AWS Transcribe MCP connector
Amazon Transcribe is an automatic speech recognition service that converts audio files into text transcripts for applications. The AWS Transcribe MCP connector allows AI agents to start transcription jobs, retrieve completed transcripts, and manage job status across their audio processing workflows. It also supports listing all transcription jobs and deleting jobs that are no longer needed.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the AWS Transcribe MCP connector to perform the following actions:
- Convert audio recordings into searchable text transcripts for compliance and archival
- Extract spoken content from customer service calls to identify trends and improve training
- Transcribe voicemails and voice messages into readable summaries for faster response
- Generate captions and subtitles for video content to improve accessibility
- Capture meeting discussions as text to create meeting minutes automatically
- Monitor transcription job progress and retrieve completed transcripts on demand
- Delete outdated transcription jobs to manage storage costs and data retention
Example prompts
Use the following example prompts to invoke AWS Transcribe MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all transcription jobs currently running in AWS Transcribe.Start a transcription job for the customer call recording from this morning.Get the transcript from the safety training video I uploaded yesterday.List all completed transcription jobs from the past week in AWS Transcribe.Delete the transcription job for the old webinar recording.Check the status of my in-progress transcription in AWS Transcribe.Start transcribing this sales call and let me know when it finishes.Retrieve the full transcript from last month's board meeting recording.Show me which transcription jobs failed in AWS Transcribe this month.Delete all transcription jobs older than 90 days in AWS Transcribe.
AWS Transcribe MCP connector tools
The AWS Transcribe MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| listTranscriptionJobs | Retrieves a list of all transcription jobs with their current status and details. |
| startTranscriptionJob | Initiates a new transcription job to convert audio or video content into text. |
| getTranscriptionJob | Retrieves detailed information about a specific transcription job. |
| deleteTranscriptionJob | Removes a transcription job and its associated data from the system. |