Rev ai

Rev ai

Rev AI provides advanced machine learning and speech recognition services for converting audio and video to text.

2VIEWS
2458USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app rev_ainpx @composio/cli add cursor --app rev_ainpx @composio/cli add cursor --app rev_ainpx @composio/cli add cursor --app rev_ai

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Delete Job By Id

Tool to delete a completed transcription job and its data. use when you need to permanently remove a finished job after confirming it's no longer needed.

Get Account

Tool to retrieve developer account details. use after authenticating with rev ai.

Get Captions

Tool to retrieve captions (srt or vtt) for a completed rev.ai transcription job. use after confirming the job status is 'completed'.

Get Job By Id

Tool to fetch details of a transcription job by its id. use when confirming job status and metadata are accurate.

Get List Of Jobs

Tool to get list of transcription jobs from the past 30 days. use when you need to retrieve and paginate through recent transcription tasks.

Get Transcript By Id

Tool to retrieve the transcript of a completed rev.ai job. use after confirming job is complete. supports json, plaintext, vtt or srt formats.

Start Stream Transcription

Tool to start a websocket transcription stream. use when you need real-time speech-to-text streaming via rev.ai.

Submit Transcription Job

Tool to submit a new transcription job. use when you have a media url or file bytes ready for async processing.

8 actions available