# Pediatric Growth Calculator MCP

> The Pediatric Growth Percentile Calculator determines growth percentiles and Z-scores for infants and children using established WHO (0-60m) and CDC (61-216m) standards. You enter age, sex, and specific measurements—like weight, height, or head circumference—and the tool instantly calculates where those numbers fall against global clinical benchmarks.

## Overview
- **Category:** healthcare
- **Price:** Free
- **Tags:** pediatrics, growth, z-score, who, cdc, clinical, health

## Description

This MCP is a specialized calculation engine built for pediatric health professionals. It lets you analyze growth data by comparing a child's current physical metrics to globally accepted standards. Whether you’re working with WHO guidelines for younger children or CDC charts for older ones, the system handles the complex calculations so you don't have to. You input three key measurements—weight, height, and head circumference—along with age and sex. The tool then runs multiple analyses: it determines precise growth percentiles, calculates Z-scores, and provides a clear clinical classification of the status. Everything is designed to give clinicians reliable data points immediately. Finding this specialized functionality in Vinkius makes sure you have access to high-quality tools without needing custom API builds.

## Tools

### calculate_percentile
Determines the specific growth percentile for a given physical measurement based on established standards.

### calculate_zscore
Calculates the Z-score, providing a standardized measure of how far the physical measurement falls from the average.

### identify_growth_classification
Provides a clinical description of growth status after analyzing multiple measurements against age and sex standards.

## Prompt Examples

**Prompt:** 
```
What is the percentile for a 24-month-old male weighing 12kg?
```

**Response:** 
```
A weight of 12kg for a 24-month-old male falls at approximately the 50th percentile.
```

**Prompt:** 
```
Calculate the Z-score for a 72-month-old female with a height of 115cm.
```

**Response:** 
```
The calculated Z-score for a height of 115cm at 72 months for a female is approximately 0.5.
```

**Prompt:** 
```
Is a head circumference of 33cm normal for a 3-month-old male?
```

**Response:** 
```
A head circumference of 33cm for a 3-month-old male is within the 'Normal' growth classification.
```

## Capabilities

### Determine specific growth percentiles
You input a measurement, and the tool calculates its exact percentile ranking against age and sex standards.

### Calculate Z-scores for measurements
The system runs a calculation to give you the Z-score, which measures how far a specific physical metric deviates from the average.

### Provide clinical growth status descriptions
Using all calculated metrics, the tool delivers a plain-language description of the child's overall growth classification.

## Use Cases

### A child's weight seems low compared to last visit
The nurse wants to know if the 15kg weight measurement is genuinely concerning. They call calculate_percentile, inputting age and sex data. The MCP returns that the weight falls at the 3rd percentile, immediately alerting the pediatrician to potential nutritional issues.

### Comparing growth across two different standards
A researcher needs to compare a dataset using both WHO (0-60m) and CDC (61-216m). They run calculate_zscore twice, once for each standard. This allows them to quantify the deviation of the same measurement under two separate global guidelines.

### Determining if a head circumference is within normal range
A pediatrician needs a quick check on a 3-month-old's measurements. They use identify_growth_classification with the head circumference and age data. The MCP returns 'Normal,' giving immediate clinical reassurance.

### Initial assessment of a full set of metrics
The clinic staff enters height, weight, and head circumference for an infant. They run all three tools—calculate_percentile, calculate_zscore, and identify_growth_classification—together. The MCP provides the complete picture in one go.

## Benefits

- Stop cross-referencing multiple printed growth charts. The tool runs complex WHO (0-60m) and CDC (61-216m) calculations in one step, giving you instant percentile data for weight, height, and head circumference.
- Get precise Z-scores without manual calculation. Use the calculate_zscore function to quantify exactly how far a measurement deviates from average growth lines for any given age.
- Instantly understand clinical status. Running identify_growth_classification gives you a clear 'Normal,' 'Low,' or other classification, saving time compared to interpreting multiple data points yourself.
- Handle diverse populations easily. The MCP adjusts standards based on the child's age and sex, ensuring your results are always relevant whether you’re using WHO or CDC benchmarks.
- Document better care records. By getting a standardized growth status description right when you enter the data, your patient files stay accurate and consistent.

## How It Works

The bottom line is that you give it the data points, and you get back standardized, actionable clinical metrics instantly.

1. Start by providing the core data: the child's age, biological sex, and the specific measurements (weight, height, or head circumference).
2. Run the calculations using the appropriate standards (WHO for 0-60 months; CDC for 61-216 months) through our dedicated tools.
3. The MCP returns a comprehensive result set including percentile rankings, Z-scores, and a final clinical growth classification.

## Frequently Asked Questions

**How do I use the Pediatric Growth Percentile Calculator with WHO standards?**
You must specify that the child's age falls within the 0 to 60-month range when calling calculate_percentile. The MCP automatically adjusts its calculations using the correct WHO benchmarks for those measurements.

**Do I need to use all three tools, calculate_zscore and identify_growth_classification?**
No, you only run the tool needed. If you just want a standardized deviation number, call calculate_zscore alone. You'll only combine them if you need the full clinical picture.

**What data is required for identify_growth_classification?**
To get a classification, you must provide age, biological sex, and at least two physical measurements (e.g., weight and height). The tool uses all inputs to determine the overall status.

**Can I calculate percentile for different metrics in one request?**
Yes. You can bundle requests for multiple metrics—like running both calculate_percentile on weight and then on head circumference—to compare them side-by-side.