# tunova MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-erliona-tunova
- Repository: https://github.com/erliona/tunova-sdk

## Install
- Endpoint: https://api.tunova.ai/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.tunova.ai/mcp
- Header: X-API-Key

## Tools
- 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 to get the audio URL when ready. Costs 10 tokens, billed only on success. Endpoint: https://api.tunova.ai/mcp
- 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 status so you can call wait_for_song again with the same job_id. Safe to call repeatedly — it only reads status, never starts a new song. Endpoint: https://api.tunova.ai/mcp
- 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. Endpoint: https://api.tunova.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.erliona
- Version: 0.1.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
