Server data from the Official MCP Registry
Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.
Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.
This MCP server implements voice/audio analysis tools with a rate-limiting and tiered access control system. While the authentication middleware shows reasonable design intent, there are significant vulnerabilities: (1) the `auth_middleware.py` path assumption (`~/clawd/meok-labs-engine/shared`) creates portability issues and potential privilege escalation risks, (2) sensitive rate-limit and API key data is stored in plaintext JSON files in the home directory with no encryption, (3) file operations in `transcribe_audio` and `analyze_audio` lack proper path traversal validation despite checking file existence, and (4) the rate-limiting logic uses time-based dictionary keys that can be spoofed via timezone manipulation. The monetization/upsell pattern is aggressive but not malicious. Permissions align with stated purpose (audio processing, file I/O, network calls to local Whisper service). Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-voice-audio-mcp": {
"args": [
"-y",
"voice-audio-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally