Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.erliona/tunova

io.github.erliona/tunova

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

Uptime
100.0%
1 direct probes · 30d
Response
149ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

generate_song

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 the returned job_id t…

wait_for_song

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 rendering, returns its s…

check_song

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.erliona/tunova": {
      "url": "https://api.tunova.ai/mcp",
      "transport": "streamable-http"
    }
  }
}