Verbatik LogoVerbatik

MCP Tools Reference

Complete reference for all Verbatik MCP tools available to AI assistants.

MCP Tools Reference

Once connected, the following tools are available to your AI assistant.

list_voices

List available pre-trained TTS voices. Filter by language, gender, or search by name.

ParameterRequiredDescription
languageNoLanguage code filter (e.g., en-US, fr-FR).
genderNoMale, Female, or Neutral.
searchNoSearch by voice name.

text_to_speech

Convert text to speech using pre-trained voices. Returns a stored audio URL.

ParameterRequiredDescription
textYesText to convert (up to 25,000 characters).
voice_idNoVoice slug (e.g., jenny-en-us). Defaults to Jenny.
ssmlNotrue if the text is SSML markup.

Cost: $0.025 per 1,000 characters.

clone_voice

Clone a voice from an audio URL.

ParameterRequiredDescription
audio_urlYesURL to the audio file (min 10 seconds).
nameNoName for the cloned voice.
noise_reductionNoEnable noise reduction.
volume_normalizationNoEnable volume normalization.

Cost: $3.00 per voice.

design_voice

Create a voice from a text description.

ParameterRequiredDescription
promptYesDescription of the desired voice.
nameNoName for the designed voice.
preview_textNoText for the preview audio (max 500 characters).

Cost: $3.00 per voice.

cloned_voice_tts

Generate speech using a cloned or designed voice.

ParameterRequiredDescription
textYesText to synthesize (max 5,000 characters).
voice_idYesThe cloned/designed voice ID.
speedNo0.5–2.0, default 1.
emotionNohappy, sad, angry, fearful, disgusted, surprised, neutral.

Cost: $0.08 per 1,000 characters.

list_my_voices

List all cloned and designed voices in your workspace. No parameters required.

get_my_voice

Get details about a specific cloned/designed voice.

ParameterRequiredDescription
voice_idYesThe voice ID.

delete_my_voice

Delete a cloned or designed voice.

ParameterRequiredDescription
voice_idYesThe voice ID to delete.

get_balance

Check your current workspace balance and billing summary. No parameters required.

text_to_music

Generate music from text prompts, tags, and lyrics.

ParameterRequiredDescription
promptNoDescription of the track.
tagsNoStyle tags.
lyricsNoLyrics for the song.
num_songsNo1 or 2.
output_formatNoflac, mp3, wav, ogg, m4a.

Cost: $0.20 per minute of audio.

Input combination rules apply: provide at least one of prompt, tags, or lyrics. Lyrics alone or tags alone are not sufficient. Do not provide all three simultaneously.

estimate_cost

Estimate the cost of an operation before executing it.

ParameterRequiredDescription
operationYesOperation type: tts, clone, design, music.
character_countNoFor TTS operations.

On this page