# Text to Speech API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-text-to-speech
- Repository: https://github.com/Br0ski777/text-to-speech-x402
- Website: https://github.com/Br0ski777/text-to-speech-x402

## Install
- Endpoint: https://text-to-speech.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://text-to-speech.api.klymax402.com/mcp

## Tools
- 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. durationEstimate in seconds 5. format (mp3).

Example output: {"audio":"SUQzBAAAAAAAI1RTU0UAAAAP...","language":"en","textLength":45,"durationEstimate":3.2,"format":"mp3"}

Use this FOR generating audio narration, building voice assistants, creating audio versions of articles, accessibility features, and language learning apps.

Do NOT use for language detection -- use text_detect_language instead. Do NOT use for text translation -- use text_translate instead. Do NOT use for OCR from images -- use media_extract_text_from_image instead. Endpoint: https://text-to-speech.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
