Skip to main content

ElevenLabs

Inspect an ElevenLabs account: its voices, its models, and what it has generated.

Connect ElevenLabs with an API key to read the account's quota, browse and search its voices, list the models it may use, and audit past generations.

Connect

Credential fieldRequiredWhere it comes from
API key (API_KEY)YesAn ElevenLabs API key, sent as the xi-api-key header.

Tools

ToolAccessWhat it does
Get account (yekar.elevenlabs.get-user)ReadReturn the ElevenLabs account this connection authenticates as, with its subscription and character quota.
List voices (yekar.elevenlabs.list-voices)ReadList the voices available to this ElevenLabs account, with each voice's id for use elsewhere.
List models (yekar.elevenlabs.list-models)ReadList the ElevenLabs models this account may use, with the languages each one supports.
List generation history (yekar.elevenlabs.list-history)ReadList this account's past speech generations, with the text, voice, model and character cost of each - the record of what the account has spent its quota on.

Notes

  • In ElevenLabs, open your profile → API keys and create a key.
  • The key's plan decides which models and voices answer; a feature outside the plan returns a permission error, not an empty list.