List your voices
List the voice models this workspace owns, with the id to pass to voice.speak, when each was created and what consent was attested for it.
What a call costs
This call is never charged.
a price before every call. failed calls are never charged.
When to use it
Use when you need the voice_id of a voice you cloned earlier, or to check what this workspace is still paying to keep. Takes no input. Only ever returns voices belonging to the caller's own workspace.
Inputs
This tool takes no input. Call it and it returns.
How to call it
Connect once and your agent can reach List your voices the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "voice.list",
"input": {}
}Related tools
More from voice and audio, or browse the full tool catalog.
Clone a voice
Create a reusable voice model from one or more recordings of a person speaking, and get back a voice_id you can pass to voice.speak.
FreeDelete a voice
Permanently delete one of your cloned voices, at the provider as well as here.
FreeSpeech to text
Transcribe an audio file into text, with the detected language, the total duration and per-segment timings when you ask for them.
$0.0003 per second of audioText to speech
Turn text into natural speech and get back a link to the audio file.
$0.0450 per 1,000 UTF-8 bytes of text (roughly one minute of speech)Further reading: What is MCP? The Model Context Protocol, explained
Run List your voices from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started