Rev.com Connector for AI agents.
11 live capabilities
Manage transcription and captioning orders through your AI client
Waiting for input…
Why people use Rev.com
Rev.com for Eliminating Manual Media Tracking
This Connector changes that. You just ask your agent for the status or the content. It pulls the data directly into your workspace so you can stay focused on your actual work.
What Vinkius changes
You get a dedicated media operations manager that handles all the status checking and data retrieval for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking multiple caption statuses
A producer asks for the progress of 5 different captions and gets a summary of what's finished and what's still pending using get_order_progress.
- Real-world use case 02
Bulk transcription creation
A journalist tells their agent to create 3 new transcription orders for different interview files with specific timestamps using create_order.
- Real-world use case 03
Monthly billing audits
A legal team member asks for a list of all invoices from last month to prepare a budget report using list_invoices.
Complete set · 11capabilities
The complete Rev.com capability set.
These are the exact actions your AI can choose when you ask it to work with Rev.com.
01—04
4 capabilities in this set.
Part of 11 available through Rev.com.
- 01 Capability
Cancel order
Stop a pending request. Use this to stop a transcription if you no longer need the file.
- 02 Capability
Create order
Start a new transcription or captioning job. You can tell your agent exactly what options you need for the file.
- 03 Capability
Get attachment content
Read the text from a finished transcript. This lets you pull the actual words directly into your chat.
- 04 Capability
Get invoice
Look at the details of a single bill. This is useful for verifying specific charges or dates.
05—08
4 capabilities in this set.
Part of 11 available through Rev.com.
- 05 Capability
Get order
Pull the full details of a specific request. You can see the status and options for any past or current job.
- 06 Capability
Get order progress
Check how far along a transcription is. This helps you know exactly when a file will be ready.
- 07 Capability
Get user profile
See your current account details. This helps you confirm your identity and active settings in one step.
- 08 Capability
List attachments
See every file linked to a specific order. You can quickly check if all your media assets are uploaded.
09—11
3 capabilities in this set.
Part of 11 available through Rev.com.
- 09 Capability
List invoices
View your billing history. This lets you keep track of how much you spend on transcription services.
- 10 Capability
List orders
See all your transcription and captioning requests. You can browse your history without logging into a web dashboard.
- 11 Capability
Get attachment metadata
See the technical details of a specific file. You can check file sizes or types without downloading them first.
Set up in minutes
One URL. Then ask Rev.com to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Rev.com from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Rev.com, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Rev.com for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Rev.com URL.
- Step 03
Save and start
Save the connection and enable Rev.com in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"revcom": {
"url": "https://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Rev.com
Open Agent mode in chat and ask: "Using Rev.com, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"revcom": {
"url": "https://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Rev.com
Ask Copilot: "Using Rev.com, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"revcom": {
"url": "https://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Rev.com
Open Cascade and ask: "Using Rev.com, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"revcom": {
"url": "https://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Rev.com
Ask Cline: "Using Rev.com, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add revcom --transport http "https://edge.vinkius.com/vk_preview_CAgC3LHtSTnOdk1DKMv7fI3rc0I3kknm1eYYK7jc/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Rev.com
Ask Claude: "Using Rev.com, show me...". 11 tools are ready
Where the request belongs
Work Rev.com can move forward.
The media producer who's tired of refreshing a browser tab every ten minutes to see if a transcript is ready. The legal admin who needs to pull professional invoices for monthly audits without hunting through a cluttered dashboard. The content coordinator who manages dozens of captions and needs a fast way to track every single one.
Media Producer
Uses the Connector to check transcription statuses and pull finished text into their scripts on a Tuesday afternoon.
Legal Administrator
Uses the Connector to retrieve invoices and track order history for compliance audits during end of month reporting.
Content Coordinator
Uses the Connector to create multiple captioning orders and monitor their progress in one view while managing a large content calendar.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVerbit
Automate professional transcription and captioning via Verbit. upload media, track job progress, and retrieve transcripts in multiple formats directly from your AI agent.
3Scribe
Automated audio and video transcription. create jobs, monitor progress, and retrieve text via AI.
Rev.ai
High-accuracy speech-to-text and transcription. submit media files, generate AI summaries, and create captions directly from your AI agent.
AssemblyAI
Transcribe and audit audio. manage speech-to-text jobs via AI.
Maestra
Automate transcription, translation, and AI voiceovers via the Maestra.ai REST API.
Speechnotes
Transcribe audio files, manage transcription jobs, and export text on Speechnotes with AI agents.
Bring your own AI
Change the model, client or framework. Keep Rev.com connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Rev.com.
The practical details behind the request, access and result.
Can the Rev.com MCP create new transcription orders?
Yes, you can use the Connector to start new transcription or captioning jobs. Just tell your agent the details like duration and service type, and it will handle the creation for you.
How do I check transcription progress with Rev.com MCP?
You can ask your agent for a status update on any specific order. It will tell you how much of the work is finished and give you an estimated delivery time.
Does Rev.com MCP handle billing and invoices?
Yes, the Connector can list your account invoices and provide specific details for any individual bill, making it easy to track your spending through your chat.
Can I see my files using the Rev.com MCP?
You can list the attachments for any order and even retrieve the actual content of a finished transcript directly into your conversation.
Who should use the Rev.com MCP?
It's ideal for media producers, journalists, and content managers who need to manage multiple transcription projects without constantly switching back and forth to a web dashboard.
Can I cancel orders via the Rev.com MCP?
Yes, if you no longer need a pending transcription or captioning request, you can ask your agent to cancel it instantly to save on costs.
Can my AI automatically find the status and attachments for a specific Rev order?
Yes! Use the get_order and list_attachments capabilities. Your agent will respond with complete metadata, including processing status and links to retrieved files in seconds.
How do I find my Rev.com Client Key and User Key?
Log in to your Rev.com account, navigate to the Settings or API section, and you will find your unique Client Key and User Key there.
One connection away
Give your agent a direct line to Rev.com.
Connect Rev.com once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available