@vocea.app/mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOCEA_API_KEY | Yes | API key starting with vca_ | |
| VOCEA_BASE_URL | No | Override base URL (default: https://vocea.app/api) | https://vocea.app/api |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vocea_generate_audioB | Convert text to speech using a Vocea voice. Returns an audio URL. |
| vocea_list_voicesB | List the authenticated user's cloned voices. |
| vocea_list_public_voicesC | List public community voices available for use. |
| vocea_transcribeB | Transcribe audio from a base64-encoded string to text (STT). |
| vocea_get_creditsA | Get the current credit balance for the authenticated user. |
| vocea_get_audioA | Get details (including CDN URL) for a previously generated audio. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
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.