mcpserver.lol
registry/salutespeech-mcp
Connection check local install

salutespeech-mcp

MCP server for Sber SaluteSpeech API — speech recognition and synthesis.

Tools 5
GitHub stars 1
Installs / wk 52
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

5 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

get_task_status from source
Check status of an async SaluteSpeech recognition task by ID.
list_models from source
List available SaluteSpeech models and voices for recognition and synthesis.
recognize_file from source
Recognize speech from a local audio file. Auto-detects format from extension.
recognize_speech from source
Speech recognition via SaluteSpeech. Accepts Base64 audio, returns text transcription.
synthesize_speech from source
Text-to-speech via SaluteSpeech. Accepts text, returns Base64-encoded audio.