com.brainiall/tts
com.brainiall/ttsHosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
Tools · 3
Convert text to natural-sounding speech. Returns WAV audio (16-bit PCM, 24 kHz mono) synthesized with neural voices. 54 voices across 9 languages -- including 3 native Brazilian Portuguese voices (pf…
List available TTS voices with metadata. 54 neural voices across 9 languages. Each voice has an ID (used in synthesize_speech), display name, gender, accent and quality grade. Args: language: Op…
Check health status of the TTS API service. Returns: dict with keys: - status (str): 'healthy' or error state
Resources · 2
Quick reference of voice IDs grouped by language.
tts://voices
Pricing information for TTS API calls.
tts://pricing
Prompts · 1
Narrate a piece of text with the best-fitting voice. Args: text: The text to narrate. language: The language of the text (default 'pt').
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.brainiall/tts": {
"url": "https://api.brainiall.com/mcp/tts/mcp",
"transport": "streamable-http"
}
}
}