# Pregnancy Due Date Calculator AI Agent Connect

> Calculate estimated due dates, gestational age, and clinical milestones.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8a9t9RYT0FmpiXqxvTiemtfeGBK17YHl6BhN84Ho/ai-agent-connect
- **Tags:** pregnancy, health, medical, due-date, gestational-age

## Description

This MCP server provides deterministic pregnancy dating tools. Use `calculate_due_date` to find your estimated due date (EDD) using your last menstrual period (LMP), conception date, or ultrasound CRL measurements. You can also use `get_gestational_status` to track your current trimester and upcoming milestones, or `convert_crl_to_age` to translate ultrasound measurements into gestational weeks.

## Tools

### calculate_due_date
Calculates the estimated due date and gestational progress based on LMP, conception, or ultrasound

### convert_crl_to_age
Converts a Crown-Rump Length (CRL) measurement into gestational age

### get_gestational_status
Provides a detailed breakdown of the current pregnancy stage and upcoming milestones

## Prompt Examples

**Prompt:** 
```
When is my due date if my last menstrual period was on 2024-01-01 and my cycle is 28 days?
```

**Response:** 
```
Your estimated due date is 2024-10-08.
```

**Prompt:** 
```
I had an ultrasound with a CRL of 15mm. How far along am I?
```

**Response:** 
```
Based on a CRL of 15mm, your gestational age is 0 weeks and 57 days (approximately 8 weeks and 1 day).
```

**Prompt:** 
```
What is my current status if my pregnancy started on 2024-05-01?
```

**Response:** 
```
You are currently in your 2nd trimester, at 12 weeks and 3 days.
```

## Frequently Asked Questions

**How do I calculate my due date using LMP?**
You can use the `calculate_due_date` tool with the 'lmp' input type and provide your last menstrual period date.

**Can I use ultrasound measurements?**
Yes, use the `calculate_due_date` tool with the 'ultrasound' input type and provide the Crown-Rump Length (CRL) in millimeters.

**What information is provided about my pregnancy progress?**
The tools provide your current gestational age in weeks and days, your current trimester, and upcoming clinical milestones.
