mcpserver.lol
registry/tunova
Connection check verified live · 27h ago

tunova

Generate Suno AI music (v5.5) from any MCP client. Async; billed only on success.

Tools 3
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

3 tools

Read from the running server on 27h ago.

check_song job_id*
Get the current status of a song job by job_id — a single check with no waiting. Returns the audio URLs if complete, an error if it failed, or 'processing' if still rendering.
generate_song tagsmodeltitlecustomprompt*instrumental +1
Start generating a song with Suno. Returns immediately with a job_id — a full render takes 1-3 minutes, so this does NOT return audio. After calling this, call wait_for_song with t…
wait_for_song job_id*max_wait_seconds
Wait for a song job to finish and return the audio when ready. Polls server-side for up to ~45 seconds. If the song is ready, returns the clips with audio URLs. If it is still rend…