Generates personalized children's song ideas (title, style, character, chorus, lyrics) for any child's name and theme via API and remote MCP server.
SaferSkills independently audited Cucutime (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
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
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).
npx cucutime Mia --theme space --lang enAppend .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.mdAlso: llms.txt · llms-full.txt
MIT © BrainyStack LLC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.