Skip to main content
Glama
mohemohe

voiceroid_daemon-mcp

by mohemohe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VOICEROID_DAEMON_URLNovoiceroid_daemon server URL (default: http://127.0.0.1:8080)http://127.0.0.1:8080
VOICEROID_DEFAULT_PITCHNoDefault voice pitch (0.5-2, default: 1.0)1.0
VOICEROID_DEFAULT_SPEEDNoDefault speech speed (0.5-4, default: 1.3)1.3
VOICEROID_DEFAULT_VOLUMENoDefault voice volume (0-2, default: 1.0)1.0
VOICEROID_DAEMON_PASSWORDNoBasic authentication password
VOICEROID_DAEMON_USERNAMENoBasic authentication username
VOICEROID_DEFAULT_EMPHASISNoDefault emphasis level (0-2, default: 1.1)1.1
VOICEROID_DEFAULT_PAUSE_LONGNoDefault pause long (100-2000, default: 370)370
VOICEROID_DEFAULT_PAUSE_MIDDLENoDefault pause middle (80-500, default: 150)150
VOICEROID_DEFAULT_PAUSE_SENTENCENoDefault pause sentence (0-10000, default: 800)800

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
test_connectionB

Test connection to voiceroid_daemon server

convert_textB

Convert text to phonetic kana reading

speak_textC

Generate speech audio from text and play it

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: convert_text handles phonetic conversion, speak_text handles speech generation and playback, and test_connection handles server connectivity testing. An agent can easily distinguish between these three functions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming: convert_text, speak_text, and test_connection. The naming is predictable and readable throughout the set.

Tool Count4/5

Three tools is reasonable for a voiceroid daemon server, covering core text-to-speech operations and connectivity. It's slightly minimal but functional for the apparent scope, lacking only minor enhancements like configuration or status tools.

Completeness4/5

The toolset covers essential text-to-speech workflows: phonetic conversion, speech generation/playback, and server connectivity. Minor gaps exist, such as no tools for managing voice parameters, listing available voices, or controlling playback (e.g., stop/pause), but core functionality is present.

Maintenance

ActivityInactive
ResponsivenessNo issues