# US Capital Gains Tax Calculator MCP for AI Agents AI Agent Connect

> US Capital Gains Tax Calculator helps you figure out exactly how much the IRS wants when you sell an investment. It looks at how long you held your asset, your total annual income, and your filing status to give you a clear picture of your tax bill. Stop guessing which bracket you fall into and get a clear answer on your liability.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_OrWi7RQKvVzEHccwg4xb2PKMDAoC7DK6rG4LmZui/ai-agent-connect
- **Tags:** tax, capital-gains, usa, finance, accounting

## Description

The US Capital Gains Tax Calculator handles the math for your investment taxes. When you sell a stock, a piece of real estate, or some crypto, you aren't just looking at the profit number. You have to figure out how many days you actually held the asset, which determines your tax rate, and then factor in your total yearly income to see where you land on the tax brackets. It's a lot of manual cross-referencing between IRS tables and your own spreadsheets. This Connector takes that weight off your shoulders by letting your agent do the heavy lifting. It's part of the Vinkius catalog, making it easy to plug into your existing workflow. You can just tell your agent what you sold and for how much, and it handles the classification and the math. Instead of hunting down tax tables or trying to remember if a sale was a short-term hit, you get a straight answer on your liability. It turns a confusing tax headache into a quick conversation with your agent.

## Tools

### calculate_gain_classification
This tool tells you if your profit counts as a short-term or long-term gain. It uses your holding period to make the distinction automatically.

### get_tax_bracket_context
Use this to see the specific income levels for various long-term capital gains rates. It helps you understand where your income falls on the tax map.

### estimate_tax_liability
This tool calculates the actual dollar amount you owe on a realized gain. It combines your profit, income, and filing status into a final number.

## Prompt Examples

**Prompt:** 
```
I sold some stock for $10k profit after 14 months. What's my gain status?
```

**Response:** 
```
Since you held the asset for over a year, this is a **long-term capital gain**. 

Your profit is classified as a long-term gain, which typically qualifies for lower tax rates compared to short-term gains.
```

**Prompt:** 
```
I made $5k on a crypto sale. I make $60k a year and I'm filing single. How much tax is that?
```

**Response:** 
```
Based on a $5,000 gain and a $60,000 annual income (Single filing), your **estimated tax is $0.00**. 

This is because your income falls within the 0% long-term capital gains bracket for your income level.
```

**Prompt:** 
```
What are the tax brackets for long-term gains if I'm married filing jointly?
```

**Response:** 
```
For **Married Filing Jointly**, the current long-term capital gains thresholds are:

*   Up to $94,050 = **0%**
*   Up to $583,750 = **15%**
*   Above $583,750 = **20%**
```

## Capabilities

### Identify gain types
It tells you if your profit counts as a short-term or long-term gain based on your holding period.

### Find tax brackets
It pulls the specific income thresholds for different long-term capital gains rates.

### Calculate tax owed
It gives you the final dollar amount of tax owed on a realized gain.

### Determine profit amounts
It calculates your total profit based on the sale price and the number of days you held the asset.

### Check filing statuses
It adjusts the tax estimates based on your specific filing status and annual income.

## Use Cases

### Stock Sale Planning
An investor wants to know if selling a stock today will trigger a high short-term tax hit compared to waiting a few more months.

### Crypto Portfolio Review
A trader needs to see the total tax liability on a large batch of crypto sales based on their $100k annual income.

### Real Estate Exit
A landlord wants to estimate the capital gains on a property sale to see how much cash they will actually keep after the IRS takes its cut.

### Tax Planning
A user wants to see if selling a specific asset will push them into a higher tax bracket for the current year.

## Benefits

- Stop guessing your tax bracket. You will get precise income thresholds for long-term gains using get_tax_bracket_context, so you know exactly where you stand.
- Know your gain type instantly. Use calculate_gain_classification to see if your sale is short-term or long-term without manually counting days on a calendar.
- Get a final tax number. estimate_tax_liability gives you the actual dollar amount owed, helping you plan your finances with much more confidence.
- Run what-if scenarios. You can quickly see how different sale prices or holding periods change your tax bill before you actually make the move.
- Eliminate manual IRS lookups. Instead of searching through government websites, your agent pulls the relevant tax context directly into your conversation.
- Simplify your portfolio tracking. You can quickly categorize multiple assets to see your total potential tax exposure in one sitting.

## How It Works

The bottom line is you get a clear tax estimate without having to dig through IRS websites or tax software.

1. Provide the sale price, purchase price, and the number of days you held the asset.
2. Tell your agent your total taxable income and your filing status.
3. Get a breakdown of your gain classification and the estimated tax you owe.

## Frequently Asked Questions

**How does the US Capital Gains Tax Calculator help with my investments?**
It helps you see how much tax you will owe on your profits. It automatically identifies if your gains are short-term or long-term and estimates the final dollar amount based on your income.

**Can I use the US Capital Gains Tax Calculator to plan a stock sale?**
Yes, you can use it to run what-if scenarios. You can check how different holding periods or sale prices will impact your final tax bill before you actually sell.

**Does the US Capital Gains Tax Calculator work for crypto?**
It works for any asset you sell for a profit, including crypto. It looks at the profit amount and your holding period to give you a tax estimate.

**How does my filing status affect the US Capital Gains Tax Calculator?**
Your filing status is a key part of the calculation. The Connector uses it to determine which specific income thresholds and tax brackets apply to your investment gains.

**Will the US Capital Gains Tax Calculator tell me my exact tax bill?**
It provides a calculated estimate of your tax liability. While it is very accurate based on the data you provide, you should always double-check with a tax professional for your final filing.

**Is the US Capital Gains Tax Calculator good for real estate?**
It is great for estimating the capital gains on a property sale. You just provide the gain amount and your income, and it tells you the estimated tax hit.

**What is the difference between short-term and long-term capital gains?**
Short-term gains apply to assets held for one year or less and are taxed at your ordinary income tax rate. Long-term gains apply to assets held for more than one year and benefit from lower preferential rates of 0%, 15%, or 20%.

**How do I calculate my tax liability?**
First, use `calculate_gain_classification` to determine your gain amount and whether it is short-term or long-term. Once you have the gain amount, use `estimate_tax_liability` along with your annual taxable income and filing status to find the total tax due.

**Can I see the current tax thresholds?**
Yes, you can use the `get_tax_bracket_context` tool to retrieve a list of income thresholds and their associated long-term tax rates for your specific filing status.