# Venture Expense Reimbursement Negotiator AI Agent Connect

> Calculate equitable expense reimbursement limits for venture capital transactions.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jyggpGDzPl2d9Udh3TI7WOWTXGMRGT5DFB4hbvJ5/ai-agent-connect
- **Tags:** m-a, due-diligence, expense-management, vc, reimbursement

## Description

This MCP server provides specialized tools for venture capital professionals to manage due diligence costs. It allows users to calculate reasonable reimbursement amounts, compare requested expenses against market benchmarks, and define strategic negotiation ranges. By using `calculate_reimbursement_summary`, you can determine if a negotiated cap has been reached. Use `compare_to_market_practice` to evaluate if costs align with industry standards for specific deal sizes and complexity levels. Additionally, `determine_negotiation_range` provides the floor and ceiling for discussions, while `analyze_expense_composition` identifies outliers in spending patterns.

## Tools

### calculate_reimbursement_summary
Calculates the core reimbursement figures based on actual expenses and the negotiated cap

### compare_to_market_practice
Evaluates whether the requested expenses align with industry standards for specific deal profiles

### determine_negotiation_range
Provides a strategic window for negotiators to use during discussions

### analyze_expense_composition
Breaks down the ratio of different expense types to identify outliers

## Prompt Examples

**Prompt:** 
```
Calculate the reimbursement summary for $50,000 in due diligence expenses, where legal is $30,000, travel is $5,000, and the cap is $40,000.
```

**Response:** 
```
The total actual expenses are $35,000, and the reasonable reimbursement is $35,000. The cap was not applied.
```

**Prompt:** 
```
Is a $100,000 expense request reasonable for a medium complexity deal worth $10,000,000?
```

**Response:** 
```
The expenses are Within Norms for a deal of this size and complexity.
```

**Prompt:** 
```
What is the negotiation range if the reasonable reimbursement is $50,000 and the market benchmark is $60,000?
```

**Response:** 
```
The negotiation floor is $40,000 and the ceiling is $50,000. You should aim to stay close to the ceiling while acknowledging the floor.
```

## Frequently Asked Questions

**How does the tool determine if an expense is reasonable?**
The tool uses `calculate_reimbursement_summary` to compare actual expenses against the agreed reimbursement cap, ensuring the amount stays within negotiated limits.

**Can I compare my expenses to industry standards?**
Yes, by using `compare_to_market_practice`, you can evaluate if your requested expenses are within norms, aggressive, or below market for your specific deal size and complexity.

**What information is needed to find a negotiation range?**
To use `determine_negotiation_range`, you need the reasonable reimbursement value and the market benchmark value.
