Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.brainiall/tts

com.brainiall/tts

Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.

Uptime
100.0%
1 direct probes · 30d
Response
717ms
last probe
Tools
3
callable
Resources
2
readable
Prompts
1
available

Tools · 3

synthesize_speech

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_voices

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_tts_service

Check health status of the TTS API service. Returns: dict with keys: - status (str): 'healthy' or error state

Resources · 2

tts_voices_reference

Quick reference of voice IDs grouped by language.

tts://voices
tts_pricing

Pricing information for TTS API calls.

tts://pricing

Prompts · 1

narrate_text

Narrate a piece of text with the best-fitting voice. Args: text: The text to narrate. language: The language of the text (default 'pt').

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"
    }
  }
}