# Transfer Fee Amortization Calculator AI Agent Connect

> Calculate football player acquisition costs, amortization schedules, and impairment adjustments.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_iuMyZQA5LHtGWUkUtz8Gkca82NNJrUxMhgj4wgqF/ai-agent-connect
- **Tags:** football, amortization, accounting, transfer-fee, asset-management

## Description

This MCP server provides precision financial tools for football clubs to manage player assets. It allows agents to calculate detailed amortization schedules, account for agent fees and registration costs, and manage contract changes. Use `get_amortization_schedule` to generate annual and monthly expense breakdowns, `get_impairment_adjustment` to handle value write-downs, `get_renewal_impact` for contract extensions, and `get_asset_summary` for a high-level financial snapshot of a player's book value.

### Available Tools

`amortization_schedule_tool`, `impairment_adjustment_tool`, `renewal_impact_tool`, `asset_summary_tool`

## Tools

### amortization_schedule_tool
Generates a detailed breakdown of how the player's cost is recognized over time

### asset_summary_tool
Provides a high-level snapshot of the player's financial status

### impairment_adjustment_tool
g., injury) to adjust the book value.

Recalculates the remaining cost distribution after a player's value has been permanently reduced

### renewal_impact_tool
Calculates how extending a player's contract affects the future monthly cost of amortization

## Prompt Examples

**Prompt:** 
```
Calculate the amortization for a player signed for 50,000,000 with a 5-year contract and 2,000,000 in agent fees.
```

**Response:** 
```
The total acquisition cost is 52,000,000. Over a 60-month contract, the monthly expense is 866,666.67, with an annual expense of 10,400,000.
```

**Prompt:** 
```
A player has a book value of 20,000,000. If we write down their value by 5,000,000 with 24 months remaining, what is the new monthly cost?
```

**Response:** 
```
The new book value is 15,000,000. With 24 months remaining, the new monthly expense is 625,000.
```

**Prompt:** 
```
Give me a summary for a player with a 30,000,000 fee, 1,000,000 in agent fees, and 500,000 in registration costs, who has already been amortized by 10,000,000 over a 48-month contract.
```

**Response:** 
```
The total acquisition cost is 31,500,000. The remaining book value is 21,500,000, with 10,000,000 already amortized and an original average monthly cost of 656,250.
```

## Frequently Asked Questions

**How do I calculate the yearly expense for a new signing?**
You can use the `get_amortization_schedule` tool. Provide the transfer fee, contract duration, and any guaranteed add-ons or agent fees to receive a full breakdown of annual and monthly expenses. Tools available: `amortization_schedule_tool`, `impairment_adjustment_tool`, `renewal_impact_tool`.

**What happens to the amortization if a player's value drops?**
When a player's value is reduced, use `get_impairment_adjustment`. This tool recalculates the remaining book value and provides a new monthly expense for the rest of the contract term.

**Can I see the impact of extending a player's contract?**
Yes, the `get_renewal_impact` tool calculates how adding months to a contract affects the future monthly amortization expense based on the current book value.
