# Child Growth Percentile Calculator AI Agent Connect

> Child Growth Percentile Calculator MCP connects your agent to standardized WHO and CDC growth reference data. It handles the heavy lifting of calculating height, weight, and BMI percentiles, tracking growth velocity over time, and evaluating clinical status. It even supports prematurity adjustments to ensure accurate monitoring for infants.

## Overview
- **Category:** healthcare
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_OgjKc0SYnkIk8zRic3He8Rji17FOspiszyEQ6t1T/ai-agent-connect
- **Tags:** pediatrics, growth-charts, who-standards, cdc-standards, bmi-calculator

## Description

You can now give your AI client the ability to perform precise pediatric growth assessments. Instead of manually checking charts, you use this MCP to pull percentile rankings and growth velocity directly from WHO and CDC standards. It handles the math for height, weight, and BMI, and it can even adjust for prematurity to keep infant monitoring accurate. You can use it to check if a child's measurements are biologically plausible or to determine if their growth falls within normal clinical ranges. It turns your agent into a specialized tool for pediatric data analysis without you needing to manage the underlying growth reference datasets.

## Tools

### get_growth_percentiles
This tool calculates current percentile rankings for a child's physical measurements like height and weight.

### get_growth_status
Use this to evaluate if a child's growth falls within clinically normal ranges.

### get_growth_velocity
This tool determines how quickly a child's measurements have changed between two specific time points.

### validate_measurement_integrity
This tool checks if the physical measurements you provide are biologically plausible.

## Prompt Examples

**Prompt:** 
```
What is the growth percentile for a 12-month-old male, 75cm tall and 9kg?
```

**Response:** 
```
The 12-month-old male has a height percentile of 25th, a weight percentile of 15th, and a BMI percentile of 20th.
```

**Prompt:** 
```
Calculate the growth velocity for a girl who was 60cm at 6 months and 64cm at 9 months.
```

**Response:** 
```
The height velocity is 1.33 cm per month.
```

**Prompt:** 
```
Is a child with a 90th percentile weight status considered high?
```

**Response:** 
```
Yes, a percentile above the 85th percentile is classified as a high status.
```

## Capabilities

### Percentile Calculation
Your agent uses this to find height, weight, and BMI rankings.

### Growth Velocity Tracking
The AI calculates the rate of change between two measurement points.

### Clinical Status Evaluation
Your agent determines if growth is within normal clinical ranges.

### Data Integrity Checks
The tool verifies that measurements are biologically realistic.

### Prematurity Adjustments
The MCP adjusts calculations for accurate infant monitoring.

## Use Cases

### Routine Well-Child Visits
An agent calculates percentiles immediately after a clinician enters height and weight.

### Monitoring Growth Trends
The AI tracks velocity to see if a child's growth rate is slowing or accelerating.

### Infant Development Tracking
The MCP applies prematurity adjustments to ensure infant measurements are interpreted correctly.

### Data Validation
The tool flags impossible measurements before they are entered into a clinical record.

## Benefits

- Uses standardized WHO and CDC reference data.
- Automates the calculation of growth velocity.
- Includes built-in checks for biological plausibility.
- Supports prematurity adjustments for infants.

## How It Works

You connect the MCP to your client and then provide patient data through natural language.

1. Connect your AI client to the MCP via Vinkius.
2. Provide the child's age, sex, and measurements to your agent.
3. The agent calls the necessary tool to process the data.
4. The agent returns the percentiles, velocity, or status to you.

## Frequently Asked Questions

**What standards does this MCP use for growth calculations?**
The MCP uses both WHO and CDC growth reference standards.

**Can this tool handle premature infants?**
Yes, it supports prematurity adjustments to ensure accurate monitoring for infants.

**How does the tool handle incorrect or impossible data?**
The validate_measurement_integrity tool checks if measurements are biologically plausible.

**What is growth velocity?**
Growth velocity is the rate at which a child's measurements change between two specific time points.

**Which AI clients can use this MCP?**
Any MCP-compatible client like Claude, Cursor, Windsurf, or VS Code can use this MCP.
