# Attorney Fees Calculator MCP for AI Agents AI Agent Connect

> Attorney Fees Calculator helps you model and compare different legal billing structures. It handles hourly rates, contingency shares, flat fee quotes, and team costs. Use it to give clients accurate price projections or to see which billing model makes the most financial sense for a specific case.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_E6PhphhH3CPEPq6Fl9pAqjWcBxiP82vi4i0nuCLa/ai-agent-connect
- **Tags:** legal-tech, billing, calculator, lawyer, finance-tools

## Description

When you're trying to pitch a new client, the last thing you want to do is fumble through spreadsheets to figure out how much a case will actually cost. You need to know if a contingency fee is worth the risk compared to a standard hourly rate, or how much a full team of associates will actually add to the bottom line. This Connector takes that math off your plate. Instead of manual entry, you can just ask your AI client to run the numbers for you. You get clear, consistent projections for complex scenarios like post-appeal recovery or blended team costs. It's a way to make sure your firm's pricing is consistent across every engagement. By adding this to your Vinkius catalog, you're giving your agent the ability to act like a high-level billing analyst, ensuring your quotes are accurate and your margins are protected.

## Tools

### contingency
Calculates the attorney's share and the client's net recovery. Use this to see exactly what a client keeps after fees.

### flat_fee
Retrieves a fixed price for specific legal contract types. This is useful for standardizing quotes on routine work.

### hourly
Calculates the total cost for a single attorney based on time and seniority. It helps project costs for specific personnel.

### fee
Compares different billing structures to find the threshold. Use this to see where one model becomes cheaper than another.

### team
Calculates the total cost for a legal team. This aggregates multiple roles into a single project cost estimate.

## Prompt Examples

**Prompt:** 
```
I'm looking at a case where we might win $250,000 in the post-filing stage. Can you show me what the client would actually keep if we take a 30% contingency fee?
```

**Response:** 
```
Based on a **$250,000** win in the **post-filing** stage with a **30%** contingency fee, here is the breakdown:

*   **Attorney Fee Share:** $75,000
*   **Client Net Recovery:** $175,000

This calculation accounts for the specific recovery percentages typically applied at the post-filing stage.
```

**Prompt:** 
```
Compare a 40-hour project with a senior partner at $400/hour against a flat fee of $15,000. Which one is cheaper for the client?
```

**Response:** 
```
Here is the comparison for the project costs:

| Billing Model | Total Cost | Savings/Difference |
| :--- | :--- | :--- |
| **Hourly (Senior)** | $16,000 | - |
| **Flat Fee** | $15,000 | **$1,000 cheaper** |

The **Flat Fee** option saves the client $1,000 compared to the senior partner's hourly rate.
```

**Prompt:** 
```
What's the total cost if I put a team of three on a project: a senior partner for 10 hours, two associates for 20 hours each?
```

**Response:** 
```
For a team assignment involving three attorneys, the total cost is as follows:

*   **Senior Partner (10 hrs):** $4,000
*   **Associate 1 (20 hrs):** $2,000
*   **Associate 2 (20 hrs):** $2,000
*   **Total Team Cost:** **$8,000**
```

## Capabilities

### Estimate hourly costs
Calculate the total cost for a single attorney based on their specific seniority and hours worked.

### Calculate contingency shares
Determine the attorney's percentage and the client's net recovery for various litigation stages.

### Generate flat fee quotes
Get a fixed price for specific types of legal contracts and agreements.

### Aggregate team costs
Calculate the total cost for a multi-person legal team assignment in one step.

### Identify break-even points
Find the exact recovery threshold where contingency fees align with hourly costs.

## Use Cases

### Choosing between hourly and contingency
A partner needs to know if a $100k win is better as a 33% contingency or a 50-hour hourly engagement. Use fee.break_even to find the answer.

### Calculating client net recovery
A billing specialist needs to calculate the net recovery for a client in a post-filing stage. Use contingency.estimate for the math.

### Standardizing contract quotes
A firm wants to create a standard price list for basic corporate contracts. Use flat_fee.quote to get consistent fixed pricing.

### Estimating multi-person project costs
A project manager needs to know the total burn rate for a team of three associates. Use team.cost to aggregate the total price.

## Benefits

- Get accurate hourly costs instantly by using hourly.estimate to factor in attorney seniority and experience.
- Avoid underestimating recovery with contingency.estimate to see exact client net amounts at different litigation stages.
- Provide consistent pricing with flat_fee.quote for standard contract types and recurring legal work.
- See the full picture of large cases using team.cost to aggregate multiple attorney hours into one number.
- Make smarter strategic choices by using fee.break_even to find the perfect balance between different billing models.

## How It Works

The bottom line is you get instant, accurate pricing models for any legal billing structure.

1. Connect the Attorney Fees Calculator MCP to your preferred AI client through the Vinkius dashboard.
2. Provide your agent with specific case details like attorney seniority, expected hours, or expected recovery amounts.
3. Get a detailed breakdown of costs and a comparison of different billing models for your client proposal.

## Frequently Asked Questions

**How does the Attorney Fees Calculator help my law firm?**
It gives you instant, accurate numbers for various billing models so you can quote clients faster and more accurately. You can quickly see how different rates affect the final bottom line.

**Can the Attorney Fees Calculator handle contingency fee math?**
Yes, it calculates both the attorney's share and what the client actually keeps based on the litigation stage. This helps you explain the payout clearly to your clients.

**Can I use the Attorney Fees Calculator to see break-even points?**
Yes, it can compare different models like hourly vs. contingency to find the exact recovery amount where they cost the same. This is great for strategic planning.

**Does the Attorney Fees Calculator work for team assignments?**
It can calculate the total cost for a whole group of attorneys based on their combined hours and seniority. This ensures you don't underprice complex cases involving multiple people.

**Can I get fixed price quotes with the Attorney Fees Calculator?**
It can provide standard fixed prices for specific types of legal contracts. This helps you maintain consistent pricing across your firm's standard offerings.

**Is the Attorney Fees Calculator good for choosing between billing models?**
It's designed specifically for that, letting you see which model is most profitable or client-friendly before you commit to a contract.

**How do I calculate costs for a team of lawyers?**
Use the `getBlendedTeamCost` tool by providing a JSON array of assignments, where each object contains the hours worked and the seniority level for each team member. Tools available: `hourly.estimate`, `contingency.estimate`, `flat_fee.quote`.

**Can I compare contingency fees against hourly rates?**
Yes, the `analyzeFeeBreakEven` tool is specifically designed to find the recovery amount threshold where different billing models intersect.

**What litigation stages are supported for contingency calculations?**
The tool supports `pre_suit`, `post_filing`, and `post_appeal` stages, with the percentage fee scaling according to the complexity of each stage.