# Alcohol Hypoglycemia Risk Calculator AI Agent Connect

> Assess the risk of alcohol-induced hypoglycemia based on blood glucose and consumption details.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_iNffJBhEb5GX4rQJNfgeogofTcqr3u1JSg8XcP2b/ai-agent-connect
- **Tags:** glucose, alcohol, hypoglycemia, diabetes, metabolism

## Description

This MCP server provides deterministic tools to evaluate the physiological impact of alcohol on blood glucose regulation. By analyzing blood glucose levels, alcohol type, and carbohydrate intake, it calculates the risk of hypoglycemia caused by hepatic glucose suppression. Use `get_hypo_risk_assessment` to determine your risk score and receive dietary recommendations to mitigate potential glucose drops.

## Tools

### get_carb_content_lookup
Provides the carbohydrate constants for different alcohol types

### get_hypo_risk_assessment
Calculates the primary risk metrics including glucose suppression duration, risk score, and recommended dietary actions

## Prompt Examples

**Prompt:** 
```
I have a blood glucose of 110 mg/dL. I just had 2 servings of beer and 5g of carbs. What is my risk?
```

**Response:** 
```
Your total alcohol carbs are 26g. Hepatic suppression is estimated at 3 hours. Your hypo risk score is 55. It is recommended to consume 15-30g of complex carbohydrates.
```

**Prompt:** 
```
Calculate risk for 1 serving of wine with 10g of carbs and a blood glucose of 130 mg/dL.
```

**Response:** 
```
Your total alcohol carbs are 4g. Hepatic suppression is estimated at 1.5 hours. Your hypo risk score is 15. No immediate action is required.
```

**Prompt:** 
```
What is the carbohydrate content in one serving of spirits?
```

**Response:** 
```
One serving of spirits contains 0g of carbohydrates.
```

## Frequently Asked Questions

**How does alcohol affect my blood sugar?**
Alcohol consumption causes the liver to prioritize ethanol metabolism, which temporarily halts gluconeogenesis (the production of glucose). This can lead to a significant drop in blood sugar levels.

**What should I do if my risk score is high?**
If the `get_hypo_risk_assessment` tool returns a high risk score, it will recommend consuming 15-30g of complex carbohydrates to help stabilize your glucose levels.

**Does the type of alcohol matter?**
Yes. Different beverages have different carbohydrate contents. For example, beer typically has higher carbohydrate levels than wine or spirits, which affects the total carbohydrate calculation.
