Skip to content
Back to search
90
MCP live v1.0.0 sse

Text to Speech API

io.github.Br0ski777/text-to-speech

Convert text to MP3 speech audio in 50+ languages. x402 micropayment.

Uptime
50.0%
4 probes
Response
39ms
last probe
Tools
1
callable

Tools · 1

media_text_to_speech

Use this when you need to convert text to speech audio. Returns base64-encoded MP3 audio in JSON. Returns: 1. audio (base64 MP3 data) 2. language used 3. textLength (character count) 4. durationEstim…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "text_to_speech_api": {
      "url": "https://text-to-speech-production-0f12.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}