mocoVoice MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MOCOVOICE_API_KEY | Yes | Your mocoVoice API key (requires READ/WRITE permissions) | |
| MOCOVOICE_API_URL | No | The base URL for the mocoVoice API | https://api.mocomoco.ai/api/v1 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| SHOW_USAGEA | mocoVoice MCP server の機能説明をする |
| SHOW_AVAILABLE_FORMATSA | mocoVoice MCP server が対応している音声・動画ファイル形式を返却する |
| SHOW_AVAILABLE_FILESC | mocoVoice MCP server が利用できる音声・動画ファイル一覧を返却します mocoVoice API が現在認識できるファイル形式のみが返却されます 利用できる音声・動画ファイル一覧は指定されたディレクトリ(フォルダー)配下のみです |
| START_TRANSCRIPTION_JOBB | 指定されたファイルで書き起こしジョブを起動します
Args:
path: 書き起こしを行うファイルパスの名前です
language: ファイルの言語設定です。デフォルトは |
| CHECK_TRANSCRIPTION_STATUSESA | 書き起こしの状態一覧を取得します Args: page: int 書き起こし一覧のページングです。デフォルトは一番最新のページになります |
| SHOW_TRANSCRIPTION_RESULTC | 書き起こしを取得して表示します Args: transcription_id: str 書き起こしID (UUID) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: checking statuses, showing files, showing formats, showing transcription results, showing usage information, and starting a transcription job. No overlap in functionality.
All tool names follow a consistent uppercase snake_case pattern with verb_NOUN structure (CHECK, SHOW, START). The same verb SHOW is used for multiple tools with different nouns, maintaining clarity.
Six tools are appropriate for a voice transcription MCP server, covering the essential actions: listing available files and formats, starting a job, checking statuses, viewing results, and getting help.
The tool set covers the core transcription workflow (list files/ formats, start job, check status, get result). Minor gaps like the ability to cancel or delete a transcription job are not present but are not critical for basic usage.