We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbailey/voicemode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description: Check the status of VoiceMode services
---
# /voicemode:status
Check the status of VoiceMode services.
## Usage
```
/voicemode:status
```
## Description
Shows the current status of VoiceMode services including Whisper (STT), Kokoro (TTS), and LiveKit (if used).
## Implementation
Use the `mcp__voicemode__service` tool:
```json
{
"service_name": "whisper",
"action": "status"
}
```
Check all services:
```bash
# Check Whisper (STT)
mcp__voicemode__service service_name=whisper action=status
# Check Kokoro (TTS)
mcp__voicemode__service service_name=kokoro action=status
# Check LiveKit (optional)
mcp__voicemode__service service_name=livekit action=status
```
## Output
Shows for each service:
- Running status
- Resource usage
- Endpoint availability