C
CCAPI
/generate_lyrics
Generate lyrics
Write song lyrics from a description, without generating audio. Useful as a first step before generate_music with custom=true, so the user can approve the words
liveunknown~5s typical
mcpccapi
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-ccapi-mcp /generate_lyrics for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | Description of the lyrics to write, e.g. 'a love song about meeting someone at a coffee sh |
| lyrics_model | string | Lyrics model: classic or remi. |
| provider | string | Music backend: 'suno' (default) or 'producer'. |
| wait_seconds | string | Poll server-side for up to this many seconds (max 240). Lyrics usually finish in under 30 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-ccapi-mcp","endpoint":"/generate_lyrics","input":{"prompt":"..."}}'cli
npx cracked-ai run -p mcp-ai-ccapi-mcp -e /generate_lyrics -i '{"prompt":"..."}'mcp
run_tool({ provider: "mcp-ai-ccapi-mcp", endpoint: "/generate_lyrics", input: {"prompt":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.