# Infra Capex Funding Gap Analyzer AI Agent Connect

> Calculates capital expenditure funding requirements and assesses financing implications.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XAKc5xnvhZzcdCL2oTSFkm5uAII8Pp5ic8IRARvl/ai-agent-connect
- **Tags:** capex, funding, dilution, liquidity, financial-modeling

## Description

This MCP server provides essential financial modeling tools to manage capital expenditure (Capex) requirements. It helps organizations identify the gap between planned investments and available resources. Use `get_funding_gap_summary` to find immediate shortfalls, `calculate_financing_requirement` to determine external capital needs, `estimate_dilution_impact` to model shareholder dilution from equity issuance, and `analyze_cash_flow_timing` to detect liquidity risks caused by mismatched cash flow timing.

## Tools

### calculate_financing_requirement
Determines how much external capital must be raised after utilizing internal funds and existing debt capacity

### estimate_dilution_impact
Calculates the impact on current shareholders if the financing requirement is met via equity issuance

### get_funding_gap_summary
Provides a high-level overview of the immediate capital shortfall

### analyze_cash_flow_timing
Identifies potential liquidity crises where capex timing precedes cash generation

## Prompt Examples

**Prompt:** 
```
What is my funding gap if I have $500,000 in planned capex and $300,000 in internal cash generation?
```

**Response:** 
```
Your funding gap is $200,000.
```

**Prompt:** 
```
If I need to raise $1,000,000 and have 1,000,000 shares at $50 each, what is the dilution impact?
```

**Response:** 
```
Issuing 20,000 new shares will result in a 1.96% dilution for existing shareholders.
```

**Prompt:** 
```
Calculate the financing requirement for $1,000,000 capex with $400,000 cash and $300,000 debt capacity.
```

**Response:** 
```
The financing requirement is $300,000, with $0 remaining debt capacity.
```

## Frequently Asked Questions

**How do I calculate my immediate capital shortfall?**
You can use the `get_funding_gap_summary` tool by providing your planned capex and internal cash generation amounts.

**Can I model the impact of issuing new shares?**
Yes, the `estimate_dilution_impact` tool calculates the number of new shares to issue and the resulting dilution percentage for existing shareholders.

**How does the tool handle timing mismatches?**
The `analyze_cash_flow_timing` tool tracks cumulative balances over time to identify specific periods where capex outflows might exceed available cash inflows.
