VoxFabric
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| speakA | 本地朗读文本(可带情绪)。interrupt=True 时打断当前播放,便于实时插话。 |
| listenC | 采集本地麦克风语音并识别为中文文本。本地或云端 ASR 均可(云端需先在 config.yaml 配 asr.aliyun)。返回识别结果 JSON(含 text 字段)。 |
| set_engineA | 切换某类引擎(会话级)。kind ∈ vad/asr/agent/tts,name 用 catalog() 查看。 |
| catalogA | 列出所有已注册的引擎与当前选择。 |
| healthA | 返回声络状态摘要(版本、ffplay 是否可用、当前引擎)。 |
| listen_startA | 启动常驻语音会话:后台持续听写麦克风并实时转写。返回 session_id 与状态。 |
| get_speechB | 轮询拉取实时语音事件(speech_start/final/state…)。宿主可据此感知用户说话。 |
| listen_stopA | 停止常驻语音会话,释放麦克风。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/YottaMeta/VoxFabric'
If you have feedback or need assistance with the MCP directory API, please join our Discord server