# Diabetes Supply Budget Optimizer AI Agent Connect

> Calculate precise daily and monthly costs for diabetes supplies like insulin, CGM, and test strips.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_d2YHEUx5Dysf9JjHjZKdfS3l2ruZ3vQpodF9UXpJ/ai-agent-connect
- **Tags:** diabetes, budget, insulin, cgm, healthcare

## Description

This MCP server provides deterministic financial planning tools for diabetes management. It allows AI agents to calculate exact daily and monthly expenditures for essential supplies including insulin, continuous glucose monitors (CGM), and blood glucose test strips. By normalizing all costs to a standard 30-day month, it provides a reliable daily burn rate and identifies potential savings through optimized usage patterns. Use `calculate_monthly_budget` to get a full breakdown of costs or `calculate_potential_savings` to estimate budget reductions.

## Tools

### calculate_monthly_budget
Calculate total monthly expenditure and daily burn rate

### calculate_potential_savings
Calculate potential savings from optimized usage

## Prompt Examples

**Prompt:** 
```
What is my total monthly expenditure and daily burn rate for my diabetes supplies?
```

**Response:** 
```
Your total monthly cost is $450.00, with a daily burn rate of $15.00.
```

**Prompt:** 
```
How much could I save if I reduced my test strip usage by 50%?
```

**Response:** 
```
By reducing your test strip usage by 50%, you would save $30.00 per month.
```

**Prompt:** 
```
Calculate my budget: 40 units of insulin per day at $0.50/unit, 4 CGM sensors per month at $75/sensor, and 4 test strips per day at $1/strip.
```

**Response:** 
```
Your total monthly cost is $540.00, with a daily burn rate of $18.00.
```

## Frequently Asked Questions

**How are monthly costs calculated?**
All daily costs are normalized to a standard 30-day month to ensure consistent budgeting and a reliable daily burn rate.

**Can I estimate savings from reducing test strip usage?**
Yes, you can use `calculate_potential_savings` to determine how much money is saved by applying an optimization factor to your current monthly strip costs.

**What supplies are included in the budget calculation?**
The tool calculates costs for insulin, CGM sensors, and blood glucose test strips.
