Skip to main content
Glama
theYahia

salutespeech-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SALUTE_AUTH_KEYNoLegacy alias for SALUTESPEECH_API_KEY, same Base64 format
SALUTESPEECH_API_KEYNoBase64-encoded client_id:client_secret for SaluteSpeech API
SALUTE_SPEECH_CLIENT_IDNoRaw client ID for SaluteSpeech API (used with SALUTE_SPEECH_CLIENT_SECRET)
SALUTE_SPEECH_CLIENT_SECRETNoRaw client secret for SaluteSpeech API (used with SALUTE_SPEECH_CLIENT_ID)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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