# Squad Budget Calculator AI Agent Connect

> Squad Budget Calculator is a financial planning engine built for football clubs. It gives your AI client the ability to track squad costs, calculate transfer amortization, run bonus simulations, and check regulatory compliance. You can use it to keep a pulse on your club's financial health without manual spreadsheet updates.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MuovLIL1nyxJCOs12NBySJ16PMilgUGashdNozSa/ai-agent-connect
- **Tags:** football, budget, accounting, sports-management, financial-planning

## Description

Managing a football squad's finances involves more than just tracking wages. You have to account for complex transfer amortizations, performance-based bonuses, and strict regulatory ratios. This MCP gives your AI agent the specific tools needed to handle these calculations. Instead of manually calculating how a new signing affects your books, you can ask your agent to run the numbers for you. It handles the heavy lifting of projecting future costs based on trophy wins or league standings. You can also verify if your wage-to-revenue ratios stay within the limits set by governing bodies. It turns your AI client into a specialized financial analyst that understands the specific accounting logic of professional football.

## Tools

### calculate_player_amortization_impact
This tool determines the specific book cost impact of a player's transfer for a given period.

### get_squad_financial_summary
Use this to get a high-level view of your squad's financial health for a specific timeframe.

### simulate_bonus_scenarios
This tool evaluates how different performance outcomes, like winning a trophy, affect your total budget.

### validate_squad_compliance
This tool checks your squad against specific regulatory constraints and wage limits.

## Prompt Examples

**Prompt:** 
```
What is our current budget status for 2024-Q1?
```

**Response:** 
```
For 2024-Q1, the committed budget is €45.0M, the projected budget is €52.5M, and you have a remaining budget of €7.5M.
```

**Prompt:** 
```
How much will the transfer of player P123 impact our budget this quarter?
```

**Response:** 
```
The periodic amortization for player P123 in this period is €1.2M, with a remaining contract value of €12.0M.
```

**Prompt:** 
```
What happens to our budget if we trigger the 'league_winner' bonus?
```

**Response:** 
```
Triggering the 'league_winner' bonus will increase the total projected budget by €5.0M, resulting in a total projected spend of €57.5M.
```

## Capabilities

### Amortization Tracking
Your agent calculates the periodic book cost of player transfers.

### Financial Health Monitoring
The AI pulls high-level summaries of squad spending for any timeframe.

### Bonus Modeling
Your agent simulates how performance-based payouts change your budget projections.

### Regulatory Checks
The AI validates squad data against specific financial constraints.

## Use Cases

### Transfer Impact Analysis
Ask your agent how a specific player's transfer fee will affect your quarterly books.

### Budget Forecasting
Model how winning a league title will change your projected spending for the next period.

### Compliance Auditing
Run a check to ensure your squad's wage-to-revenue ratio meets regulations.

### Quarterly Reporting
Get a summary of committed versus projected budgets for any specific quarter.

## Benefits

- Automates transfer amortization math for individual players.
- Provides instant visibility into squad financial health.
- Simulates the cost of performance bonuses before they are triggered.
- Checks squad spending against regulatory limits automatically.

## How It Works

Connect your AI client to the Vinkius-hosted MCP to start running financial queries.

1. Connect your preferred MCP-compatible client to Vinkius.
2. The MCP tools become available to your AI agent.
3. Ask your agent questions about squad costs or compliance.
4. The agent executes the specific tool to calculate or retrieve the data.
5. Receive direct financial answers and projections in your chat interface.

## Frequently Asked Questions

**What can this MCP do for my football club?**
It acts as a financial engine that handles player amortization, budget summaries, bonus simulations, and regulatory compliance checks.

**Which AI clients can I use with this MCP?**
You can use this MCP with any compatible client, including Claude, Cursor, Windsurf, and VS Code.

**How does it handle player transfer costs?**
It uses the calculate_player_amortization_impact tool to determine the specific book cost impact for a given period.

**Can I test different trophy win scenarios?**
Yes, you can use the simulate_bonus_scenarios tool to see how different performance outcomes affect your total budget.

**Does it help with financial regulations?**
Yes, the validate_squad_compliance tool checks your squad against specific regulatory constraints.

**How do I check if my squad is within the spending limit?**
You can use the `get_squad_financial_summary` tool to see the remaining budget and any rule violations relative to your cap or revenue.

**Can I simulate the cost of winning a trophy?**
Yes, use the `simulate_bonus_scenarios` tool by providing the period and the specific contingent bonus identifiers you wish to test.

**How is transfer cost calculated in the budget?**
The engine uses transfer amortization. You can use `calculate_player_amortization_impact` to find the specific book cost for a player in a given period.
