Skip to content
Back to search
90
MCP 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
0.0%
1 direct probes · 30d
Response
179ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}