RedQueen TTS
https://api.redqueen-serving.cloud/mcp
● healthy
OpenAI-compatible text-to-speech + voice cloning over MCP. 8 models: kokoro, melotts, qwen3-tts, cosyvoice3/2, indextts2 (clone+emotion), chatterbox (English clone). Tools: list_models, list_voices, text_to_speech, clone_voice.
Transport
streamable-http
Auth
—
Cost
free
How to connect
MCP endpoint (streamable-http)
https://api.redqueen-serving.cloud/mcp
JSON-RPC initialize probe
curl -X POST https://api.redqueen-serving.cloud/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'