# Wine Compliance & Tax Calculator AI Agent Connect

> Calculate federal and state wine excise taxes and manage compliance schedules.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_aHwIjA2asIYBd7QvNR7VSZVjalQoe2llXhSYoMq1/ai-agent-connect
- **Tags:** wine, tax, excise, compliance, ttb

## Description

This MCP server provides essential tools for wine producers to manage taxation and regulatory requirements. Use `calculate_federal_tax` to determine TTB obligations, `calculate_state_tax` for destination state duties, and `get_tax_in_transit_eligibility` to avoid double taxation. It also includes `generate_compliance_calendar` to track all necessary filing deadlines.

## Tools

### generate_compliance_calendar
Creates a schedule of required filings and tax deadlines

### calculate_federal_tax
Determines the total federal excise tax owed to the TTB

### calculate_state_tax
Determines the excise tax owed to a specific state

### get_tax_in_transit_eligibility
Checks if a shipment qualifies for tax credits to avoid double taxation

## Prompt Examples

**Prompt:** 
```
What is my federal tax for 5000 gallons if I am a small producer?
```

**Response:** 
```
Your total federal excise tax for 5,000 gallons as a small producer is $125.00.
```

**Prompt:** 
```
Calculate the state tax for 1000 gallons in CA with 13% alcohol content.
```

**Response:** 
```
The estimated state tax for 1,000 gallons in CA is $450.00.
```

**Prompt:** 
```
Am I eligible for tax-in-transit if I ship from OR to WA?
```

**Response:** 
```
Yes, your shipment is eligible for tax-in-transit status, providing an estimated credit of $75.00.
```

## Frequently Asked Questions

**How do I calculate federal excise tax?**
You can use the `calculate_federal_tax` tool by providing your total production volume and indicating if you qualify as a small producer.

**Can I avoid double taxation when shipping between states?**
Yes, the `get_tax_in_transit_eligibility` tool checks if your shipment qualifies for tax credits to prevent paying taxes twice.

**How do I know when my next tax filing is due?**
The `generate_compliance_calendar` tool creates a schedule of all required filings and deadlines for your specific state.
