# 3Scribe MCP for AI Agents AI Agent Connect

> 3Scribe is an automated transcription MCP that handles audio and video files. It lets your AI client submit public URLs for transcription, track job progress in real-time, and pull back raw text or detailed transcripts with speaker IDs and timestamps. It's built for anyone who needs to turn spoken media into usable text without the manual headache.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_F0TAi1Jhq89MaccPgdfGga2xqFHRYNyMVlbJUNUM/ai-agent-connect
- **Tags:** transcription, speech-to-text, audio-processing, video-transcription, automated-jobs, media-analysis

## Description

3Scribe takes the heavy lifting out of turning spoken word into organized text. Instead of manually typing out every word from a podcast, interview, or meeting, you can just point your AI agent at a link. It handles the transcription in the background while you stay focused on the actual work. You don't have to worry about the status of a job because your agent can check on it for you, letting you know the second the text is ready. Whether you need a simple block of text or a granular breakdown with timestamps and speaker labels, this Connector gets it done. It's a core part of the Vinkius catalog, making it easy to plug into your existing setup. You get a clean way to manage your media projects, from listing every job you've ever started to cleaning up old files when you're finished. It makes the process of turning audio into data feel like a conversation rather than a chore. You can manage your transcription pipeline without ever leaving your editor or chat window. It handles the heavy lifting of speech-to-text recognition so you can get straight to the insights.

## Tools

### create_job
Submit a public media URL to start a new transcription task and get a Job ID. This is how you kick off the transcription process.

### list_jobs
See a paginated list of every transcription task in your account. Use this to keep track of your total history.

### get_job
Check the status of a specific job and grab the final text or word-level data. This retrieves the actual content.

### delete_job
Permanently remove a transcription task and its data from your account. Use this to keep your project list clean.

## Prompt Examples

**Prompt:** 
```
Can you transcribe this podcast episode for me? https://example.com/podcast.mp3
```

**Response:** 
```
I've started a transcription job for that podcast. Your Job ID is 12345. I'll let you know as soon as it's finished.
```

**Prompt:** 
```
Is my transcription done yet?
```

**Response:** 
```
Checking the status... Yes, it's completed. Here is the transcript:

**Podcast Summary**
* **Speaker 1:** Welcome to the show.
* **Speaker 2:** Thanks for having me.

[Full transcript text follows...]
```

**Prompt:** 
```
Can you delete that old transcript for me?
```

**Response:** 
```
I've removed that transcription job from your account. It's gone now.
```

## Capabilities

### Submit media URLs for transcription
Provide a public link to an audio or video file to start a new transcription task.

### Check real-time job status
See if your transcription is requested, processing, completed, or hit an error.

### Pull back full transcripts
Retrieve the final text from a completed transcription job instantly.

### Get word-level data with timestamps
Access detailed data including speaker IDs and precise timing for every word.

### List all current transcription tasks
View a paginated list of every transcription job in your account.

### Delete old transcription projects
Permanently remove old or unnecessary transcription tasks from your account.

## Use Cases

### Podcast Captions
A creator has 10 hours of raw audio. They ask the agent to transcribe the first three episodes and save the text.

### Meeting Archives
A manager wants to search for a specific topic mentioned in last month's board meeting. The agent pulls the transcript via get_job.

### Journalism Research
A reporter has 50 hours of interviews. They use list_jobs to see which ones are done and then ask the agent to summarize the text.

### Video Accessibility
A YouTuber needs captions for a new video. They provide a link and let the agent handle the transcription lifecycle.

## Benefits

- Skip the manual typing by using create_job to turn any public URL into a transcript instantly.
- Stay updated on your progress by using list_jobs to see what is currently processing in your queue.
- Grab precise data including speaker IDs and timestamps through get_job for high-fidelity notes.
- Keep your workspace clean by using delete_job to remove old projects you no longer need.
- Save time on multi-language content by letting the agent handle auto-detection during the transcription process.

## How It Works

The bottom line is you get accurate transcripts from any audio or video link without lifting a finger.

1. Subscribe to the Connector and enter your 3Scribe API Key.
2. Provide a public URL for your audio or video file to your AI client.
3. Receive a Job ID and ask your agent to check the status until the text is ready.

## Frequently Asked Questions

**How do I use 3Scribe to transcribe my videos?**
Just provide the AI agent with a public URL to your video. It will start the transcription automatically and notify you when the text is ready.

**Can 3Scribe handle different languages?**
Yes, it supports various languages and can even auto-detect the spoken language for you during the transcription process.

**Does 3Scribe provide speaker identification?**
It does. You can retrieve word-level data that includes speaker IDs and timestamps, making it easy to see who said what.

**How do I see my transcription history?**
Your agent can list all the transcription jobs in your account, allowing you to see previous tasks and their current status.

**Can I delete old transcriptions with 3Scribe?**
Yes, you can ask your agent to permanently remove old or unnecessary transcription jobs to keep your account organized.

**What kind of files can 3Scribe transcribe?**
It works with both audio and video files as long as they are hosted on a public URL that your agent can access.

**How do I start a new transcription?**
Use the `create_job` tool and provide the public URL of your audio or video file. Your agent will initiate the process and provide a Job ID.

**Can I check if a transcription is finished?**
Yes. Use the `get_job` tool with the Job ID. It will return the current status and, if completed, the transcribed text.

**How can I clean up my transcription history?**
Use the `delete_job` tool and provide the Job ID. This permanently removes the transcription data from your 3Scribe account.