Skip to content

softdevfz/cucutime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucutime — Kids Song API, MCP Server & CLI

Generate personalized children's-song ideas — title, music style, companion character, chorus and a lyric outline — for any child's name and theme. Free, no API key.

Cucutime makes personalized songs and animated music videos for kids. This is the developer / AI-agent surface: a JSON API, a remote MCP server, and a CLI.

🌐 Site: https://cucutime.org · 🛠️ Dev hub: https://cucutime.org/developers


🤖 Remote MCP server

Add Cucutime to Claude, Cursor, or any MCP-compatible client (Streamable HTTP — no install, no key):

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

Tools

  • generate_song_idea — a personalized song concept for a given name, theme, language.
  • get_song_for_name — Cucutime's page (as Markdown) for a popular child name.

Descriptor: https://cucutime.org/.well-known/mcp.json

🔌 API

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

Returns a JSON song concept (title, musicStyle, companionCharacter, chorusSeed, lyricIdeas, and a link to a free sample). Params: name (required), theme, lang (en/es/pt).

⌨️ CLI

npx cucutime Mia --theme space --lang en

📄 Markdown for LLMs

Append .md to any name / product / 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

Also: llms.txt · llms-full.txt

License

MIT © BrainyStack LLC

About

Personalized children's-song ideas for any name & theme — free API, remote MCP server & CLI. No API key.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages