salutespeech-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SALUTE_AUTH_KEY | No | Legacy alias for SALUTESPEECH_API_KEY, same Base64 format | |
| SALUTESPEECH_API_KEY | No | Base64-encoded client_id:client_secret for SaluteSpeech API | |
| SALUTE_SPEECH_CLIENT_ID | No | Raw client ID for SaluteSpeech API (used with SALUTE_SPEECH_CLIENT_SECRET) | |
| SALUTE_SPEECH_CLIENT_SECRET | No | Raw client secret for SaluteSpeech API (used with SALUTE_SPEECH_CLIENT_ID) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recognize_speechB | Speech recognition via SaluteSpeech. Accepts Base64 audio, returns text transcription. |
| synthesize_speechB | Text-to-speech via SaluteSpeech. Accepts text, returns Base64-encoded audio. |
| list_modelsA | List available SaluteSpeech models and voices for recognition and synthesis. |
| get_task_statusA | Check status of an async SaluteSpeech recognition task by ID. |
| recognize_fileB | Recognize speech from a local audio file. Auto-detects format from extension. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/salutespeech-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server