amplify-mcp
Verified Safeby pixxelboy
Overview
Enables AI models (LLMs) to interact with IRCAM Amplify audio processing APIs for music analysis, stem separation, AI-generated audio detection, and loudness analysis.
Installation
npx ircam-amplify-mcpEnvironment Variables
- IRCAM_AMPLIFY_API_KEY
Security Notes
The server correctly retrieves the IRCAM Amplify API key from environment variables, preventing hardcoding. It validates incoming audio URLs for `http(s)` schemes, mitigating some risks related to arbitrary file access. Outbound network calls are restricted to known IRCAM API endpoints. No direct `eval` or arbitrary command execution based on user input is observed in the main server logic. While `cross-spawn` and `execa` are present in dependencies (used by the MCP SDK and dev tools like Vitest and tsup), they are not directly exposed to process user-provided strings as commands, reducing command injection risks.
Similar Servers
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
discogs-mcp-server
MCP Server for the Discogs API, enabling music catalog operations, search functionality, and more.
spotify-streamable-mcp-server
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
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.