Privacy-first audio intelligence for agents and creative audio workflows. Analyze public audio URLs for BPM, musical key, and waveform shape. Audio is processed ephemerally and not stored; pay per second with no account required for the public UI.
Server Config
{
"mcpServers": {
"studiosphere-pulse": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://mcp.studiosphere.space/mcp?api_key=YOUR_PULSE_API_KEY"
]
}
}
}