Speechify for your agents.
Connect Speechify once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 4 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Speechify.
What agents can do with Speechify
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
speechify_synthesize_speechSynthesize speech from text. `text` is the content to speak. `voice_id` selects the voice.
speechify_list_voicesList available voices for speech synthesis.
speechify_stream_speechFor an AI agent: like synthesize_speech but returns streamed audio for lower latency on longer text. `text` is the content, `voice_id` selects the voice.
speechify_delete_voiceFor an AI agent: delete a personal or cloned voice by id. Does not affect Speechify's shared/system voices.
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.
- Sign in to Speechify.
- Go to API Keys.
- Create a new API key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Speechify to Even: call connect_begin("speechify") on the even-connect MCP and walk me through it.
Synthesize speech from text using a selected voice, retrieve available voices, and stream audio for low latency.
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.