Sonique
Verified Safeby git-sharwaree
Overview
An AI-powered audio toolkit for transcription, summarization, sentiment, speaker, and topic analysis of spoken content, with an interactive UI and MCP server support for agent integration.
Installation
python server.pyEnvironment Variables
- ASSEMBLYAI_API_KEY
Security Notes
The application handles `ASSEMBLYAI_API_KEY` securely via environment variables. It relies on the AssemblyAI SDK for audio processing, which is expected to handle external `audio_location` URLs responsibly. No 'eval' or obfuscation patterns were found in the provided code. Potential network risks related to `audio_location` being a URL are mitigated by the use of a dedicated SDK rather than raw network calls, making Server-Side Request Forgery (SSRF) less likely in a controlled MCP environment where tool inputs are managed by an AI agent.
Similar Servers
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
listenhub-mcp-server
An MCP server for ListenHub, enabling AI-powered podcast and FlowSpeech audio generation within various client applications.
kokoro-mcp-server
This server provides a comprehensive Text-to-Speech toolkit for content creators and developers, integrating with AI tools via the Model Context Protocol (MCP), offering CLI and Streamlit interfaces, and supporting audio enhancement and multi-engine TTS (Kokoro, Indic, OpenVoice).
carla-mcp-server
Enables natural language control of professional audio production workflows by acting as a Model Context Protocol (MCP) server for the Carla audio plugin host, providing 45 tools across 7 functional categories.