Deepgram

Deepgram

Deepgram provides AI-powered speech recognition and understanding services, offering APIs for real-time and pre-recorded audio transcription, text-to-speech, and audio intelligence.

1VIEWS
2244USERS

Install MCP Server

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

npx @composio/cli add cursor --app deepgramnpx @composio/cli add cursor --app deepgramnpx @composio/cli add cursor --app deepgramnpx @composio/cli add cursor --app deepgram

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

Available Tools

Get Public Models

Tool to retrieve metadata on all the latest public deepgram speech-to-text models. use when you need to list available models; set include outdated to true to include deprecated versions.

List Deepgram Projects

Tool to list all deepgram projects. use after authenticating with your api key.

Get Project Usage Summary

Tool to retrieve a summary of usage data for a specified deepgram project. use when you need high-level metrics (submitted, processed, billable durations, etc.) optionally filtered by time window, model, accessor, or tag.

Get Public Tts Models

Tool to fetch metadata about all latest public tts voice models. use when you need to list available deepgram tts voices.

List Project Scopes

Tool to list all scopes for a specified deepgram project. use when you need to retrieve all permission scopes for a project.

Transcribe Pre-recorded Audio

Tool to transcribe pre-recorded audio files into text. use when you need to convert an audio file at a url to text after confirming the file url is publicly accessible.

Summarize Audio

Tool to generate concise summaries from audio content. use when you need a quick summary of audio after confirming the file url is publicly accessible.

Text-to-speech (rest)

Tool to convert text into natural-sounding speech. use when you need tts audio from text inputs.

Topic Detection

Tool to transcribe audio and detect topics. use when you need to identify the main topics discussed in an audio recording after confirming the file url is publicly accessible.

9 actions available