# Pediatric BMI Calculator MCP for AI Agents AI Agent Connect

> Pediatric BMI Calculator helps you quickly figure out a child's weight status. It uses official CDC and WHO standards to turn basic measurements like height and weight into actual percentiles and growth classifications for kids aged 2 to 20. No more manual lookups or guessing which chart to use.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_FoCwTcUmDE7Y6jbl8X1QnMbTitncPo6j5skDnUAO/ai-agent-connect
- **Tags:** pediatric, bmi, growth, healthcare, cdc, who

## Description

This Connector takes the guesswork out of pediatric growth tracking. Instead of hunting through massive PDF tables or trying to remember which z-score applies to a specific age, you can just feed the raw measurements into your agent. It handles the math and cross-references the data against hardcoded WHO and CDC standards automatically. It's built for accuracy, ensuring that every calculation is grounded in recognized clinical guidelines. If you're managing patient data or helping a parent understand a child's development, this tool makes the process way faster. You can find it in the Vinkius catalog alongside other health tools to build out a full clinical workflow. It's about getting the right answer the first time without the manual headache.

## Tools

### calculate_bmi
Calculates the BMI index for a child based on their weight and height. This helps establish a baseline for their physical development.

### assess_growth_metrics
Determines the nutritional classification and growth status using CDC and WHO standards. It provides context on where a child sits on the growth curve.

### validate_pediatric_parameters
Checks if the provided age and weight are within the valid clinical range for pediatric assessment. This prevents errors from impossible data points.

## Prompt Examples

**Prompt:** 
```
Check if a 6-year-old boy who is 120cm tall and weighs 22kg is in the healthy range.
```

**Response:** 
```
Based on the measurements provided, here is the growth assessment for a 6-year-old male:

- **BMI:** 15.43
- **Growth Status:** Healthy weight
- **Note:** This falls within the expected range for this age group based on CDC standards.
```

**Prompt:** 
```
Is a BMI of 28 for a 15-year-old girl considered overweight?
```

**Response:** 
```
Yes, for a 15-year-old female, a BMI of 28 typically falls into the **overweight** category.

- **CDC Percentile:** Above the 85th percentile
- **Recommendation:** This suggests a need for a clinical review of nutritional status.
```

**Prompt:** 
```
Check these inputs: 3-year-old, 18kg, 95cm.
```

**Response:** 
```
The parameters provided are valid for a pediatric assessment.

- **Age Range:** 24-240 months (Valid)
- **Status:** Ready for calculation.
```

## Capabilities

### Compute BMI index
Get the basic BMI number for any child instantly.

### Determine growth status
See where a child sits on the growth curve based on age and sex.

### Check data validity
Ensure the age and weight provided actually make sense for a pediatric assessment.

### Map to CDC percentiles
Convert raw numbers into standard clinical percentiles.

### Identify nutritional categories
Get clear labels like overweight or healthy weight for every child.

## Use Cases

### Clinic Overload
A nurse is handling a high volume of patients. She asks the agent to check a 7-year-old's weight status. The agent uses assess_growth_metrics to instantly provide the percentile, skipping the manual chart lookup.

### Parental Guidance
A parent asks "Is my 10-year-old's weight okay?" The agent uses calculate_bmi and assess_growth_metrics to provide a clear, standard-based answer, helping the parent understand the growth curve.

### Research Data Entry
A researcher wants to process 100 kids' measurements. The agent uses validate_pediatric_parameters to filter out bad data first, ensuring the study only includes valid biological records.

### School Screenings
A school nurse needs to flag students who are outside the healthy range. The agent pulls the metrics for the whole class, identifying which kids might need a follow-up with a pediatrician.

## Benefits

- Stop manual chart lookups. Use assess_growth_metrics to get instant results instead of flipping through CDC PDFs. This saves time during busy clinic hours and reduces the chance of human error when reading small print.
- Ensure data accuracy. The validate_pediatric_parameters tool catches impossible data points before they mess up your records. It acts as a safety net for data entry, ensuring your database stays clean.
- Standardize your results. Every calculation follows official WHO and CDC guidelines so your data is always consistent. This is critical for maintaining professional standards in any healthcare environment.
- Speed up clinic visits. Use calculate_bmi to get the basic index in seconds, freeing up more time for patient care. It turns a multi-step calculation into a single, instant data point for your notes.
- Get clear classifications. Move beyond just numbers to see actual labels like overweight or healthy weight for every child. These labels make it much easier to communicate results to parents and other providers.

## How It Works

The bottom line is you get accurate, standard-compliant growth metrics without manual chart lookups.

1. Input the child's age, weight, and height into your AI client.
2. The Connector runs the numbers against the built-in WHO and CDC reference tables.
3. You get a clear breakdown of the BMI, percentile, and growth classification.

## Frequently Asked Questions

**Can the Pediatric BMI Calculator handle infants?**
No, this Connector is specifically designed for children aged 2 to 20 years. It uses growth standards that are different from those used for infants under 24 months.

**Does the Pediatric BMI Calculator use official standards?**
Yes, it uses hardcoded WHO and CDC reference tables to ensure your calculations are clinically accurate.

**Can I use the Pediatric BMI Calculator for adult patients?**
You should not use this for adults. It is built specifically for pediatric growth metrics and will not provide accurate results for adult BMI.

**How does the Pediatric BMI Calculator help with nutrition?**
It goes beyond just giving you a BMI number. It provides a specific nutritional classification, like overweight or healthy weight, based on the child's age and sex.

**What happens if I enter a weight that seems too high for a child?**
The tool includes a validation check. If the data is outside of normal clinical bounds, it will tell you the parameters are invalid so you can double-check the input.

**Is the Pediatric BMI Calculator good for school health records?**
It's perfect for that. School nurses can use it to quickly categorize student weight status and maintain accurate health records without manual chart lookups.

**What age range is supported?**
The calculator supports children and adolescents between 24 and 240 months (2 to 20 years) of age.

**Which growth standards are used?**
The engine uses hardcoded WHO and CDC reference tables to ensure accurate percentile and z-score calculations.

**How do I calculate the BMI index?**
Use the `calculate_bmi` tool by providing the weight in kilograms and height in centimeters.