# infra-revenue-per-asset AI Agent Connect

> Calculates revenue productivity per asset to identify performance trends and underperforming infrastructure.

## Overview
- **Category:** infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_siHgBELmdYbO8k1mXYA49S1DQpvajJp5bJkz802C/ai-agent-connect
- **Tags:** revenue, asset-management, productivity, efficiency, infrastructure-analytics

## Description

This MCP server provides tools to analyze the economic efficiency of infrastructure assets. It calculates revenue per asset, identifies performance trends, and flags underperforming assets based on type-specific benchmarks. Use `asset_productivity_tool` to find the core revenue metric, `productivity_trend_tool` to track performance direction, `identify_underperforming_assets_tool` to find assets failing efficiency targets, and `utilization_adjusted_efficiency_tool` to factor in asset age and usage rates.

## Tools

### asset_productivity_tool
Calculates the core revenue per asset metric for a specific asset or asset group

### identify_underperforming_assets_tool
Flags assets that are failing to meet efficiency benchmarks

### productivity_trend_tool
Determines if the economic performance of an asset group is improving, declining, or stable

### utilization_adjusted_efficiency_tool
Adjusts the productivity metric to account for how much an asset is being used versus its age

## Prompt Examples

**Prompt:** 
```
What is the revenue per asset for an energy asset with $500,000 revenue and a $2,000,000 value?
```

**Response:** 
```
The revenue per asset is $0.25.
```

**Prompt:** 
```
Is the productivity of this asset group improving? The historical values are [10, 12, 15, 14, 18].
```

**Response:** 
```
The trend is improving with a positive rate of change.
```

**Prompt:** 
```
Calculate the adjusted efficiency for an asset with $50 revenue per asset, 80% utilization, and 5 years of age.
```

**Response:** 
```
The adjusted efficiency score is 40.0 with an optimal rating.
```

## Frequently Asked Questions

**How is revenue per asset calculated?**
The `asset_productivity_tool` calculates this by dividing the total revenue attributed to an asset or group by its total capital value.

**Can I identify assets that are not meeting their targets?**
Yes, you can use the `identify_underperforming_assets_tool` by providing a list of assets and their corresponding type-specific benchmarks.

**How does asset age affect the efficiency score?**
The `utilization_adjusted_efficiency_tool` adjusts the productivity score by considering both the utilization rate and the age of the asset to provide a more accurate efficiency rating.
