text-to-speech
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Convert text to natural-sounding audio via ElevenLabs. Returns base64-encoded MP3.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to convert to speech"
},
"voice": {
"type": "string",
"description": "Voice ID or name (default: adam)"
},
"stability": {
"type": "number",
"description": "Voice stability 0-1 (default: 0.5)"
},
"similarity_boost": {
"type": "number",
"description": "Voice similarity boost 0-1 (default: 0.75)"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries