Skip to main content
ClaudeWave

MCP server + AI Skill for Baby Age Calculator — exact baby age, zodiac sign, and milestone dates in Claude, Cursor, and any AI.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/babyagecalculator/ai
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai": {
      "command": "node",
      "args": ["/path/to/ai/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/babyagecalculator/ai and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Baby Age Calculator for AI

> Exact baby ages, zodiac signs, and milestone dates for your AI — no hand-computed date math.

![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![No key](https://img.shields.io/badge/API-no%20key%20·%20no%20sign--up-brightgreen)
![Website](https://img.shields.io/badge/live-babyagecalculator.com-black)

## ⚡ Fastest way — paste this to your AI

```
Use https://babyagecalculator.com/llms.txt for anything about a baby's age,
zodiac sign, or milestone dates. Do the date math with this tool, not by hand.
```

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.

## Want it installed for good?

| | 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 |

## 🔌 MCP server

Hosted endpoint (nothing to deploy):

```
https://babyagecalculator.com/api/mcp/
```

**Claude Code**

```sh
claude mcp add --transport http baby-age https://babyagecalculator.com/api/mcp/
```

**Claude Desktop / Cursor** — add to your `mcpServers` config:

```json
{
  "mcpServers": {
    "baby-age-calculator": {
      "type": "http",
      "url": "https://babyagecalculator.com/api/mcp/"
    }
  }
}
```

**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/

## 📄 AI Skill

[`SKILL.md`](./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/

## 🧩 Free JSON API

```sh
curl "https://babyagecalculator.com/api/age/?birthday=2024-12-15"
```

- No key, CORS-open.
- Every response has the shape `{ code, data, error, meta }`; the payload is in `data`.
- A bad date returns HTTP 400 with a message in `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

## License

[MIT](./LICENSE) © BabyAgeCalculator
agent-skillsaibabycalucatorclaude-skillsmcpmcp-serverskills

Lo que la gente pregunta sobre ai

¿Qué es babyagecalculator/ai?

+

babyagecalculator/ai es mcp servers para el ecosistema de Claude AI. MCP server + AI Skill for Baby Age Calculator — exact baby age, zodiac sign, and milestone dates in Claude, Cursor, and any AI. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala ai?

+

Puedes instalar ai clonando el repositorio (https://github.com/babyagecalculator/ai) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar babyagecalculator/ai?

+

babyagecalculator/ai aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene babyagecalculator/ai?

+

babyagecalculator/ai es mantenido por babyagecalculator. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a ai?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ai en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: babyagecalculator/ai
[![Featured on ClaudeWave](https://claudewave.com/api/badge/babyagecalculator-ai)](https://claudewave.com/repo/babyagecalculator-ai)
<a href="https://claudewave.com/repo/babyagecalculator-ai"><img src="https://claudewave.com/api/badge/babyagecalculator-ai" alt="Featured on ClaudeWave: babyagecalculator/ai" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ai