mcp-audio-server
If you are the rightful owner of mcp-audio-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for audio processing and chord analysis.
The MCP Audio Server is designed to facilitate audio processing and chord analysis using the Model Context Protocol. It provides a RESTful API for analyzing audio files, detecting tempo, key, and chords, and offers structured JSON responses. The server supports various audio formats and is containerized for easy deployment using Docker. It includes features like JSON schema validation, robust error handling, and resource management with concurrency controls. The server is equipped with observability tools such as structured logging and metrics, and it comes with a comprehensive test suite to ensure reliability.
Features
- Audio file decoding and normalization with FFmpeg
- Music analysis capabilities: Tempo detection, Key detection, Chord analysis
- RESTful API with structured responses
- JSON schema validation for inputs and outputs
- Containerized deployment with Docker