Ebby MCP. Get text, check status, and audit transcripts in chat.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Ebby MCP Server manages audio and video transcriptions. It lets your AI agent list all projects, track processing status, retrieve text in SRT/VTT/TXT, and audit your account usage.
Use it to get content intelligence and speaker identification from media files without leaving your chat window.
What your AI agents can do
Get ebby account metadata
Retrieves usage limits and metadata for your Ebby account.
Get transcription details
Gets the detailed settings and current status for one specific transcription job.
Get transcription text
Retrieves the raw text content for a specific media file.
Retrieves a list of all audio and video transcription jobs created in your Ebby account.
Fetches the detailed settings and current processing status for a specific transcription job.
Retrieves the full text content for a given file, supporting multiple formats like TXT, SRT, and VTT.
Lists all identified speakers and their segments within a specific transcription.
Retrieves metadata and usage limits for your Ebby account, including remaining minutes.
Searches all available transcriptions using a keyword from the file name or title.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Ebby MCP Server: 10 Tools for Media Transcription
These tools let your AI client handle the full scope of Ebby's features—from listing jobs to retrieving speaker details and checking account limits.
019d758bget ebby account metadata
Retrieves usage limits and metadata for your Ebby account.
019d758bget transcription details
Gets the detailed settings and current status for one specific transcription job.
019d758bget transcription text
Retrieves the raw text content for a specific media file.
019d758blist audio transcriptions
Lists every audio transcription job created in your Ebby account.
019d758blist in progress transcriptions
Identifies all transcription jobs currently waiting in the processing queue.
019d758blist latest transcriptions
Shows the most recently created or updated transcription jobs.
019d758blist successfully processed audio
Finds transcriptions that finished processing and are ready to be exported.
019d758blist transcription speakers
Lists all speakers and their identified segments within a specific transcription.
019d758bquick transcription volume audit
Gets a high-level summary of your transcription activity and processing rate.
019d758bsearch transcriptions by name
Searches all transcriptions using a filename or title keyword.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Ebby, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
This server handles all your audio and video transcription stuff. Your AI agent lets you list every transcription job created in your Ebby account, check the processing status for a specific job, and pull the raw text content for any file, supporting TXT, SRT, or VTT formats. You can also search all transcriptions by a filename or title keyword.
If you need to know who spoke what, it lists all identified speakers and their segments within a specific transcription. You can check the most recent or the successfully processed jobs, or look at all jobs currently waiting in the queue. To keep tabs on your spending, it gets your usage limits and metadata for your Ebby account.
You can also get a high-level summary of your transcription activity and processing rate. For deeper dives, you can retrieve the detailed settings and current status for a single transcription job, and you can get your account's usage limits and metadata.
How Ebby MCP Works
- 1 Authorize your AI client using your Ebby API Key. You'll need this key in your account settings.
- 2 Ask your agent to list the jobs or get account metadata. The agent runs the necessary tool call.
- 3 The agent processes the raw output—whether it's a list of files, a status report, or the final text—and gives you a direct answer.
The bottom line is: your agent handles the API calls and formats the raw data into a conversation you can understand.
Who Is Ebby MCP For?
Content creators and research teams need this. If you spend time copying text from video players, or manually checking if a transcription is finished, this is for you. It gives you a single chat interface to manage complex media data.
Checks the status of video transcripts and pulls finalized text for scripts on the go.
Searches past transcriptions and speaker labels via chat to build background context for an article.
Monitors total transcription volumes and remaining account minutes to forecast budget needs.
What Changes When You Connect
- Track processing progress in real-time. Use
list_in_progress_transcriptionsto see which files are currently processing and how long they've been queued. - Retrieve text instantly. Call
get_transcription_textto pull the raw transcript content for any file, saving you from opening multiple tabs. - Understand who spoke. Run
list_transcription_speakersto break down who said what, identifying speakers in the transcription. - Manage your whole library. Use
list_audio_transcriptionsto see every job you've ever run, andlist_latest_transcriptionsto quickly find what changed recently. - Keep track of your budget. Run
get_ebby_account_metadatato check remaining minutes and see your current plan details. - Find what you need fast. Use
search_transcriptions_by_nameto quickly locate a file by title instead of scrolling through dozens of results.
Real-World Use Cases
Checking project status after recording
You just finished a podcast episode and uploaded the audio. Instead of logging into the Ebby dashboard and clicking through status pages, you ask your agent: 'What's the status of the new podcast audio?' The agent runs get_transcription_details and tells you if it's ready, if it's stuck, or if it failed.
Researching speaker details across multiple files
You need to write a report on a board meeting, but the minutes are scattered across three different files. You ask your agent to run list_audio_transcriptions to get the IDs, then run list_transcription_speakers on each one. The agent compiles a clean list of who spoke when.
Auditing monthly content costs
The Ops team needs to know if they're close to hitting their transcription minute limit. They ask the agent to run quick_transcription_volume_audit. The agent returns a summary of activity and remaining minutes without needing to navigate the billing portal.
Extracting text for a draft article
You have a finished interview recording and need the text for a blog post. You ask the agent to use get_transcription_text on the file ID. The agent gets the clean text and hands it straight to you for copy-pasting.
The Tradeoffs
Manual API chaining
Trying to manually check the status by calling list_audio_transcriptions and then having to call get_transcription_details for every single ID found in the list. This is slow and error-prone.
→
Let your agent handle the sequence. Give the agent a prompt like, 'List all completed transcriptions and check their status.' The agent handles the necessary calls to list_successfully_processed_audio and then runs get_transcription_details for the results, giving you one answer.
Assuming full content is available
Getting the text using get_transcription_text and assuming the output is perfect. The text might be raw and lack speaker labels or timestamps.
→
Always check the speaker data first. Run list_transcription_speakers before requesting the text. This ensures you get the full context and structured data you need for accurate use.
Forgetting the account limit
Starting a large batch job without checking your remaining minutes, leading to a failure mid-process and wasted time.
→
Check your usage first. Run get_ebby_account_metadata to confirm remaining minutes and understand your current plan before submitting any large media files.
When It Fits, When It Doesn't
Use this server if you need to manage the entire lifecycle of audio transcripts: listing jobs, checking status, retrieving structured text, or auditing usage. You should use it if your workflow involves multiple steps, like 'Find all finished files, then get the text, then see who spoke.'
Don't use this if you just need to upload a file and wait. If you only need a single, simple action, a basic file transfer service might suffice. But if you need to read the metadata or the content, Ebby is the right choice. It's designed for complex, multi-step data retrieval.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Ebby. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Checking media transcripts usually involves a painful dashboard cycle.
Today, getting the full picture of your transcripts means jumping between dashboards: you check the 'Job List' tab to see if the file is done. Then you click the file name to see the status, and if it's done, you copy the text into a doc. If you need to know who spoke, you have to run a second report, and if you need the format changed, that's another click and another page load.
With Ebby, you just tell your agent what you need. The agent handles the clicks. You ask it to 'Get the text and the speaker list for the Board Meeting.' You get a single, structured answer back in the chat, no dashboard jumping required.
Ebby MCP Server: Structured Text & Speaker Data
Before, extracting data meant manual copy-pasting of text, followed by having to manually filter out the noise to identify who said what. You'd spend minutes just assembling the data from multiple sources.
Now, you ask your agent to 'List the speakers and retrieve the text for the Q2 meeting.' It runs `list_transcription_speakers` and `get_transcription_text` in sequence. The result is a single, combined output that tells you exactly who said what, instantly.
Common Questions About Ebby MCP
How do I check if my Ebby account has enough minutes using get_ebby_account_metadata? +
+
Run get_ebby_account_metadata to instantly get your current usage limits and remaining minutes. This is the fastest way to audit your account without navigating the billing portal.
What is the difference between list_audio_transcriptions and list_successfully_processed_audio? +
+
Use list_audio_transcriptions to see every job ever created. Use list_successfully_processed_audio when you only want jobs that are finished and ready for export.
How do I get the text in a specific format, like SRT, using get_transcription_text? +
+
You specify the file ID and the required format (e.g., SRT, VTT) in your prompt. The agent uses get_transcription_text to retrieve the content in the requested format.
Can I find a specific file without knowing its ID? Use search_transcriptions_by_name. +
+
Yes, search_transcriptions_by_name lets you search the entire catalog using keywords from the file name or title, so you don't need the exact ID to start.
How do I get an Ebby API Key? +
Log in to your Ebby account, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. Ensure you have available minutes in your balance.
What export formats are supported? +
Ebby supports exporting transcriptions in various formats including Plain Text (txt), Subtitles (srt, vtt), and Microsoft Word (docx). You can specify the format using the get_transcription_text tool.
Can the agent upload new audio files? +
This integration currently focuses on listing, auditing, and retrieving text for existing transcriptions. Uploading and starting new transcription jobs should be managed via the Ebby web interface.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Range
Keep distributed teams in sync with async check-ins, team updates, and meeting tools that reduce unnecessary status meetings.
FlowUs
All-in-one knowledge management and collaboration platform — manage pages, blocks, and databases via AI.
3Scribe
Automated audio and video transcription — create jobs, monitor progress, and retrieve text via AI.
You might also like
Clientjoy
Manage your entire client lifecycle from proposals and contracts through invoicing and payments in one streamlined platform.
UUID Generator API
Generate unique identifiers — audit UUIDs and versions via AI.
Google Pub/Sub Subscription
This MCP does exactly one thing: it pulls and acknowledges messages from a single Google Pub/Sub Subscription. That's its only function, and nothing else. Incredible for building secure AI workers.