# Infrastructure Asset Utilization AI Agent Connect

> Calculates infrastructure asset utilization, trends, and expansion timing.

## Overview
- **Category:** infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2j3iFzJjVJimD2UJqheu2jqOqFngTtVajQ9h9mC6/ai-agent-connect
- **Tags:** capacity, utilization, forecasting, infrastructure, monitoring

## Description

This MCP server provides tools to monitor and forecast infrastructure capacity. Use `get_utilization_summary` to check current health, `get_utilization_trend` to analyze consumption direction, `predict_expansion_timing` to estimate when limits will be reached, and `get_capacity_optimization_plan` to manage idle capacity and mitigate risks.

## Tools

### predict_expansion_timing
Estimates when the infrastructure will reach its limits

### get_capacity_optimization_plan
Recommends how to manage idle capacity and mitigate risks

### get_utilization_summary
Provides a snapshot of the current health and state of an infrastructure asset

### get_utilization_trend
Analyzes the direction of resource consumption

## Prompt Examples

**Prompt:** 
```
What is the current health of my infrastructure with 1000 total capacity, 800 used, and 90% peak utilization?
```

**Response:** 
```
The current average utilization is 80%, with 200 units of idle capacity remaining. The health status is Warning due to the 90% peak utilization.
```

**Prompt:** 
```
When will I run out of capacity if I have 1000 total, 500 used, and a 10% growth rate per month?
```

**Response:** 
```
Based on a 10% monthly growth rate, you will reach total capacity in approximately 7 months.
```

**Prompt:** 
```
Analyze the trend for these utilization percentages: 40, 45, 50, 55, 60.
```

**Response:** 
```
The utilization trend is Increasing with a steady growth pattern.
```

## Frequently Asked Questions

**How can I check if my infrastructure is reaching its limit?**
You can use the `predict_expansion_timing` tool to estimate when your current capacity will be exhausted based on growth rates and seasonal surges.

**What metrics are required for a utilization summary?**
To use `get_utilization_summary`, you need to provide the total capacity, the currently utilized capacity, and the peak utilization percentage.

**Can this tool account for seasonal demand?**
Yes, `get_utilization_trend` allows for a seasonal factor to adjust growth rates, and `predict_expansion_timing` accepts a seasonal surge percentage.
