ElevenLabs
Server Details
ElevenLabs in natural language: generate speech in any language, create and manage voices, compose m
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/elevenlabs-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
155 toolsauthenticateIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
connectRead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
elevenlabs_add_chapterInspect
Create Chapter. Creates a new chapter either as blank or from a URL.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No | ||
| from_url | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_add_from_rulesInspect
Add A Pronunciation Dictionary. Creates a new pronunciation dictionary from provided rules.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| rules | Yes | ||
| account | No | ||
| description | No | ||
| workspace_access | No |
elevenlabs_add_memberInspect
Add Member To User Group. Adds a member of your workspace to the specified group. Requires group_members_manage permission.
Bulk support: accepts group_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| account | No | ||
| group_id | Yes | ||
| group_ids | No |
elevenlabs_add_rulesInspect
Add Rules To The Pronunciation Dictionary. Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
Bulk support: accepts pronunciation_dictionary_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | ||
| account | No | ||
| pronunciation_dictionary_id | Yes | ||
| pronunciation_dictionary_ids | No |
elevenlabs_add_sharing_voiceInspect
Add Shared Voice. Add a shared voice to your collection of voices.
Bulk support: accepts public_user_ids, voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| new_name | Yes | ||
| voice_id | Yes | ||
| voice_ids | No | ||
| bookmarked | No | ||
| public_user_id | Yes | ||
| public_user_ids | No |
elevenlabs_audio_native_update_content_from_urlInspect
Update Audio-Native Content From Url. Finds an AudioNative project matching the provided URL, extracts content from the URL, updates the project content, and queues it for conversion and auto-publishing.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | No | ||
| author | No | ||
| account | No |
elevenlabs_compose_planInspect
Generate Composition Plan. Generate a composition plan from a prompt.
Bulk support: accepts model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| account | No | ||
| model_id | No | ||
| model_ids | No | ||
| music_length_ms | No | ||
| source_composition_plan | No |
elevenlabs_convert_chapter_endpointInspect
Convert Chapter. Starts conversion of a specific chapter.
Bulk support: accepts project_ids, chapter_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No |
elevenlabs_convert_project_endpointInspect
Convert Studio Project. Starts conversion of a Studio project and all of its chapters.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_create_auth_connectionInspect
Create Workspace Auth Connection. Create a new OAuth2 auth connection for the workspace
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| account | No |
elevenlabs_create_podcastInspect
Create Podcast. Create and auto-convert a podcast project. Currently, the LLM cost is covered by us but you will still be charged for the audio generation. In the future, you will be charged for both the LLM and audio generation costs.
Bulk support: accepts model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| intro | No | ||
| outro | No | ||
| source | Yes | ||
| account | No | ||
| language | No | ||
| model_id | Yes | ||
| model_ids | No | ||
| highlights | No | ||
| callback_url | No | ||
| duration_scale | No | ||
| quality_preset | No | ||
| safety-identifier | No | ||
| instructions_prompt | No | ||
| apply_text_normalization | No |
elevenlabs_create_pvc_voiceInspect
Create Pvc Voice. Creates a new PVC voice with metadata but no samples
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | No | ||
| account | No | ||
| language | Yes | ||
| description | No |
elevenlabs_create_service_accountInspect
Create Service Account. Create a new service account in the workspace. By default, a workspace can have up to 20 service accounts. Enterprise customers may request an increase to this limit, up to 100.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No | ||
| default_sharing_groups | No |
elevenlabs_create_service_account_api_keyInspect
Create Service Account Api Key. Create a new API key for a service account
Bulk support: accepts service_account_user_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No | ||
| allowed_ips | No | ||
| permissions | Yes | ||
| character_limit | No | ||
| service_account_user_id | Yes | ||
| service_account_user_ids | No | ||
| third_party_disable_allowed | No |
elevenlabs_create_speech_engineInspect
Create Speech Engine. Create a new Speech Engine resource
| Name | Required | Description | Default |
|---|---|---|---|
| asr | No | ||
| tts | No | ||
| vad | No | ||
| name | No | ||
| tags | No | ||
| turn | No | ||
| account | No | ||
| privacy | No | ||
| language | No | ||
| overrides | No | ||
| call_limits | No | ||
| conversation | No | ||
| speech_engine | Yes |
elevenlabs_create_voiceInspect
Create A New Voice From Voice Preview. Create a voice from previously generated voice preview. This endpoint should be called after you fetched a generated_voice_id using POST /v1/text-to-voice/design or POST /v1/text-to-voice/:voice_id/remix.
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | ||
| account | No | ||
| voice_name | Yes | ||
| voice_description | Yes | ||
| generated_voice_id | Yes | ||
| played_not_selected_voice_ids | No |
elevenlabs_create_workspace_webhook_routeInspect
Create Workspace Webhook. Create a new webhook for the workspace with the specified authentication type.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| settings | Yes |
elevenlabs_delete_audio_isolation_history_itemInspect
Delete Audio Isolation History Item. Deletes a specific audio isolation history item and the associated media files.
Bulk support: accepts history_item_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| history_item_id | Yes | ||
| history_item_ids | No |
elevenlabs_delete_auth_connectionInspect
Delete Workspace Auth Connection. Delete an auth connection
Bulk support: accepts auth_connection_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| auth_connection_id | Yes | ||
| auth_connection_ids | No |
elevenlabs_delete_chapter_endpointInspect
Delete Chapter. Deletes a chapter.
Bulk support: accepts project_ids, chapter_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No |
elevenlabs_delete_dubbingInspect
Delete Dubbing. Deletes a dubbing project.
Bulk support: accepts dubbing_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| dubbing_id | Yes | ||
| dubbing_ids | No |
elevenlabs_delete_finetuneInspect
Delete Music Finetune. Delete a music finetune
Bulk support: accepts finetune_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| finetune_id | Yes | ||
| finetune_ids | No |
elevenlabs_delete_inviteInspect
Delete Existing Invitation. Invalidates an existing email invitation. The invitation will still show up in the inbox it has been delivered to, but activating it to join the workspace won't work. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| account | No |
elevenlabs_delete_projectInspect
Delete Studio Project. Deletes a Studio project.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_delete_pvc_voice_sampleInspect
Delete Pvc Voice Sample. Delete a sample from a PVC voice.
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No |
elevenlabs_delete_sampleInspect
Delete Sample. Removes a sample by its ID.
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No |
elevenlabs_delete_service_account_api_keyInspect
Delete Service Account Api Key. Delete an existing API key for a service account
Bulk support: accepts service_account_user_ids, api_key_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| api_key_id | Yes | ||
| api_key_ids | No | ||
| service_account_user_id | Yes | ||
| service_account_user_ids | No |
elevenlabs_delete_speech_engineInspect
Delete Speech Engine. Delete a Speech Engine resource
Bulk support: accepts speech_engine_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| speech_engine_id | Yes | ||
| speech_engine_ids | No |
elevenlabs_delete_speech_history_itemInspect
Delete History Item. Delete a history item by its ID
Bulk support: accepts history_item_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| history_item_id | Yes | ||
| history_item_ids | No |
elevenlabs_delete_transcript_by_idInspect
Delete Transcript By Id. Delete a previously generated transcript by its ID.
Bulk support: accepts transcription_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| transcription_id | Yes | ||
| transcription_ids | No |
elevenlabs_delete_voiceInspect
Delete Voice. Deletes a voice by its ID.
Bulk support: accepts voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| voice_ids | No |
elevenlabs_delete_workspace_webhook_routeInspect
Delete Workspace Webhook. Delete the specified workspace webhook
Bulk support: accepts webhook_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| webhook_id | Yes | ||
| webhook_ids | No |
elevenlabs_disableInspect
Disable Api Key. Disable the API key used to authenticate this request. Requires the query parameter api_key_name=self as an explicit confirmation.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| api_key_name | Yes |
elevenlabs_download_speech_history_itemsInspect
Download History Items. Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| output_format | No | ||
| history_item_ids | Yes |
elevenlabs_dubbing_language_createInspect
Create Dubbing Language Target. Queue a language target for a project (starts once the project is ready).
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No | ||
| translations | No | ||
| voice_settings | No | ||
| target_language | Yes |
elevenlabs_dubbing_language_deleteInspect
Delete Dubbing Language Target. Delete a language target.
Bulk support: accepts project_ids, language_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| language_id | Yes | ||
| project_ids | No | ||
| language_ids | No |
elevenlabs_dubbing_language_getRead-onlyIdempotentInspect
Get Dubbing Language Target. Full language-target detail.
Bulk support: accepts project_ids, language_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| language_id | Yes | ||
| project_ids | No | ||
| language_ids | No |
elevenlabs_dubbing_language_listRead-onlyIdempotentInspect
List Dubbing Language Targets. List a project's language targets (cursor-paginated).
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| status | No | ||
| account | No | ||
| page_size | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_dubbing_project_deleteInspect
Delete Dubbing Project. Delete a project and its language targets.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_dubbing_project_getRead-onlyIdempotentInspect
Get Dubbing Project. Full project detail, including its language target ids.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_dubbing_project_listRead-onlyIdempotentInspect
List Dubbing Projects. List the workspace's dubbing projects (cursor-paginated).
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| status | No | ||
| account | No | ||
| page_size | No | ||
| sort_direction | No |
elevenlabs_dubbing_target_transcript_getRead-onlyIdempotentInspect
Get Dubbing Target Transcript. A language target's transcript: source segments with their translations.
Bulk support: accepts project_ids, language_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| language_id | Yes | ||
| project_ids | No | ||
| language_ids | No |
elevenlabs_dubbing_target_transcript_regenerateInspect
Regenerate Dubbing Target. Enterprise only. Re-dub a target from its edited transcript, re-synthesizing only the edited regions (charged like a generation). Conflicts when the target has no edits to apply -- nothing is dispatched and nothing is charged.
Bulk support: accepts project_ids, language_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| language_id | Yes | ||
| project_ids | No | ||
| language_ids | No |
elevenlabs_dubbing_target_transcript_segmen_b565e6Inspect
Update Dubbing Target Transcript Segment. Enterprise only. Edit a segment's translation for a language target.
Bulk support: accepts project_ids, language_ids, segment_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| segment_id | Yes | ||
| language_id | Yes | ||
| project_ids | No | ||
| segment_ids | No | ||
| translation | No | ||
| language_ids | No |
elevenlabs_dubbing_target_transcript_segmen_fa79dbInspect
Update Dubbing Target Transcript Segments. Enterprise only. Edit several segments' translations for a language target in one atomic request.
Bulk support: accepts project_ids, language_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| segments | Yes | ||
| project_id | Yes | ||
| language_id | Yes | ||
| project_ids | No | ||
| language_ids | No |
elevenlabs_dubbing_transcript_getRead-onlyIdempotentInspect
Get Dubbing Transcript. The project's source transcript, as editable segments.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_dubbing_transcript_segment_addInspect
Add Dubbing Transcript Segment. Enterprise only. Add a new source segment to the transcript.
Bulk support: accepts project_ids, speaker_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| end_s | Yes | ||
| account | No | ||
| start_s | Yes | ||
| project_id | Yes | ||
| speaker_id | Yes | ||
| project_ids | No | ||
| speaker_ids | No |
elevenlabs_dubbing_transcript_segment_deleteInspect
Delete Dubbing Transcript Segment. Enterprise only. Remove a source segment from the transcript.
Bulk support: accepts project_ids, segment_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| segment_id | Yes | ||
| project_ids | No | ||
| segment_ids | No |
elevenlabs_dubbing_transcript_segments_updateInspect
Update Dubbing Transcript Segments. Enterprise only. Edit several source segments' text, speaker, or timing in one atomic request.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| segments | Yes | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_dubbing_transcript_segment_updateInspect
Update Dubbing Transcript Segment. Enterprise only. Edit a source segment's text, speaker, or timing.
Bulk support: accepts project_ids, segment_ids, speaker_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| end_s | No | ||
| account | No | ||
| start_s | No | ||
| project_id | Yes | ||
| segment_id | Yes | ||
| speaker_id | No | ||
| project_ids | No | ||
| segment_ids | No | ||
| speaker_ids | No |
elevenlabs_edit_chapterInspect
Update Chapter. Updates a chapter.
Bulk support: accepts project_ids, chapter_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| account | No | ||
| content | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No |
elevenlabs_edit_projectInspect
Update Studio Project. Updates the specified Studio project by setting the values of the parameters passed.
Bulk support: accepts project_ids, default_title_voice_ids, default_paragraph_voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| title | No | ||
| author | No | ||
| account | No | ||
| project_id | Yes | ||
| isbn_number | No | ||
| project_ids | No | ||
| volume_normalization | No | ||
| default_title_voice_id | Yes | ||
| default_title_voice_ids | No | ||
| default_paragraph_voice_id | Yes | ||
| default_paragraph_voice_ids | No |
elevenlabs_edit_pvc_voiceInspect
Edit Pvc Voice. Edit PVC voice metadata
Bulk support: accepts voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| labels | No | ||
| account | No | ||
| language | No | ||
| voice_id | Yes | ||
| voice_ids | No | ||
| description | No |
elevenlabs_edit_pvc_voice_sampleInspect
Update Pvc Voice Sample. Update a PVC voice sample - apply noise removal, select speaker, change trim times or file name.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| file_name | No | ||
| sample_id | Yes | ||
| trim_end_time | No | ||
| trim_start_time | No | ||
| selected_speaker_ids | No | ||
| remove_background_noise | No |
elevenlabs_edit_service_account_api_keyInspect
Edit Service Account Api Key. Update an existing API key for a service account
Bulk support: accepts service_account_user_ids, api_key_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| account | No | ||
| api_key_id | Yes | ||
| is_enabled | No | ||
| allowed_ips | No | ||
| api_key_ids | No | ||
| permissions | No | ||
| character_limit | No | ||
| service_account_user_id | Yes | ||
| service_account_user_ids | No | ||
| third_party_disable_allowed | No |
elevenlabs_edit_voice_settingsInspect
Edit Voice Settings. Edit your settings for a specific voice. "similarity_boost" corresponds to "Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
Bulk support: accepts voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | ||
| style | No | ||
| account | No | ||
| voice_id | Yes | ||
| stability | No | ||
| voice_ids | No | ||
| similarity_boost | No | ||
| use_speaker_boost | No |
elevenlabs_edit_workspace_webhook_routeInspect
Update Workspace Webhook. Update the specified workspace webhook
Bulk support: accepts webhook_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| events | No | ||
| account | No | ||
| webhook_id | Yes | ||
| is_disabled | Yes | ||
| webhook_ids | No | ||
| retry_enabled | No | ||
| request_headers | No |
elevenlabs_generateInspect
Compose Music. Compose a song from a prompt or a composition plan.
Bulk support: accepts model_ids, finetune_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| prompt | No | ||
| account | No | ||
| model_id | No | ||
| model_ids | No | ||
| finetune_id | No | ||
| lyrics_text | No | ||
| finetune_ids | No | ||
| music_prompt | No | ||
| output_format | No | ||
| sign_with_c2pa | No | ||
| generation_mode | No | ||
| music_length_ms | No | ||
| composition_plan | No | ||
| finetune_strength | No | ||
| force_instrumental | No | ||
| use_phonetic_names | No | ||
| store_for_inpainting | No | ||
| respect_sections_durations | No |
elevenlabs_get_audio_from_sampleRead-onlyIdempotentInspect
Get Audio From Sample. Returns the audio corresponding to a sample attached to a voice.
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No |
elevenlabs_get_audio_full_from_speech_history_itemRead-onlyIdempotentInspect
Get Audio From History Item. Returns the audio of an history item.
Bulk support: accepts history_item_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| history_item_id | Yes | ||
| history_item_ids | No |
elevenlabs_get_audio_isolation_historyRead-onlyIdempotentInspect
Get Audio Isolation History. Returns a list of all your audio isolation generations.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| search | No | ||
| account | No | ||
| page_size | No |
elevenlabs_get_audio_native_project_setting_340fd1Read-onlyIdempotentInspect
Get Audio Native Project Settings. Get player settings for the specific project.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_get_chapter_by_id_endpointRead-onlyIdempotentInspect
Get Chapter. Returns information about a specific chapter.
Bulk support: accepts project_ids, chapter_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No |
elevenlabs_get_chaptersRead-onlyIdempotentInspect
List Chapters. Returns a list of a Studio project's chapters.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_get_chapter_snapshot_endpointRead-onlyIdempotentInspect
Get Chapter Snapshot. Returns the chapter snapshot.
Bulk support: accepts project_ids, chapter_ids, chapter_snapshot_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No | ||
| chapter_snapshot_id | Yes | ||
| chapter_snapshot_ids | No |
elevenlabs_get_chapter_snapshotsRead-onlyIdempotentInspect
List Chapter Snapshots. Gets information about all the snapshots of a chapter. Each snapshot can be downloaded as audio. Whenever a chapter is converted a snapshot will automatically be created.
Bulk support: accepts project_ids, chapter_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No |
elevenlabs_get_dubbed_fileRead-onlyIdempotentInspect
Get Dubbed File. Returns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.
Bulk support: accepts dubbing_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| dubbing_id | Yes | ||
| dubbing_ids | No | ||
| language_code | Yes |
elevenlabs_get_dubbed_metadataRead-onlyIdempotentInspect
Get Dubbing. Returns metadata about a dubbing project, including whether it's still in progress or not
Bulk support: accepts dubbing_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| dubbing_id | Yes | ||
| dubbing_ids | No |
elevenlabs_get_dubbing_transcriptsRead-onlyIdempotentInspect
Retrieve A Transcript. Fetch the transcript for one of the languages in a dub.
Bulk support: accepts dubbing_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| dubbing_id | Yes | ||
| dubbing_ids | No | ||
| format_type | Yes | ||
| language_code | Yes |
elevenlabs_get_finetuneRead-onlyIdempotentInspect
Get Music Finetune. Get a music finetune.
Bulk support: accepts finetune_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| finetune_id | Yes | ||
| finetune_ids | No |
elevenlabs_get_finetunesRead-onlyIdempotentInspect
Get Music Finetunes. List music finetunes accessible to you (your own, workspace-shared, and ElevenLabs-curated), with optional filtering, sorting, and cursor pagination.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| cursor | No | ||
| account | No | ||
| page_size | No | ||
| created_by | No | ||
| visibility | No | ||
| sort_direction | No |
elevenlabs_get_groups_endpointRead-onlyIdempotentInspect
Get All Groups. Get all groups in the workspace
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_library_voicesRead-onlyIdempotentInspect
Get Voices. Retrieves a list of shared voices.
Bulk support: accepts owner_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| page | No | ||
| sort | No | ||
| accent | No | ||
| gender | No | ||
| locale | No | ||
| search | No | ||
| account | No | ||
| category | No | ||
| featured | No | ||
| language | No | ||
| owner_id | No | ||
| owner_ids | No | ||
| page_size | No | ||
| use_cases | No | ||
| descriptives | No | ||
| reader_app_enabled | No | ||
| include_custom_rates | No | ||
| include_live_moderated | No | ||
| min_notice_period_days | No |
elevenlabs_get_modelsRead-onlyIdempotentInspect
Get Models. Gets a list of available models.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_project_by_idRead-onlyIdempotentInspect
Get Studio Project. Returns information about a specific Studio project. This endpoint returns more detailed information about a project than GET /v1/studio.
Bulk support: accepts project_ids, share_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| share_id | No | ||
| share_ids | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_get_project_muted_tracks_endpointRead-onlyIdempotentInspect
Get Project Muted Tracks. Returns a list of chapter IDs that have muted tracks in a project.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_get_projectsRead-onlyIdempotentInspect
List Studio Projects. Returns a list of your Studio projects with metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_project_snapshot_endpointRead-onlyIdempotentInspect
Get Project Snapshot. Returns the project snapshot.
Bulk support: accepts project_ids, project_snapshot_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No | ||
| project_snapshot_id | Yes | ||
| project_snapshot_ids | No |
elevenlabs_get_project_snapshotsRead-onlyIdempotentInspect
List Studio Project Snapshots. Retrieves a list of snapshots for a Studio project.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No |
elevenlabs_get_pronunciation_dictionaries_metadataRead-onlyIdempotentInspect
Get Pronunciation Dictionaries. Get a list of the pronunciation dictionaries you have access to and their metadata
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| cursor | No | ||
| account | No | ||
| page_size | No | ||
| sort_direction | No | ||
| include_archived | No |
elevenlabs_get_pronunciation_dictionary_metadataRead-onlyIdempotentInspect
Get Metadata For A Pronunciation Dictionary. Get metadata for a pronunciation dictionary
Bulk support: accepts pronunciation_dictionary_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| pronunciation_dictionary_id | Yes | ||
| pronunciation_dictionary_ids | No |
elevenlabs_get_pronunciation_dictionary_ver_45baf2Read-onlyIdempotentInspect
Get A Pls File With A Pronunciation Dictionary Version Rules. Get a PLS file with a pronunciation dictionary version rules
Bulk support: accepts dictionary_ids, version_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| version_id | Yes | ||
| version_ids | No | ||
| dictionary_id | Yes | ||
| dictionary_ids | No |
elevenlabs_get_pvc_sample_audioRead-onlyIdempotentInspect
Retrieve Voice Sample Audio. Retrieve the first 30 seconds of voice sample audio with or without noise removal.
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No | ||
| remove_background_noise | No |
elevenlabs_get_pvc_sample_speakersRead-onlyIdempotentInspect
Retrieve Speaker Separation Status. Retrieve the status of the speaker separation process and the list of detected speakers if complete.
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No |
elevenlabs_get_pvc_sample_visual_waveformRead-onlyIdempotentInspect
Retrieve Voice Sample Visual Waveform. Retrieve the visual waveform of a voice sample.
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No |
elevenlabs_get_pvc_voice_captchaRead-onlyIdempotentInspect
Get Pvc Voice Captcha. Get captcha for PVC voice verification.
Bulk support: accepts voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| voice_ids | No |
elevenlabs_get_resource_metadataRead-onlyIdempotentInspect
Get Resource. Gets the metadata of a resource by ID.
Bulk support: accepts resource_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| resource_id | Yes | ||
| resource_ids | No | ||
| resource_type | Yes |
elevenlabs_get_service_account_api_keys_routeRead-onlyIdempotentInspect
Get Service Account Api Keys Route. Get all API keys for a service account
Bulk support: accepts service_account_user_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| service_account_user_id | Yes | ||
| service_account_user_ids | No |
elevenlabs_get_single_use_tokenInspect
Create Single Use Token. Generate a time limited single-use token with embedded authentication for frontend clients.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| token_type | Yes |
elevenlabs_get_speaker_audioRead-onlyIdempotentInspect
Retrieve Separated Speaker Audio. Retrieve the separated audio for a specific speaker.
Bulk support: accepts voice_ids, sample_ids, speaker_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No | ||
| speaker_id | Yes | ||
| speaker_ids | No |
elevenlabs_get_speech_engineRead-onlyIdempotentInspect
Get Speech Engine. Retrieve a Speech Engine resource
Bulk support: accepts speech_engine_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| speech_engine_id | Yes | ||
| speech_engine_ids | No |
elevenlabs_get_speech_historyRead-onlyIdempotentInspect
List Generated Items. Returns a list of your generated audio (e.g. text to speech, speech to speech, Studio, dubbing). Music and SFX generations are not included and cannot currently be retrieved via the API.
Bulk support: accepts start_after_history_item_ids, voice_ids, model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| source | No | ||
| account | No | ||
| model_id | No | ||
| voice_id | No | ||
| model_ids | No | ||
| page_size | No | ||
| voice_ids | No | ||
| sort_direction | No | ||
| date_after_unix | No | ||
| date_before_unix | No | ||
| start_after_history_item_id | No | ||
| start_after_history_item_ids | No |
elevenlabs_get_speech_history_item_by_idRead-onlyIdempotentInspect
Get History Item. Retrieves a history item.
Bulk support: accepts history_item_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| history_item_id | Yes | ||
| history_item_ids | No |
elevenlabs_get_transcript_by_idRead-onlyIdempotentInspect
Get Transcript By Id. Retrieve a previously generated transcript by its ID.
Bulk support: accepts transcription_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| transcription_id | Yes | ||
| transcription_ids | No |
elevenlabs_get_user_infoRead-onlyIdempotentInspect
Get User Info. Gets information about the user
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_user_subscription_infoRead-onlyIdempotentInspect
Get User Subscription Info. Gets extended information about the users subscription
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_user_voices_v2Read-onlyIdempotentInspect
Get Voices V2. Gets a list of all available voices for a user with search, filtering and pagination.
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| sort | No | ||
| accent | No | ||
| gender | No | ||
| search | No | ||
| account | No | ||
| category | No | ||
| language | No | ||
| page_size | No | ||
| use_cases | No | ||
| voice_ids | No | ||
| voice_type | No | ||
| high_quality | No | ||
| collection_id | No | ||
| sort_direction | No | ||
| next_page_token | No | ||
| fine_tuning_state | No | ||
| include_total_count | No | ||
| include_custom_rates | No | ||
| include_live_moderated | No | ||
| min_notice_period_days | No |
elevenlabs_get_voice_accentsRead-onlyIdempotentInspect
Get Voice Accents. Gets the list of available accents in the shared voice library.
Bulk support: accepts model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| language | No | ||
| model_id | No | ||
| model_ids | No |
elevenlabs_get_voice_by_idRead-onlyIdempotentInspect
Get Voice. Returns metadata about a specific voice.
Bulk support: accepts voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| voice_ids | No | ||
| with_settings | No |
elevenlabs_get_voicesRead-onlyIdempotentInspect
List Voices. Returns a list of all available voices for a user. Stops working once the user's workspace exceeds 500 voices.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| show_legacy | No |
elevenlabs_get_voice_settingsRead-onlyIdempotentInspect
Get Voice Settings. Returns the settings for a specific voice. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
Bulk support: accepts voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| voice_ids | No |
elevenlabs_get_voice_settings_defaultRead-onlyIdempotentInspect
Get Default Voice Settings.. Gets the default settings for voices. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_workspace_audit_logsRead-onlyIdempotentInspect
Get Workspace Audit Logs. Returns the audit log for the workspace. Requires enterprise tier and the audit_log_read permission.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| account | No | ||
| actor_uid | No | ||
| class_name | No | ||
| activity_name | No | ||
| time_to_unix_ms | No | ||
| time_from_unix_ms | No |
elevenlabs_get_workspace_membersRead-onlyIdempotentInspect
Get Workspace Members. Gets a list of all members of the workspace, including locked members. Service accounts are excluded. Requires the workspace_members_read permission.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_workspace_service_accountsRead-onlyIdempotentInspect
Get Workspace Service Accounts. List all service accounts in the workspace
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_get_workspace_webhooks_routeRead-onlyIdempotentInspect
List Workspace Webhooks. List all webhooks for a workspace
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| include_usages | No |
elevenlabs_invite_userInspect
Invite User. Sends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission. If the user is already in the workspace a 400 error will be returned.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| account | No | ||
| group_ids | No | ||
| seat_type | No | ||
| usage_limit | No | ||
| workspace_permission | No |
elevenlabs_invite_users_bulkInspect
Invite Multiple Users. Sends email invitations to join your workspace to the provided emails. Requires all email addresses to be part of a verified domain. If the users don't have an account they will be prompted to create one. If the users accept these invites they will be added as users to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | ||
| account | No | ||
| group_ids | No | ||
| seat_type | No | ||
| usage_limit | No |
elevenlabs_list_accountsRead-onlyIdempotentInspect
Lista as contas conectadas neste MCP (id, email, label). Use o resultado pra escolher qual passar em account nas outras tools quando houver mais de uma.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
elevenlabs_list_auth_connectionsRead-onlyIdempotentInspect
Get Workspace Auth Connections. Get all auth connections for the workspace
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_list_dubsRead-onlyIdempotentInspect
List Dubs. List the dubs you have access to.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| account | No | ||
| order_by | No | ||
| page_size | No | ||
| dubbing_models | No | ||
| dubbing_status | No | ||
| order_direction | No | ||
| creation_sources | No | ||
| dubbing_statuses | No | ||
| filter_by_creator | No | ||
| target_language_codes | No |
elevenlabs_list_speech_enginesRead-onlyIdempotentInspect
List Speech Engines. Returns a paginated list of Speech Engine resources.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| search | No | ||
| account | No | ||
| sort_by | No | ||
| page_size | No | ||
| sort_direction | No |
elevenlabs_patch_pronunciation_dictionaryInspect
Update Pronunciation Dictionary. Partially update the pronunciation dictionary without changing the version
Bulk support: accepts pronunciation_dictionary_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| account | No | ||
| archived | No | ||
| pronunciation_dictionary_id | Yes | ||
| pronunciation_dictionary_ids | No |
elevenlabs_public_create_orderInspect
Create Order. Creates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| account | No |
elevenlabs_public_get_available_languagesRead-onlyIdempotentInspect
Get Available Languages. Returns the available languages for a given order item kind.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| order_item_kind | Yes |
elevenlabs_public_get_media_infoRead-onlyIdempotentInspect
Get Media Info. Retrieves metadata and a time-limited download URL for a previously uploaded media file.
Bulk support: accepts order_ids, media_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| media_id | Yes | ||
| order_id | Yes | ||
| media_ids | No | ||
| order_ids | No |
elevenlabs_public_get_orderRead-onlyIdempotentInspect
Get Order. Retrieves full details for a Productions order.
Quote and pricing information may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until it is ready.
Bulk support: accepts order_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| order_id | Yes | ||
| order_ids | No |
elevenlabs_public_get_order_deliverablesRead-onlyIdempotentInspect
Get Order Deliverables. Retrieves the delivered files for a completed order. Returns an empty list if the order is not yet completed.
Bulk support: accepts order_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| order_id | Yes | ||
| order_ids | No |
elevenlabs_public_list_ordersRead-onlyIdempotentInspect
List Orders. Lists Productions orders in the workspace. Supports filtering by status and date range, with pagination.
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| status | No | ||
| account | No | ||
| end_date | No | ||
| page_size | No | ||
| start_date | No |
elevenlabs_public_remove_order_itemInspect
Remove Order Item. Removes an order item from an open order.
Bulk support: accepts order_ids, item_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| item_id | Yes | ||
| item_ids | No | ||
| order_id | Yes | ||
| order_ids | No |
elevenlabs_public_submit_orderInspect
Submit Order. Submits an open order for processing. The order must have at least one item. Once submitted, items can no longer be modified.
Upon submission, the workspace will be charged for the order. The quote is based on information extracted from the uploaded media, such as its duration. The quote may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until the quote is ready.
Bulk support: accepts order_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| order_id | Yes | ||
| order_ids | No |
elevenlabs_public_update_orderInspect
Update Order. Updates an open order.
Bulk support: accepts order_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| request | Yes | ||
| order_id | Yes | ||
| order_ids | No |
elevenlabs_public_upsert_order_itemInspect
Upsert Order Item. Adds or updates an order item on an open order. Returns the item ID and the quoted price.
Bulk support: accepts order_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| request | Yes | ||
| order_id | Yes | ||
| order_ids | No |
elevenlabs_redirect_to_mintlifyRead-onlyIdempotentInspect
Redirect To Mintlify
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
elevenlabs_remove_memberInspect
Delete Member From User Group. Removes a member from the specified group. Requires group_members_manage permission.
Bulk support: accepts group_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| account | No | ||
| group_id | Yes | ||
| group_ids | No |
elevenlabs_remove_rulesInspect
Remove Rules From The Pronunciation Dictionary. Remove rules from the pronunciation dictionary
Bulk support: accepts pronunciation_dictionary_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| rule_strings | Yes | ||
| pronunciation_dictionary_id | Yes | ||
| pronunciation_dictionary_ids | No |
elevenlabs_replicate_voice_to_isolated_environmentInspect
Replicate Voice To Isolated Environment. Replicates an Instant Voice Clone or Voice Design voice to a workspace in a different data residency. The target workspace must belong to the same consolidated billing group. The user must have VOICES_WRITE in the source workspace, and be an admin on the source voice. Human users (i.e. not service accounts) must also have VOICES_WRITE in the target workspace. This endpoint is available on the central environment only.
Bulk support: accepts voice_ids, target_workspace_ids, preserve_voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| voice_ids | No | ||
| preserve_voice_id | No | ||
| preserve_voice_ids | No | ||
| target_workspace_id | Yes | ||
| target_workspace_ids | No |
elevenlabs_requests_listInspect
List Api Requests. Returns a list of API requests. Supports filtering by time range, column filters, and search terms. At least one of start_time or end_time must be provided. An optional sort parameter controls timestamp ordering. Results are ordered by timestamp. Descending if end_time is used, ascending if start_time is used. The response is a tabular structure with columns, column_types, column_units, and rows.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| search | No | ||
| account | No | ||
| filters | No | ||
| end_time | No | ||
| start_time | No |
elevenlabs_run_pvc_voice_trainingInspect
Run Pvc Training. Start PVC training process for a voice.
Bulk support: accepts voice_ids, model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| model_id | No | ||
| voice_id | Yes | ||
| model_ids | No | ||
| voice_ids | No |
elevenlabs_search_groupsRead-onlyIdempotentInspect
Search User Groups. Searches for user groups in the workspace. Multiple or no groups may be returned.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No |
elevenlabs_set_rulesInspect
Set Rules On The Pronunciation Dictionary. Replaces all existing rules on the pronunciation dictionary with the provided ones.
Bulk support: accepts pronunciation_dictionary_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | ||
| account | No | ||
| pronunciation_dictionary_id | Yes | ||
| pronunciation_dictionary_ids | No |
elevenlabs_set_third_party_disabling_policyInspect
Set Workspace Third-Party Disabling Policy. Set the workspace-wide Third-Party Disabling policy. When set, it forces, for every API key in the workspace, whether the holder of a key (potentially a third party who found it) may disable it via the self-disable endpoint or when it leaks publicly — overriding each key's own setting. Pass true to allow it for all keys, false to forbid it for all keys, or null to clear the override so per-key values and the plan default apply again. Workspace admins only.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| third_party_disable_allowed | No |
elevenlabs_sound_generationInspect
Sound Generation. Turn text into sound effects for your videos, voice-overs or video games using the most advanced sound effects models in the world.
Bulk support: accepts model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | ||
| text | Yes | ||
| account | No | ||
| model_id | No | ||
| model_ids | No | ||
| output_format | No | ||
| duration_seconds | No | ||
| prompt_influence | No |
elevenlabs_start_speaker_separationInspect
Start Speaker Separation. Start speaker separation process for a sample
Bulk support: accepts voice_ids, sample_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| voice_id | Yes | ||
| sample_id | Yes | ||
| voice_ids | No | ||
| sample_ids | No |
elevenlabs_stream_chapter_snapshot_audioInspect
Stream Chapter Audio. Stream the audio from a chapter snapshot. Use GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots to return the snapshots of a chapter.
Bulk support: accepts project_ids, chapter_ids, chapter_snapshot_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| chapter_id | Yes | ||
| project_id | Yes | ||
| chapter_ids | No | ||
| project_ids | No | ||
| convert_to_mpeg | No | ||
| chapter_snapshot_id | Yes | ||
| chapter_snapshot_ids | No |
elevenlabs_stream_project_snapshot_archive_60141bInspect
Stream Archive With Studio Project Audio. Returns a compressed archive of the Studio project's audio.
Bulk support: accepts project_ids, project_snapshot_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No | ||
| project_snapshot_id | Yes | ||
| project_snapshot_ids | No |
elevenlabs_text_to_dialogueInspect
Text To Dialogue (Multi-Voice). Converts a list of text and voice ID pairs into speech (dialogue) and returns audio.
Bulk support: accepts model_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| inputs | Yes | ||
| account | No | ||
| model_id | No | ||
| settings | No | ||
| model_ids | No | ||
| language_code | No | ||
| output_format | No | ||
| enable_logging | No | ||
| apply_text_normalization | No | ||
| pronunciation_dictionary_locators | No |
elevenlabs_text_to_speech_fullInspect
Text To Speech. Converts text into speech using a voice of your choice and returns audio.
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| text | Yes | ||
| account | No | ||
| model_id | No | ||
| voice_id | Yes | ||
| next_text | No | ||
| language_code | No | ||
| output_format | No | ||
| previous_text | No | ||
| enable_logging | No | ||
| use_pvc_as_ivc | No | ||
| voice_settings | No | ||
| next_request_ids | No | ||
| previous_request_ids | No | ||
| apply_text_normalization | No | ||
| optimize_streaming_latency | No | ||
| apply_language_text_normalization | No | ||
| pronunciation_dictionary_locators | No |
elevenlabs_text_to_voice_designInspect
Design A Voice.. Design a voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.
Bulk support: accepts model_ids, remixing_session_ids, remixing_session_iteration_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| text | No | ||
| account | No | ||
| quality | No | ||
| loudness | No | ||
| model_id | No | ||
| model_ids | No | ||
| output_format | No | ||
| guidance_scale | No | ||
| should_enhance | No | ||
| prompt_strength | No | ||
| stream_previews | No | ||
| voice_description | Yes | ||
| auto_generate_text | No | ||
| remixing_session_id | No | ||
| remixing_session_ids | No | ||
| reference_audio_base64 | No | ||
| remixing_session_iteration_id | No | ||
| remixing_session_iteration_ids | No |
elevenlabs_text_to_voice_preview_streamRead-onlyIdempotentInspect
Text To Voice Preview Streaming. Stream a voice preview that was created via the /v1/text-to-voice/design endpoint.
Bulk support: accepts generated_voice_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| generated_voice_id | Yes | ||
| generated_voice_ids | No |
elevenlabs_text_to_voice_remixInspect
Remix A Voice.. Remix an existing voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.
Bulk support: accepts voice_ids, remixing_session_ids, remixing_session_iteration_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| text | No | ||
| account | No | ||
| loudness | No | ||
| voice_id | Yes | ||
| voice_ids | No | ||
| output_format | No | ||
| guidance_scale | No | ||
| prompt_strength | No | ||
| stream_previews | No | ||
| voice_description | Yes | ||
| auto_generate_text | No | ||
| remixing_session_id | No | ||
| remixing_session_ids | No | ||
| remixing_session_iteration_id | No | ||
| remixing_session_iteration_ids | No |
elevenlabs_update_auth_connectionInspect
Update Workspace Auth Connection. Update an auth connection
Bulk support: accepts auth_connection_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| account | No | ||
| auth_connection_id | Yes | ||
| auth_connection_ids | No |
elevenlabs_update_finetuneInspect
Update Music Finetune. Update a music finetune.
Bulk support: accepts finetune_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| account | No | ||
| visibility | No | ||
| finetune_id | Yes | ||
| finetune_ids | No | ||
| primary_genre | No |
elevenlabs_update_pronunciation_dictionariesInspect
Create Pronunciation Dictionaries. Create a set of pronunciation dictionaries acting on a project. This will automatically mark text within this project as requiring reconverting where the new dictionary would apply or the old one no longer does.
Bulk support: accepts project_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| project_id | Yes | ||
| project_ids | No | ||
| invalidate_affected_text | No | ||
| pronunciation_dictionary_locators | Yes |
elevenlabs_update_speech_engineInspect
Update Speech Engine. Update a Speech Engine resource (partial update)
Bulk support: accepts speech_engine_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| asr | No | ||
| tts | No | ||
| vad | No | ||
| name | No | ||
| tags | No | ||
| turn | No | ||
| account | No | ||
| privacy | No | ||
| language | No | ||
| overrides | No | ||
| call_limits | No | ||
| conversation | No | ||
| speech_engine | No | ||
| speech_engine_id | Yes | ||
| speech_engine_ids | No |
elevenlabs_update_workspace_memberInspect
Update Member. Updates attributes of a workspace member. Apart from the email identifier, all parameters will remain unchanged unless specified. This endpoint may only be called by workspace administrators.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| account | No | ||
| is_locked | No | ||
| workspace_role | No | ||
| workspace_seat_type | No |
elevenlabs_usage_by_product_over_timeInspect
Get Workspace Usage. Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| filters | No | ||
| end_time | Yes | ||
| group_by | No | ||
| time_zone | No | ||
| start_time | Yes | ||
| interval_seconds | No |
marketplaceInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
report_bugIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
show_versionRead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
toolkit_infoRead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables interaction with ElevenLabs Text-to-Speech and audio processing APIs. Supports speech generation, voice cloning, audio transcription, and sound effect creation through natural language.24
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive access to ElevenLabs AI audio features including text-to-speech, voice cloning, sound generation, and audio isolation. Enables users to generate high-quality speech, manage voices, transform audio, and access ElevenLabs services through natural language interactions.103MIT
- AlicenseAqualityFmaintenanceIntegrates with ElevenLabs text-to-speech API.6118MIT
- AlicenseNot gradedqualityDmaintenanceOfficial ElevenLabs Model Context Protocol server that enables AI assistants like Claude to interact with Text to Speech and audio processing APIs, allowing them to generate speech, clone voices, transcribe audio, and create soundscapes.1MIT