Deepgram for your agents.
Connect Deepgram once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Deepgram.
What agents can do with Deepgram
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
deepgram_list_projectsList projects on the account.
deepgram_transcribe_urlTranscribe audio from a public URL. Options like model and language go in the query.
deepgram_get_projectGet one project by id (name, settings, default model).
deepgram_list_project_keysList the API keys that belong to a project.
deepgram_get_project_usageGet an aggregated usage summary (hours, requests) for a project. `start`/`end` are YYYY-MM-DD.
deepgram_list_project_balancesList the outstanding credit balances for a project.
deepgram_text_to_speechSynthesize speech (Aura TTS) from text; returns audio. Pick a voice with the `model` query param, e.g. aura-2-thalia-en.
deepgram_analyze_textRun text intelligence (summarize, topics, sentiment, intents) over text or a URL. Turn features on via query flags like summarize=true. Pass either text or url in the body.
deepgram_update_projectUpdate a project's name and company settings.
deepgram_create_project_keyCreate a new API key for a project with specified scopes.
deepgram_delete_project_keyDelete an API key from a project.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open the Deepgram console.
- Under API Keys, create a key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Deepgram to Even: call connect_begin("deepgram") on the even-connect MCP and walk me through it.
Transcribe audio from a public URL with Deepgram, synthesize text to speech, and analyze text for sentiment and topics.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.