@vocea.app/mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@vocea.app/mcp-serverconvert 'Hello, how are you?' to speech using a friendly voice"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@vocea.app/mcp-server
MCP (Model Context Protocol) server for Vocea — lets AI agents generate speech, transcribe audio, and manage voices.
Installation
npm install -g @vocea.app/mcp-serverUsage with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"vocea": {
"command": "vocea-mcp",
"env": {
"VOCEA_API_KEY": "vca_your_api_key"
}
}
}
}Available Tools
Tool | Description |
| Convert text to speech |
| List your cloned voices |
| Browse community voices |
| Transcribe audio (base64) to text |
| Check credit balance |
| Get audio details and CDN URL |
Environment Variables
Variable | Required | Description |
| Yes | API key starting with |
| No | Override base URL (default: |
Running Locally
VOCEA_API_KEY=vca_xxx node dist/index.jsAvailable Tools
6 toolsvocea_generate_audioB
Convert text to speech using a Vocea voice. Returns an audio URL.
| Name | Required | Description | Default |
|---|---|---|---|
| voice_id | Yes | Voice UUID to use for synthesis | |
| text | Yes | Text to convert to speech (max 10000 chars) | |
| language_code | Yes | Language code, e.g. 'en', 'es', 'fr' | |
| emotion | No | Emotional tone (default: neutral) | |
| speaking_rate | No | Speaking rate multiplier 0.5–1.5 (default 1.0) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description must disclose behavioral traits. It only states the output is an audio URL but does not mention if the URL is temporary, any rate limits, synchronous/asynchronous behavior, or error conditions. Minimal transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loaded, but it is too brief. While concise, it does not provide enough detail to fully inform an AI agent. It lacks elaboration that would justify its brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 5 parameters, no output schema, and no annotations, the description is insufficient. It does not explain how to use optional parameters like emotion or speaking_rate, nor does it describe the return format beyond 'audio URL'. Incomplete for real-world use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond the schema. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Convert text to speech' and the resource 'using a Vocea voice', and specifies the output 'Returns an audio URL'. It effectively distinguishes from sibling tools like vocea_transcribe (speech to text).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidelines are provided. The description does not specify when to use this tool versus alternatives such as vocea_get_audio or vocea_list_voices, nor does it mention any prerequisites or context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vocea_get_audioA
Get details (including CDN URL) for a previously generated audio.
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It merely states the action without disclosing behavioral traits such as read-only nature, error conditions for invalid audio_id, or side effects. Lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence of 9 words, front-loaded with the verb 'Get'. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and a simple tool, the description is minimally adequate but fails to detail what 'details' include beyond CDN URL. It does not specify response structure, leaving gaps for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter audio_id has no schema description, and schema coverage is 0%. The description adds minimal context by referring to 'a previously generated audio', which implies audio_id identifies that audio, but does not specify format or origin.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool retrieves details including CDN URL for a previously generated audio, with a specific verb and resource. It distinguishes itself from sibling tools like vocea_generate_audio (creation) and vocea_list_voices (listing).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage after audio generation by stating 'previously generated audio', but provides no explicit guidance on when to use this tool versus alternatives like vocea_get_credits or quando not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vocea_get_creditsA
Get the current credit balance for the authenticated user.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the behavioral burden. 'Get' implies a read operation, but the description does not explicitly state that it is read-only or safe. It lacks details on authentication requirements or potential side effects, though the term 'balance' suggests no destructive actions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that conveys the core purpose efficiently. It is front-loaded and contains no extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (no parameters, no output schema), the description fully covers what the agent needs to know: what it does and for whom.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so baseline is 4 according to calibration rules. The description adds no parameter details, but none are needed since schema coverage is 100%.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get' and identifies the resource as 'credit balance' for the 'authenticated user', clearly distinguishing it from sibling tools that deal with audio generation or listing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when the agent needs the credit balance. While there are no explicit when-not-to-use conditions or alternatives, the sibling tools are unrelated, so the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vocea_list_public_voicesC
List public community voices available for use.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| ageRange | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and the description does not disclose behavioral traits such as pagination behavior, rate limits, or whether the list is sorted. It lacks transparency beyond the basic action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short (one sentence), but it is under-specified rather than appropriately concise. It omits necessary details that could be included without verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema and low schema coverage, the description is insufficient. It does not explain expected return format, defaults, or the effect of optional parameters, leaving the agent underinformed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the input schema has no descriptions. The tool description adds no meaning to parameters like 'page' or 'ageRange', relying solely on their names which may be ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (list) and resource (public community voices), giving a specific purpose. However, it does not distinguish from the sibling 'vocea_list_voices', which might list all voices including private ones.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like 'vocea_list_voices' or 'vocea_generate_audio'. No context on prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vocea_list_voicesB
List the authenticated user's cloned voices.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (default 20) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description relies solely on 'List' implying read-only, but lacks details on authentication, rate limits, pagination behavior, or response format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence is concise and front-loaded. Efficient but could benefit from structured sections (e.g., auth info).
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Absence of output schema and lack of details about return structure (e.g., array of voice objects) leaves the agent guessing about response format and fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for page and limit. Description adds no extra meaning to parameters beyond what schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'List' and resource 'cloned voices'. It clearly distinguishes from sibling 'vocea_list_public_voices' by specifying 'authenticated user's cloned voices'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like list_public_voices or when to apply pagination. The description is purely functional.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vocea_transcribeB
Transcribe audio from a base64-encoded string to text (STT).
| Name | Required | Description | Default |
|---|---|---|---|
| audio_base64 | Yes | Base64-encoded audio file (mp3, wav, ogg, webm, flac, max 10MB) | |
| mime_type | No | MIME type, e.g. audio/mpeg | audio/mpeg |
| language | No | BCP-47 language code, e.g. en-US (default: es-ES) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only states the basic function and does not mention any limitations, authentication needs, or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that is concise and front-loaded with the core action; no superfluous words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is minimal but covers the main purpose; however, it lacks details about output format, maximum file size (present in schema but not description), and any behavioral context needed for a complete understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with descriptions for each parameter, so the description adds no additional meaning beyond the schema. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Transcribe' and the resource 'audio from a base64-encoded string to text', and it's distinct from sibling tools like audio generation or listing voices.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives; no mention of prerequisites or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
v0.1.0- First observed
vocea_generate_audio - First observed
vocea_get_audio - First observed
vocea_get_credits - First observed
vocea_list_public_voices - First observed
vocea_list_voices - First observed
vocea_transcribe
TDQS
Each tool targets a distinct action: generating, retrieving, transcribing audio, listing different voice sets, and checking credits. No functional overlap exists.
All tools use a consistent 'vocea_' prefix followed by a verb_noun snake_case pattern (e.g., generate_audio, list_public_voices). Even 'transcribe' fits as a single-word verb.
Six tools cover the core TTS/STT domain without bloat. Each tool serves a clear, necessary purpose, making the set well-scoped.
Core workflows (generate, get, transcribe, check credits, browse voices) are covered. Missing features like voice cloning or deletion are minor gaps given the server's focus.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- ChamadeOAuthio.chamade
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Create voice-agent scenarios, pull session analytics, place SIP calls, schedule meeting bots.
Create and manage DialNexa AI voice agents, campaigns, calls, phone numbers, workflows, and more.
Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vocea-admin/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server