Skip to main content
Glama

MCP-Audio Plugin

by AIO-2030
mcp_audio_registration.json1.2 kB
{ "id": "mcp-audio", "name": "MCP Audio Plugin", "description": "Voice-to-text plugin powered by SiliconFlow. Supports AIO-compliant identify_voice via audio upload or base64.", "version": "1.0.0", "url": "http://be2us-64aaa-aaaaa-qaabq-cai.localhost:4943/", "methods": [ { "name": "identify_voice", "description": "Convert speech in audio files to text using a voice recognition model.", "inputSchema": { "type": "object", "properties": { "audio": { "type": "base64 or binary", "description": "Audio file in WAV or MP3 format" } }, "required": ["audio"] } } ], "modalities": ["audio"], "capability_tags": ["voice_recognition", "text_extraction"], "functional_keywords": ["multilingual", "inclusive", "speech"], "scenario_phrases": [ "Use identify_voice to convert speech to text", "Send audio files to MCP Audio and get transcripts" ], "source": { "author": "AIO-2030", "github": "https://github.com/AIO-2030/mcp-audio" }, "protocol": "aio", "mcp": { "resources": true, "tools": true, "sampling": false, "prompts": false } }

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/AIO-2030/mcp-audio'

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