Skip to main content
Glama
mocomoco-inc

mocoVoice MCP Server

Official
by mocomoco-inc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MOCOVOICE_API_KEYYesYour mocoVoice API key (requires READ/WRITE permissions)
MOCOVOICE_API_URLNoThe base URL for the mocoVoice APIhttps://api.mocomoco.ai/api/v1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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: ファイルの言語設定です。デフォルトは ja (日本語)

Returns:
    dict[str, str]: message -> 成功 or エラーメッセージの表示
CHECK_TRANSCRIPTION_STATUSESA

書き起こしの状態一覧を取得します Args: page: int 書き起こし一覧のページングです。デフォルトは一番最新のページになります

Returns:
    dict[str, str]: 失敗した場合には message -> エラーメッセージで返却されます
    list[dict]:  成功した場合には一覧が入った list が返却されます
SHOW_TRANSCRIPTION_RESULTC

書き起こしを取得して表示します Args: transcription_id: str 書き起こしID (UUID)

Returns:
    dict[str, str]: 失敗した場合にはエラーメッセージが、成功した場合には書き起こしの結果が返却されます

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/mocomoco-inc/mocovoice-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server