← Cucutime

Cucutime for developers & AI agents

Generate personalized children's-song ideas — for any name and theme — from an API, a remote MCP server, or a CLI. Free · no API key

OpenAPIMCP endpointllms.txtllms-full.txtTry the API

1. Song-Idea API

One GET request returns a full concept: title, music style, companion character, chorus and a lyric outline, plus a link to a free sample.

curl "https://cucutime.org/api/song-idea?name=Mia&theme=space&lang=en"

Params: name (required), theme, lang (en/es/pt). Spec: /api/openapi.json.

2. Remote MCP server

Add Cucutime as a remote (Streamable HTTP) MCP server in Claude, Cursor or any MCP client. Tools: generate_song_idea, get_song_for_name.

{
  "mcpServers": {
    "cucutime": {
      "url": "https://cucutime.org/mcp"
    }
  }
}

Endpoint: https://cucutime.org/mcp · descriptor: /.well-known/mcp.json

3. CLI

npx cucutime Mia --theme space --lang en

4. Markdown pages for agents

Append .md to any name, product or blog URL for clean Markdown an LLM can read directly:

https://cucutime.org/song-for/olivia.md
https://cucutime.org/cancion-para/sofia.md
https://cucutime.org/personalized-songs-for-kids.md

FAQ

Is it free?

Yes — API, MCP, CLI and Markdown pages are free and need no key.

What is Cucutime?

Cucutime makes personalized songs and animated music videos for kids. Parents enter a child's name, theme and characters and get a free 30-second sample.