# Infrastructure Capex Analyzer AI Agent Connect

> Analyze maintenance vs growth capex and infrastructure lifecycle health.

## Overview
- **Category:** infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_4VahQKbzyqIrXsQQjBp0eeFGuiR6P8yf3x3UZgmY/ai-agent-connect
- **Tags:** capex, maintenance, lifecycle, asset-management, forecasting

## Description

This MCP server provides tools to evaluate the efficiency and sustainability of infrastructure spending. It allows AI agents to calculate the maintenance capex ratio, predict future growth capacity, and identify urgent asset replacement needs. By using `calculate_maintenance_ratio`, you can determine how much capital is consumed by maintenance versus expansion. Use `analyze_lifecycle_health` to assess risk levels based on asset age profiles, or `get_asset_replacement_urgency` to pinpoint which asset groups require immediate investment.

## Tools

### forecast_growth_capacity
Predicts future ability to invest in growth given current depreciation and maintenance trends

### analyze_lifecycle_health
Evaluates the current state of the infrastructure based on how old the assets are

### calculate_maintenance_ratio
Determines the proportion of capital being spent on maintaining current assets versus expanding

### get_asset_replacement_urgency
Identifies which asset groups require immediate capital for replacement

## Prompt Examples

**Prompt:** 
```
What is our current maintenance capex ratio if maintenance is $50k, growth is $30k, and revenue is $200k?
```

**Response:** 
```
The maintenance capex ratio is 62.5%.
```

**Prompt:** 
```
Which assets are most urgent to replace if our average age for critical infrastructure is 9 years and the replacement cycle is 10 years?
```

**Response:** 
```
Critical Infrastructure is identified as a priority asset due to being in the end-of-life stage.
```

**Prompt:** 
```
Forecast our growth capacity with $40k maintenance, $10k depreciation, and 5% revenue growth.
```

**Response:** 
```
The projected growth capacity is $10,000 with a sustainability score of 75.
```

## Frequently Asked Questions

**How do I calculate the maintenance ratio?**
You can use the `calculate_maintenance_ratio` tool by providing the maintenance capex, growth capex, and total revenue.

**Can I identify assets that need replacement?**
Yes, the `get_asset_replacement_urgency` tool identifies priority assets nearing the end of their lifecycle.

**How is infrastructure risk assessed?**
Risk is assessed via `analyze_lifecycle_health`, which evaluates asset age profiles against the standard replacement cycle.
