# Infrastructure Fund Appeal Analyzer AI Agent Connect

> Quantifies the attractiveness and suitability of infrastructure funds for various investor classes.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_4FlCWytvDpf4QeqqlaPooJtvIfAWQd2xxvDg3mY3/ai-agent-connect
- **Tags:** infrastructure, yield, esg, risk-assessment, investor-matching

## Description

This MCP server provides a specialized financial analysis engine to evaluate infrastructure investments. It calculates a comprehensive fund appeal score by analyzing yield, inflation linkage, contract duration, and risk profiles. Using tools like `get_fund_appeal_score` and `get_investor_suitability`, it identifies the best-fit investor types--such as Pension Funds or Sovereign Wealth Funds--and assesses downside protection against economic volatility. It is designed to help institutional investors quantify the real value and risk-adjusted returns of infrastructure assets.

## Tools

### evaluate_downside_protection
Assesses how well the fund protects against adverse economic conditions

### get_fund_appeal_score
Calculates the primary attractiveness score for a specific infrastructure fund

### get_investor_suitability
Determines the most appropriate class of investor for the given fund parameters

### get_yield_profile_details
Provides a detailed qualitative description of the fund's yield characteristics

## Prompt Examples

**Prompt:** 
```
Calculate the appeal score for a fund with 5% yield, 0.8 inflation linkage, 15 year duration, low risk, and an ESG score of 85.
```

**Response:** 
```
The fund has an appeal score of 88, a stable yield profile, and is a primary match for Pension Funds.
```

**Prompt:** 
```
What is the suitability for a fund with a 20-year duration, high risk, and an ESG score of 60?
```

**Response:** 
```
This fund is best suited for Private Equity due to its high risk profile and specific duration characteristics.
```

**Prompt:** 
```
Check the downside protection for a fund with 0.2 inflation linkage and high risk.
```

**Response:** 
```
The protection strength is low, indicating a high vulnerability to inflation and market volatility.
```

## Frequently Asked Questions

**How is the fund appeal score calculated?**
The score is a composite metric derived from the `get_fund_appeal_score` tool, which weighs annual yield, inflation linkage, contract duration, risk profile, and ESG ratings.

**Can I determine which investor type is best for a fund?**
Yes, the `get_investor_suitability` tool analyzes contract duration, risk, and ESG scores to recommend the most appropriate investor class, such as Pension Funds or Insurance Companies.

**Does the tool account for inflation protection?**
Yes, the `evaluate_downside_protection` tool specifically assesses how inflation linkage and risk profiles protect the fund against adverse economic conditions.
