# Infra Finance Analyzer AI Agent Connect

> Compare ROE vs IRR for infrastructure investments.

## Overview
- **Category:** infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zDT8o7fiWZa4FHa6Ug26Spx8gyDo9G5J5LCSK7jR/ai-agent-connect
- **Tags:** roe, irr, leverage, infrastructure, finance

## Description

This MCP server provides specialized financial tools to evaluate infrastructure project profitability. Use `analyze_unlevered_return` to find the fundamental project return, `analyze_levered_return` to calculate investor ROE after debt and taxes, `optimize_capital_structure` to find the ideal debt level, and `compare_returns_profile` to assess leverage effectiveness.

## Tools

### analyze_levered_return
Calculate the actual return seen by the investor after accounting for debt servicing and tax benefits

### analyze_unlevered_return
Determine the fundamental profitability of the infrastructure project before considering any debt

### compare_returns_profile
Provide a high-level comparison between the project's organic performance and the investor's leveraged performance

### optimize_capital_structure
Identify the most efficient level of debt to maximize investor returns

## Prompt Examples

**Prompt:** 
```
What is the fundamental return for a project with $10M equity and $15M in returns?
```

**Response:** 
```
The unlevered IRR for this project is 50%.
```

**Prompt:** 
```
Calculate the levered ROE for $5M equity, $12M returns, a 2.0 leverage ratio, 5% cost of debt, and 20% tax rate.
```

**Response:** 
```
The levered ROE is 144%.
```

**Prompt:** 
```
Is it worth using debt for a project with 10% IRR and 15% ROE?
```

**Response:** 
```
Yes, the use of debt is value-adding as the levered ROE exceeds the unlevered IRR.
```

## Frequently Asked Questions

**How do I calculate the fundamental return of a project?**
You can use the `analyze_unlevered_return` tool to determine the project's inherent profitability before any debt is applied.

**Can this tool help find the best debt level?**
Yes, the `optimize_capital_structure` tool identifies the optimal leverage ratio to maximize your levered ROE.

**Does the tool account for tax benefits?**
Yes, `analyze_levered_return` incorporates the tax shield provided by interest payments to calculate the net return.
