Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/elevenlabs

PYPI · MCPARMORY-ELEVENLABS · 2 COMPONENTS · SCANNED SEP 20

Convert text to speech, transcribe audio, and dub videos with AI voices

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 38535 tokens (~149/item across 258 items; 258 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety95
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 32 of 40 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "isolate_audio" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 258 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/elevenlabs MCP server?

com.mcparmory/elevenlabs runs locally as a PyPI package, launched with uvx mcparmory-elevenlabs. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-elevenlabs

# add to Claude Code
claude mcp add com-mcparmory-elevenlabs -- uvx mcparmory-elevenlabs
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-elevenlabs": {
      "command": "uvx",
      "args": [
        "mcparmory-elevenlabs"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-elevenlabs": {
      "command": "uvx",
      "args": [
        "mcparmory-elevenlabs"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-elevenlabs -- uvx mcparmory-elevenlabs
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-elevenlabs": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-elevenlabs"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-elevenlabs --command uvx --arg mcparmory-elevenlabs
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-elevenlabs:
    command: "uvx"
    args: ["mcparmory-elevenlabs"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-elevenlabs": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-elevenlabs"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-elevenlabs -t stdio -c uvx -a mcparmory-elevenlabs
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-elevenlabs": {
      "command": "uvx",
      "args": [
        "mcparmory-elevenlabs"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 17 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcparmory-elevenlabs@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 41 packages
Packages resolved 41
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 258 exposed · ~38,535 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
isolate_audio_stream ~69

Removes background noise from audio and streams the isolated vocals or speech. Processes the provided audio file and returns the cleaned result as a stream.

NameTypeReqDescription
audiostringyesBase64-encoded file content for upload. The audio file to process for isolation. The audio data should be provided in binary format.

No output schema declared.

No examples provided.

list_agent_branches ~98

Retrieves a list of branches for a specified agent. Optionally includes archived branches and supports result limiting.

NameTypeReqDescription
agent_idstringyesThe unique identifier of the agent whose branches should be retrieved.
include_archivedbooleanWhether to include archived branches in the results. Defaults to excluding archived branches.
limitintegerMaximum number of branches to return in the response. Must be between 2 and 100 inclusive.

No output schema declared.

No examples provided.

list_agent_summaries ~60

Retrieve summaries for the specified agents. Provide a list of agent IDs to get their summary information.

NameTypeReqDescription
agent_idsarrayyesList of agent IDs to retrieve summaries for. Order is not significant. Each ID should be a valid agent identifier.

No output schema declared.

No examples provided.

list_agent_tests ~126

Retrieve a paginated list of agent response tests with optional filtering by test type and custom sorting. Supports organizing results with folders displayed first if needed.

NameTypeReqDescription
page_sizeintegerMaximum number of tests to return per request. Must be between 1 and 100.
sort_modestringDetermines the sort order for results. Use 'folders_first' to display folders before tests, or 'default' for standard ordering.
typesarrayFilter results to include only tests and folders matching the specified types. When provided, only items of these types are returned.

No output schema declared.

No examples provided.

list_agents ~155

Retrieve a paginated list of your agents with their metadata. Results can be filtered by archived status and creator, and sorted by name or creation date.

NameTypeReqDescription
archivedbooleanFilter results to show only archived or active agents.
created_by_user_idstringFilter agents by the user ID of their creator. Use '@me' to refer to the authenticated user. Takes precedence over other ownership filters.
page_sizeintegerMaximum number of agents to return per request. Must be between 1 and 100.
sort_bystringField to sort results by. Choose between agent name or creation timestamp.
sort_directionstringOrder direction for sorting results in ascending or descending sequence.

No output schema declared.

No examples provided.

list_auth_connections ~30

Retrieve all authentication connections configured for the workspace. Returns a list of all connected auth providers and their configurations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_batch_calls ~90

Retrieve all batch calls for the current workspace with pagination support. Use limit and last_doc parameters to control result set size and navigate through pages.

NameTypeReqDescription
last_docstringCursor token for pagination. Provide the last document identifier from a previous request to retrieve the next page of results.
limitintegerMaximum number of batch calls to return per request. Controls pagination size for the result set.

No output schema declared.

No examples provided.

list_chapter_snapshots ~75

Retrieves all snapshots for a chapter, which are audio versions automatically created whenever the chapter is converted. Each snapshot can be downloaded as audio.

NameTypeReqDescription
chapter_idstringyesThe unique identifier of the chapter for which to retrieve snapshots.
project_idstringyesThe unique identifier of the Studio project containing the chapter.

No output schema declared.

No examples provided.

list_chapters ~50

Retrieves all chapters for a specified Studio project. Returns a list of chapters with their metadata and properties.

NameTypeReqDescription
project_idstringyesThe unique identifier of the Studio project whose chapters you want to retrieve.

No output schema declared.

No examples provided.

list_conversation_users ~123

Retrieve a paginated list of distinct users from conversations, with options to filter by agent and branch, and sort by contact recency or conversation frequency.

NameTypeReqDescription
agent_idstringThe ID of the agent to filter conversations by.
branch_idstringFilter conversations to a specific branch by its ID.
page_sizeintegerMaximum number of users to return per page. Valid range is 1 to 100.
sort_bystringField to sort results by. Choose between most recent contact time or total conversation count.

No output schema declared.

No examples provided.

list_conversations ~419

Retrieve all conversations for agents owned by the user, with extensive filtering options by agent, call metrics, ratings, evaluation results, and conversation metadata.

NameTypeReqDescription
agent_idstringFilter conversations to a specific agent by its unique identifier.
branch_idstringFilter conversations by branch ID.
call_duration_max_secsintegerFilter conversations with a maximum call duration in seconds.
call_duration_min_secsintegerFilter conversations with a minimum call duration in seconds.
call_successfulstringFilter conversations by the result of the success evaluation.
conversation_initiation_sourcestringFilter conversations by their initiation source (SDK, integration, or communication platform).
data_collection_paramsarrayFilter by data collection fields using comparison operators. Format: id:op:value where op is one of eq, neq, gt, gte, lt, lte, in, exists, or missing. For 'in' operator, pipe-delimit multiple values.…
evaluation_paramsarrayFilter by evaluation criteria results. Specify as criteria_id:result pairs; parameter can be repeated for multiple criteria.
has_feedback_commentbooleanFilter to only conversations that include user feedback comments.
main_languagesarrayFilter conversations by detected main language using language codes. Specify multiple languages as separate array items.
page_sizeintegerMaximum number of conversations to return per request. Cannot exceed 100.
rating_maxintegerFilter conversations with a maximum overall rating on a scale of 1-5.
rating_minintegerFilter conversations with a minimum overall rating on a scale of 1-5.
summary_modestringInclude or exclude transcript summaries in the response.
tool_namesarrayFilter conversations by the names of tools used during the call. Specify multiple tool names as separate array items.
user_idstringFilter conversations by the user ID who initiated them.

No output schema declared.

No examples provided.

list_dependent_agents ~132

Retrieve a list of agents that depend on a specific knowledge base document. Supports filtering by dependency type (direct, transitive, or all) with pagination.

NameTypeReqDescription
dependent_typestringFilter results by dependency relationship type. Use 'direct' for agents directly referencing this document, 'transitive' for agents indirectly depending on it, or 'all' to include both.
documentation_idstringyesThe unique identifier of the knowledge base document for which to retrieve dependent agents.
page_sizeintegerMaximum number of agents to return per request. Must be between 1 and 100.

No output schema declared.

No examples provided.

list_dependent_agents_tool ~79

Retrieve a paginated list of agents that depend on a specific tool. Use this to understand tool usage and impact across your agent ecosystem.

NameTypeReqDescription
page_sizeintegerMaximum number of agents to return per request. Useful for pagination control.
tool_idstringyesThe unique identifier of the tool for which to retrieve dependent agents.

No output schema declared.

No examples provided.

list_dubs ~152

Retrieve a list of dubs you have access to, with filtering and sorting options. Results can be filtered by status, creator, and ordered by specified fields.

NameTypeReqDescription
dubbing_statusstringFilter results by the current processing state of the dub.
filter_by_creatorstringFilter results by creator: show only your dubs, dubs shared by others, or all dubs you have access to.
order_bystringSpecify which field to use for ordering the results.
order_directionstringSpecify the sort direction for the ordered results.
page_sizeintegerMaximum number of dubs to return per request. Defaults to 100 if not specified.

No output schema declared.

No examples provided.

list_environment_variables ~102

Retrieve all environment variables configured in your workspace with optional filtering by label or variable type. Results are paginated for efficient data retrieval.

NameTypeReqDescription
labelstringFilter results to return only environment variables matching this exact label value.
page_sizeintegerMaximum number of environment variables to return per request. Useful for pagination when working with large variable sets.
typestringFilter results by variable type to narrow down to specific categories of environment variables.

No output schema declared.

No examples provided.

list_evaluation_analytics ~95

Retrieve analytics data for speech-to-text evaluations, optionally filtered by creation date range. Use this to analyze evaluation metrics and performance trends over time.

NameTypeReqDescription
created_afterstringFilter results to include only evaluations created on or after this date. Specify in ISO 8601 format.
created_beforestringFilter results to include only evaluations created on or before this date. Specify in ISO 8601 format.

No output schema declared.

No examples provided.

list_evaluation_criteria ~36

Retrieve all available evaluation criteria for speech-to-text assessment. Use this to understand the metrics and standards available for evaluating transcription quality.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_evaluations ~211

Retrieve a list of speech-to-text evaluations with filtering, sorting, and pagination options. Filter by agent, evaluation criterion, status, and creation date range.

NameTypeReqDescription
agent_idstringFilter evaluations by the agent ID that created or is associated with the evaluation.
created_afterstringFilter evaluations created on or after this date. Use ISO 8601 format.
created_beforestringFilter evaluations created on or before this date. Use ISO 8601 format.
eval_criterion_idstringFilter evaluations by the evaluation criterion ID used to assess performance.
page_sizeintegerNumber of evaluations to return per page for pagination.
sort_bystringSort results by a specific field (e.g., created_at, status, agent_id).
sort_dirstringSort direction for results: ascending or descending order.
statusstringFilter evaluations by their current status (e.g., pending, completed, failed).

No output schema declared.

No examples provided.

list_groups ~27

Retrieve all groups in the workspace. Returns a complete list of groups available to the authenticated user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_human_agents ~61

Retrieve a paginated list of human agents available for speech-to-text evaluation tasks. Use pagination to control the number of results returned per request.

NameTypeReqDescription
page_sizeintegerNumber of human agents to return per page. Controls pagination size for the results.

No output schema declared.

No examples provided.

list_knowledge_bases ~192

Retrieve a paginated list of available knowledge base documents with filtering and sorting options. Results can be filtered by creator, document type, and sorted by various fields.

NameTypeReqDescription
created_by_user_idstringFilter results to documents created by a specific user. Use '@me' to refer to the authenticated user. Takes precedence over ownership filters.
folders_firstbooleanWhether to display folder documents before other document types in the results.
page_sizeintegerMaximum number of documents to return per page. Defaults to 30 documents.
sort_bystringField to sort results by. Choose from document name, creation date, last update date, or file size.
sort_directionstringOrder direction for sorting results in ascending or descending sequence.
typesarrayFilter results to only include documents of specified types. Provide as an array of type identifiers.

No output schema declared.

No examples provided.

list_llms ~54

Retrieve a list of available LLM models that can be used with agents, including their capabilities and deprecation status. The response is filtered based on your deployment's data residency and workspace compliance requirements (e.g., HIPAA).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_mcp_server_tools ~61

Retrieve all tools available for a specific MCP server configuration. Returns a complete list of tools that can be invoked through the specified MCP server.

NameTypeReqDescription
mcp_server_idstringyesThe unique identifier of the MCP server for which to retrieve available tools.

No output schema declared.

No examples provided.

list_mcp_servers ~34

Retrieve all MCP server configurations available in the workspace. Returns a list of configured MCP servers with their settings and connection details.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_models ~23

Retrieves a list of all available models that can be used for API operations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_muted_tracks ~58

Retrieves a list of chapter IDs that have muted tracks in a Studio project. Use this to identify which chapters contain audio that has been muted.

NameTypeReqDescription
project_idstringyesThe unique identifier of the Studio project to query for muted tracks.

No output schema declared.

No examples provided.

list_phone_numbers ~33

Retrieve all phone numbers associated with your account. Returns a complete list of configured phone numbers available for use in voice conversations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_projects ~29

Retrieve a list of all Studio projects with their metadata. Use this to discover available projects and their details.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_pronunciation_dictionaries ~123

Retrieve a paginated list of pronunciation dictionaries you have access to, with sorting and filtering options. Returns metadata for each dictionary including creation date and name.

NameTypeReqDescription
page_sizeintegerMaximum number of pronunciation dictionaries to return per request. Must be between 1 and 100.
sortstringField to sort the results by. Choose between creation time or alphabetical name ordering.
sort_directionstringDirection to sort the results in. Use ascending for oldest-first or newest-first, descending for newest-first or Z-to-A ordering.

No output schema declared.

No examples provided.

list_rag_indexes ~56

Retrieve all RAG indexes associated with a specified knowledge base document. Returns metadata about each index configured for the document.

NameTypeReqDescription
documentation_idstringyesThe unique identifier of the knowledge base document for which to retrieve RAG indexes.

No output schema declared.

No examples provided.

list_service_account_api_keys ~58

Retrieve all API keys associated with a specific service account. Use this to view and manage authentication credentials for programmatic access.

NameTypeReqDescription
service_account_user_idstringyesThe unique identifier of the service account for which to retrieve API keys.

No output schema declared.

No examples provided.

list_service_accounts ~32

Retrieve all service accounts configured in the workspace. Service accounts are used for programmatic access and automation within the workspace.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_similar_voices ~96

Retrieve the top 10 voices from the ElevenLabs library that are most similar to a specified speaker in a dubbing project. Results include voice IDs, names, descriptions, and sample audio recordings where available.

NameTypeReqDescription
dubbing_idstringyesThe unique identifier of the dubbing project containing the speaker.
speaker_idstringyesThe unique identifier of the speaker within the dubbing project to find similar voices for.

No output schema declared.

No examples provided.

list_snapshots ~55

Retrieves a list of all snapshots for a specified Studio project. Snapshots capture the state of a project at a point in time.

NameTypeReqDescription
project_idstringyesThe unique identifier of the Studio project for which to retrieve snapshots.

No output schema declared.

No examples provided.

list_speech_history ~229

Retrieve a paginated list of your generated audio items with optional filtering by voice, model, date range, and source. Results are ordered by creation date.

NameTypeReqDescription
date_after_unixintegerFilter to history items created on or after this date (inclusive). Provide as a Unix timestamp.
date_before_unixintegerFilter to history items created before this date (exclusive). Provide as a Unix timestamp.
model_idstringFilter results to a specific text-to-speech model.
page_sizeintegerMaximum number of history items to return per request. Useful for controlling response size and pagination.
sort_directionstringOrder results by creation date in ascending or descending order.
sourcestringFilter results by the source that generated the audio item.
start_after_history_item_idstringHistory item ID to start pagination after. Use this to fetch subsequent pages of results when working with large collections.
voice_idstringFilter results to a specific voice. Retrieve available voice IDs from the list voices endpoint.

No output schema declared.

No examples provided.

list_test_invocations ~81

Retrieve a paginated list of test invocations for a specific agent. Supports optional pagination control to manage result set size.

NameTypeReqDescription
agent_idstringyesThe unique identifier of the agent whose test invocations should be retrieved.
page_sizeintegerMaximum number of test invocations to return per request. Defaults to 30 if not specified.

No output schema declared.

No examples provided.

list_tools ~152

Retrieve all available tools in the workspace with optional filtering by creator, type, and sorting capabilities.

NameTypeReqDescription
created_by_user_idstringFilter results to tools created by a specific user. Use '@me' to refer to the authenticated user. Takes precedence over ownership filters.
page_sizeintegerMaximum number of tools to return per request. Must be between 1 and 100.
sort_bystringField to sort results by. Choose between tool name or creation timestamp.
sort_directionstringOrder direction for sorting results in ascending or descending sequence.
typesarrayFilter results to include only tools of specified types. Provide as an array of tool type values.

No output schema declared.

No examples provided.

list_voices ~371

Retrieve a paginated list of available voices with advanced filtering, sorting, and search capabilities. Supports filtering by voice type, category, fine-tuning state, and collection membership.

NameTypeReqDescription
categorystringFilter voices by their creation category or source.
collection_idstringFilter voices to only those belonging to a specific collection by its ID.
fine_tuning_statestringFilter professional voice clones by their fine-tuning state. Only applicable to professional voices.
include_total_countbooleanInclude the total count of matching voices in the response. Note that this count is a live snapshot and may change between requests. Use the has_more flag for pagination instead. Only enable when you…
next_page_tokenstringToken for retrieving the next page of results. Use this with the has_more flag from the previous response to implement reliable pagination.
page_sizeintegerMaximum number of voices to return per page. Must not exceed 100. Note that page 0 may include additional default voices.
sortstringField to sort results by. Use 'created_at_unix' for chronological ordering or 'name' for alphabetical ordering. Note that 'created_at_unix' may not be available for older voices.
sort_directionstringDirection to sort results in. Use 'asc' for ascending or 'desc' for descending order.
voice_idsarrayRetrieve specific voices by their IDs. Accepts up to 100 voice IDs in a single request.
voice_typestringFilter voices by type. 'non-default' includes all voices except default voices. 'saved' includes non-default voices plus any default voices added to collections.

No output schema declared.

No examples provided.

list_voices_shared ~319

Retrieves a paginated list of shared voices with optional filtering by category, demographics, language, use cases, and other attributes. Useful for discovering available voices for text-to-speech applications.

NameTypeReqDescription
accentstringFilter voices by accent.
agestringFilter voices by age group.
categorystringFilter voices by category type.
featuredbooleanWhen enabled, returns only voices marked as featured.
genderstringFilter voices by gender.
include_custom_ratesbooleanWhen enabled, includes voices that have custom pricing rates.
include_live_moderatedbooleanWhen enabled, includes voices that are live moderated.
languagestringFilter voices by language code.
localestringFilter voices by locale code.
min_notice_period_daysintegerFilter voices that require a minimum notice period before use, specified in days.
owner_idstringFilter voices by the public owner ID of the voice creator.
pageintegerPage number for pagination, starting from 0.
page_sizeintegerMaximum number of voices to return per page. Limited to 100 voices maximum.
reader_app_enabledbooleanWhen enabled, returns only voices that are enabled for the reader app.
sortstringSort results by the specified criteria.
use_casesarrayFilter voices by one or more use cases. Multiple use cases can be specified to find voices suitable for specific applications.

No output schema declared.

No examples provided.

list_whatsapp_accounts ~40

Retrieve all WhatsApp accounts associated with your ConvAI workspace. This operation returns a complete list of configured WhatsApp business accounts available for messaging and automation.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_workspace_webhooks ~55

Retrieve all webhooks configured for a workspace. Optionally include active usage statistics for each webhook (admin-only feature).

NameTypeReqDescription
include_usagesbooleanInclude active usage statistics for each webhook. Only accessible to workspace administrators.

No output schema declared.

No examples provided.

merge_branch ~110

Merge a source branch into a target branch, optionally archiving the source branch after the merge completes.

NameTypeReqDescription
agent_idstringyesThe unique identifier of the agent containing the branches to merge.
archive_source_branchbooleanWhether to archive the source branch after a successful merge.
source_branch_idstringyesThe unique identifier of the source branch to merge from.
target_branch_idstringyesThe unique identifier of the target branch to merge into. Must be the main branch.

No output schema declared.

No examples provided.

move_knowledge_base_document ~92

Moves a knowledge base document from its current location to a specified folder. If no destination folder is provided, the document is moved to the root folder.

NameTypeReqDescription
document_idstringyesThe unique identifier of the document to move within the knowledge base.
move_tostringThe destination folder identifier where the document should be moved. Omit this parameter to move the document to the root folder.

No output schema declared.

No examples provided.

move_knowledge_base_entities ~101

Moves multiple documents or folders within a knowledge base to a specified destination folder. If no destination is provided, entities are moved to the root folder.

NameTypeReqDescription
document_idsarrayyesThe IDs of the documents or folders to move. Accepts between 1 and 20 entity IDs in a single operation.
move_tostringThe destination folder ID where entities will be moved. Omit this parameter to move entities to the root folder.

No output schema declared.

No examples provided.

override_mcp_tool_config ~264

Override configuration settings for a specific MCP tool, allowing fine-grained control over behavior like speech timing, interruptions, and execution mode independent of server-level defaults.

NameTypeReqDescription
assignmentsarrayDynamic variable assignments to pass to this MCP tool during execution. Order is preserved if significant for the tool's logic.
disable_interruptionsbooleanPrevent user interruptions during this tool's execution, overriding the server's default setting.
execution_modestringSpecify when this tool executes: immediately, after speech completes, or asynchronously.
force_pre_tool_speechbooleanForce the system to speak before executing this tool, overriding the server's default setting.
input_overridesobjectJSON path mappings that override specific input fields for this tool, allowing selective parameter customization.
mcp_server_idstringyesThe unique identifier of the MCP server containing the tool to configure.
tool_call_soundstringThe sound to play when this tool is invoked, overriding the server's default sound.
tool_call_sound_behaviorstringControl when the tool call sound plays: automatically based on context or always when the tool executes.
tool_namestringyesThe name of the MCP tool whose configuration overrides should be updated.

No output schema declared.

No examples provided.

reassign_segments ~103

Reassign one or more segments in a dubbing project to a different speaker. This operation changes the speaker attribution for the specified segments.

NameTypeReqDescription
dubbing_idstringyesThe unique identifier of the dubbing project containing the segments to reassign.
segment_idsarrayyesArray of segment identifiers to reassign to the target speaker. Order is preserved as provided.
speaker_idstringyesThe unique identifier of the speaker to assign the segments to.

No output schema declared.

No examples provided.

refresh_knowledge_base_document ~74

Manually refresh a URL-based document in the knowledge base by re-fetching its content from the source URL. Use this to update stale or outdated document content.

NameTypeReqDescription
documentation_idstringyesThe unique identifier of the document in the knowledge base to refresh. This ID is provided when the document is initially added.

No output schema declared.

No examples provided.

regenerate_dubs ~115

Regenerate dubs for specified segments and languages in a dubbing project. Automatically transcribes and translates any missing transcriptions and translations.

NameTypeReqDescription
dubbing_idstringyesThe unique identifier of the dubbing project to regenerate dubs for.
languagesarrayyesList of language codes to dub for each segment. Only the specified languages will be processed; order is preserved as provided.
segmentsarrayyesList of segment identifiers to dub. Only the specified segments will be processed; order is preserved as provided.

No output schema declared.

No examples provided.

regenerate_segment_transcriptions ~86

Regenerate transcriptions for specified segments within a dubbing project. This operation updates only the transcription text and does not affect existing translations or dubs.

NameTypeReqDescription
dubbing_idstringyesThe unique identifier of the dubbing project containing the segments to transcribe.
segmentsarrayyesAn array of segment identifiers to regenerate transcriptions for. Order is preserved as provided.

No output schema declared.

No examples provided.

register_mcp_server ~646

Register a new MCP (Model Context Protocol) server in your workspace to enable tool execution through that server. Configure authentication, approval policies, and execution behavior for all tools provided by this server.

NameTypeReqDescription
approval_policystringApproval policy that determines whether tools from this server require manual approval before execution. Choose 'auto_approve_all' to execute immediately, 'require_approval_all' to require approval f…
auth_connectionReference to a pre-configured authentication connection in your workspace. Use this to leverage existing auth credentials instead of providing token or headers directly.
descriptionstringOptional description explaining the purpose and capabilities of this MCP server.
disable_compressionbooleanIf enabled, HTTP compression is disabled for requests to this MCP server. Enable this only if the server does not properly support compressed responses.
disable_interruptionsbooleanIf enabled, users cannot interrupt the agent while any tool from this server is executing. Useful for critical operations that must complete without interruption.
execution_modestringExecution timing for tools from this server: 'immediate' runs the tool right away, 'post_tool_speech' waits for the agent to finish speaking first, 'async' runs in the background without blocking the…
force_pre_tool_speechbooleanIf enabled, the agent will speak before executing any tool from this server, allowing the user to hear what action is about to be taken.
namestringyesDisplay name for this MCP server configuration. Used to identify the server in your workspace and in agent logs.
request_headersobjectCustom HTTP headers to include in all requests to the MCP server. Useful for passing additional authentication credentials or metadata required by the server.
secret_tokenAuthorization token sent in the request header to authenticate with the MCP server. Store sensitive tokens as workspace secrets rather than plain text.
tool_approval_hashesarrayList of tool approval hashes that are pre-approved for execution. Only used when approval_policy is set to 'require_approval_per_tool'. Each hash corresponds to a specific tool that should skip appro…
tool_call_soundstringPredefined sound effect to play when tools from this server begin execution. Helps provide audio feedback during tool execution.
tool_call_sound_behaviorstringControls when the tool call sound plays: 'auto' plays the sound only when appropriate, 'always' plays it every time a tool executes.
tool_config_overridesarrayList of per-tool configuration overrides that customize behavior for specific tools, superseding the server-level defaults. Each override targets a tool by identifier and applies custom settings.
transportstringCommunication protocol used to connect to the MCP server. SSE (Server-Sent Events) is the default for real-time streaming, while STREAMABLE_HTTP is an alternative transport option.
urlyesThe HTTPS endpoint URL where the MCP server is hosted. If the URL contains sensitive credentials, store it as a workspace secret reference instead of a plain string.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/elevenlabs MCP server?

com.mcparmory/elevenlabs is an MCP server listed in the public MCP registry as com.mcparmory/elevenlabs. Convert text to speech, transcribe audio, and dub videos with AI voices. This page covers its PyPI package (mcparmory-elevenlabs).

Is the com.mcparmory/elevenlabs MCP server safe to use?

com.mcparmory/elevenlabs scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/elevenlabs MCP server expose?

com.mcparmory/elevenlabs exposes 258 tools: list_speech_history, get_speech_history_item, delete_history_item, get_speech_history_audio, download_speech_items, and 253 more. Their descriptions and schemas cost roughly 38,535 tokens of context every time the server is loaded.

Is the com.mcparmory/elevenlabs MCP server still maintained?

com.mcparmory/elevenlabs is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.