AssemblyAI for your agents.
Connect AssemblyAI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to AssemblyAI.
What agents can do with AssemblyAI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
assemblyai_list_transcriptsList recent transcripts.
assemblyai_transcribeStart transcribing audio from a URL. Returns an id; poll get_transcript for the result.
assemblyai_get_transcriptFetch a transcript (text and status) by id.
assemblyai_get_sentencesGet the transcript split into sentences, each with start/end timestamps and confidence.
assemblyai_get_paragraphsGet the transcript split into paragraphs, each with start/end timestamps.
assemblyai_get_subtitlesExport subtitles for a completed transcript. `subtitle_format` is srt or vtt; returns the subtitle file as text.
assemblyai_word_searchSearch for words within a completed transcript. `words` is a comma-separated list; returns match counts and timestamps.
assemblyai_delete_transcriptPermanently delete a transcript and its stored text/audio by id.
assemblyai_lemur_taskRun a custom LLM prompt (LeMUR) over one or more completed transcripts. `transcript_ids` selects the source transcripts; `prompt` is the instruction.
assemblyai_upload_audioUpload an audio file to AssemblyAI and get a URL that can be used with the transcribe endpoint. Supply a path to a local file or provide `upload_url` directly.
assemblyai_lemur_summaryGenerate a summary of one or more transcripts using LeMUR. `transcript_ids` selects source transcripts; `context` provides optional background for the model.
assemblyai_lemur_question_answerAsk a question about one or more transcripts using LeMUR. Returns the answer derived from the transcript content.
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 your account page.
- Copy your API key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect AssemblyAI to Even: call connect_begin("assemblyai") on the even-connect MCP and walk me through it.
AssemblyAI transcribes audio from URLs, extracts key phrases and sentences, generates SRT/VTT subtitles, and runs LLM analysis.
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.