# Demographic Generation Calculator AI Agent Connect

> Classify generational cohorts, identify cuspers, and calculate age-related milestones.

## Overview
- **Category:** calculators
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_YzoFCe7gQZDIdE80vrU2QKA68ODvvo1hVuBId36Y/ai-agent-connect
- **Tags:** generations, age, retirement, demographics, cohorts

## Description

This MCP server provides deterministic tools to classify individuals into generational cohorts based on their birth year and regional standards (US, UK, or Australia). It identifies 'cuspers'--individuals born near generational boundaries--and provides age-related metrics like current age and years remaining until the retirement age of 67. Use `get_cohort_classification` to find a person's generation and `get_age_metrics` to calculate retirement proximity.

## Tools

### get_age_metrics
Calculates the user's current age and their proximity to retirement

### get_cohort_classification
Identifies the user's generation, their specific cohort year range, and whether they are considered a cusper

### get_regional_definitions
Provides the year ranges used for each region to assist in choosing the correct input for classification

## Prompt Examples

**Prompt:** 
```
What generation was someone born in 1995 in the US?
```

**Response:** 
```
A person born in 1995 in the US belongs to the Millennial generation (1981-1996).
```

**Prompt:** 
```
How many years until retirement for someone born in 1970?
```

**Response:** 
```
A person born in 1970 is 54 years old and has 13 years remaining until retirement at age 67.
```

**Prompt:** 
```
Is someone born in 1980 a cusper in the UK?
```

**Response:** 
```
Yes, a person born in 1980 in the UK is considered a cusper.
```

## Frequently Asked Questions

**What regions are supported for generational classification?**
The service supports demographic standards for the US, UK, and Australia.

**What is a 'cusper'?**
A cusper is an individual born near the boundary between two generations, such as a Xennial or Zillennial.

**How is retirement age calculated?**
The tool calculates years until retirement based on a fixed target age of 67.
