{
  "name": "ai.tunova/music",
  "description": "Suno AI music generation (models v4.5/v5/v5.5). Tools: generate_song (returns a job_id; a render takes ~1-3 min), wait_for_song (poll a job_id until the audio URL is ready), check_song (one-shot status). Auth: X-API-Key header with an sk_live_ key — get one at https://tunova.ai/keys. The MCP handshake works without a key; tool calls require it. Prepaid tokens, billed only when the song renders.",
  "version": "1.0.0",
  "remotes": [
    {
      "url": "https://api.tunova.ai/mcp",
      "transport": "streamable-http"
    }
  ],
  "documentation": "https://api.tunova.ai/docs"
}