The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Baby Age listing page.
Exact baby ages, zodiac signs, and milestone dates for your AI — no hand-computed date math.
Works in any assistant, zero setup, no key. Agentic tools like Claude Code will even install the MCP server from it.
Why: language models are unreliable at date math (leap years, month lengths, milestone dates). Let this tool do it, then orchestrate the rest yourself.
| Best for | Setup | |
|---|---|---|
| 🔌 MCP server | Claude Code, Claude Desktop, Cursor | one line / one config block |
| 📄 AI Skill | any assistant, no MCP | drop in one file |
| 🧩 JSON API | your own app or agent | GET a URL |
Hosted endpoint (nothing to deploy):
Claude Code
Claude Desktop / Cursor — add to your mcpServers config:
Tools
| Tool | Returns |
|---|---|
get_baby_age(birthday) | exact age, zodiac, current/next milestone, special days |
get_milestone_dates(birthday) | all 25 milestones as calendar dates |
list_milestones() | the 25 milestone types |
get_zodiac_sign(birthday) | the zodiac sign |
Full guide → https://babyagecalculator.com/mcp/
SKILL.md is a one-file skill. Your AI reads it and uses the public
API — no MCP, no key.
Full guide → https://babyagecalculator.com/skill/
{ code, data, error, meta }; the payload is in data.error.message.Endpoints
| Endpoint | Returns |
|---|---|
GET /api/age/?birthday=YYYY-MM-DD | age, zodiac, milestones, special days |
GET /api/milestones/ | all 25 milestone types |
GET /api/zodiac/ | all 12 zodiac signs |
Docs → https://babyagecalculator.com/docs/
Machine-readable → https://babyagecalculator.com/llms.txt
MIT © BabyAgeCalculator