Back to Home
pixxelboy icon

amplify-mcp

Verified Safe

by 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

Run Command
npx ircam-amplify-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-13

Tags

audio processingmusic analysisstem separationAI detectionloudness analysisLLM toolsMCP serverNode.js