The catalogue/ElevenLabs
ElevenLabs
app.elevenlabs
Generate lifelike speech with multiple voices and models
Version1.0.0
Categoryai
AuthAPI key
Tools4
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Text-to-speech generation with multiple voices and models via the ElevenLabs API.
02
Tools
4 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- get_subscriptionGet information about your ElevenLabs subscription: character usage, limits, and tier.
- get_voiceGet detailed information about a specific ElevenLabs voice including settings and samples.
- list_voicesList available voices from your ElevenLabs account. Supports filtering by name and category.
- text_to_speechGenerate speech from text using ElevenLabs. Returns base64-encoded audio data. Use list_voices to discover available voices. Default model: eleven_flash_v2_5.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
System secrets
API_KEY
Reading further
The manifest and the source for ElevenLabs live in the monorepo, alongside the other apps.