# Equity Split Calculator MCP for AI Agents AI Agent Connect

> Equity Split Calculator helps co-founders move past the 'who owns what' headache. It turns vague contributions into concrete numbers. Whether you're balancing different levels of investment or trying to factor in 'sweat equity' like hours worked and IP, this Connector handles the math. It gives you a clear breakdown of ownership based on weighted pillars or dynamic slices, making sure everyone stays on the same page before the cap table gets messy.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_JqiCvKliOThuqAFx7fXEzV0iwr3d2hSHoYCPTXrs/ai-agent-connect
- **Tags:** equity, startup, co-founder, ownership, slicing-pie, business-planning

## Description

Negotiating equity with a co-founder is usually a minefield of hurt feelings and 'he said, she said' arguments. You start by talking about who had the idea, but then someone else brings in the seed money, and suddenly the conversation shifts to who's actually doing the heavy lifting every day. This Connector takes those messy, subjective conversations and turns them into a structured framework that actually makes sense. It lets you sit down with your agent and map out exactly what each person brings to the table. You can weigh things like risk, dedication, and capital against each other to see what a fair split looks like on paper. If your team prefers a 'slicing pie' model where contributions are calculated as they happen, you can do that too. It handles the math of converting dollars, hours, and intellectual property into a single unit of value. When you're done, you get a full audit that explains the 'why' behind the numbers, which is the most important part for keeping the peace. It's a huge help for anyone using the Vinkius catalog to get their startup infrastructure organized without the usual friction of manual spreadsheets. It's about getting to a 'yes' faster so you can actually start building the company.

## Tools

### generate_equity_audit
Create a written justification for your final ownership distribution. It explains the logic to your co-founders so there's no room for debate.

### calculate_weighted_split
Distribute equity based on fixed importance weights for pillars like Idea and Execution. This is perfect for balancing qualitative and quantitative factors.

### calculate_dynamic_slices
Convert raw inputs like cash, time, and equipment into enterprise slices. This helps you see the real value of different types of contributions.

## Prompt Examples

**Prompt:** 
```
I have two co-founders. One put in $10k and the other worked 200 hours. How do I split equity if cash is worth 3x more than time?
```

**Response:** 
```
Based on a cash multiplier of 3, here is the breakdown:

| Founder | Contribution | Units | Ownership |
| :--- | :--- | :--- | :--- |
| Founder A | $10,000 (Cash) | 30,000 | 99.34% |
| Founder B | 200 Hours (Time) | 200 | 0.66% |

This shows how a small amount of cash can heavily outweigh time in a dynamic slice model.
```

**Prompt:** 
```
My co-founder is the 'idea person' but I'm doing the 'execution'. Give me a split where execution is weighted 70%.
```

**Response:** 
```
If we weight Execution at 70% and Idea at 30%, here is the distribution:

*   **Founder A (Idea):** 30%
*   **Founder B (Execution):** 70%

This ensures the person doing the heavy lifting gets the majority of the equity while still acknowledging the original concept.
```

**Prompt:** 
```
I need to explain to my investors why the CEO has 60% and the CTO has 40%. Write a justification.
```

**Response:** 
```
The 60/40 split is justified by the following factors:

*   **CEO (60%):** Responsible for capital investment, initial risk, and overall strategic direction.
*   **CTO (40%):** Contributed primary intellectual property and led the technical execution phase.

This distribution reflects a balanced approach to early-stage risk and development milestones.
```

## Capabilities

### Weigh founder contributions
Assign importance weights to different pillars like idea, capital, and execution.

### Convert cash to equity slices
Turn raw dollar amounts into proportional ownership units.

### Calculate time-based ownership
Factor in hours worked to determine sweat equity distribution.

### Factor in intellectual property
Include IP and equipment as measurable components of the split.

### Generate ownership justifications
Create a written audit explaining the logic behind the final percentages.

### Balance risk and dedication
Quantify subjective factors to ensure every founder feels fairly treated.

## Use Cases

### Splitting equity between an 'idea' person and a 'builder'
Two friends are starting a tech company. One has the vision, the other has the coding skills. They use calculate_weighted_split to find a 50/50 balance based on weighted pillars.

### Converting cash investments into ownership units
A founder puts in $50k of personal cash while another works 80 hours a week. They use calculate_dynamic_slices to see how much cash is worth compared to time.

### Justifying a complex split for a funding round
A startup is preparing for its first funding round and needs to explain a 70/30 split to VCs. They use generate_equity_audit to create a defensible justification.

### Tracking contributions in a slicing pie model
A group of three co-founders wants to use a slicing pie model to distribute equity as they hit milestones. They use calculate_dynamic_slices to track it.

## Benefits

- Remove emotion from negotiations by using calculate_weighted_split to assign objective values to things like Idea or Risk.
- Accurately value non-cash contributions like IP and equipment using calculate_dynamic_slices.
- Stop guessing at sweat equity and see the real impact of hours worked on the final ownership split.
- Get a professional audit report from generate_equity_audit to show investors why the cap table looks the way it does.
- Avoid future legal headaches by establishing a clear, documented ownership framework before you sign any papers.

## How It Works

The bottom line is that it replaces gut feelings with a transparent, data-driven framework for founder ownership.

1. Input the specific roles and contributions of each co-founder.
2. Choose between a weighted pillar model or a dynamic slicing model.
3. Get a final ownership percentage and a detailed audit report.

## Frequently Asked Questions

**How does the Equity Split Calculator help with sweat equity?**
It allows you to convert hours worked into actual ownership units. By applying a multiplier to time, you can see exactly how much 'sweat' translates into a percentage of the company.

**Can I use the Equity Split Calculator for non-profit boards?**
Yes. While it's built for startups, the logic of weighting different contributions can be used by any group looking to distribute ownership or responsibilities fairly.

**What's the difference between weighted splits and dynamic slices?**
Weighted splits are best for fixed pillars like 'Idea' or 'Risk.' Dynamic slices are better for raw, ongoing contributions like cash, hours, and equipment.

**How does the Equity Split Calculator help with investor transparency?**
It generates a written audit report. This report provides a clear, data-driven justification for your cap table, which helps build trust with early investors.

**Can I use this to calculate my own salary?**
No, this tool is specifically designed for equity distribution and ownership splits, not for calculating monthly payroll or salaries.

**What is the difference between the weighted and dynamic methods?**
The weighted method uses fixed importance scores for pillars like execution or capital, while the dynamic method (Slicing Pie) converts ongoing contributions into slices using multipliers.

**How do I use `calculate_dynamic_slices`?**
Provide a JSON array of contributions, where each entry includes the founder's name, the type (e.g., Cash, Time), and the amount contributed.

**Can I justify my equity split?**
Yes, use the `generate_equity_audit` tool to create a report that explains the quantitative results through qualitative justifications.