# Export Parity Calculator MCP for AI Agents AI Agent Connect

> Export Parity Calculator helps you figure out if selling your grain on the international market actually makes sense after you pay for the move. It handles the messy math of freight, port fees, and taxes to give you a clean net price. Instead of guessing, you get a hard number on what stays in your pocket at the farm gate, making it easy to decide whether to ship it out or sell it locally.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_g860g3UFArpahz4oBgIIDDFv3LmvryyK78jgZJSi/ai-agent-connect
- **Tags:** grain, export, parity, commodity, pricing

## Description

This tool calculates the net farm-gate price for grain exports. Often, the price you see on the international market isn't what you actually keep. You have to account for every moving part, from the cost of hauling the crop to the various taxes and fees tacked on at the port. This tool takes those variables and does the heavy lifting for you. It lets your AI client calculate the exact net price at the farm gate by stripping away all those overhead costs. You can look at a specific international price and quickly see what's left over after the logistics are settled. It's built to help you stop doing manual spreadsheets and start making faster decisions. By using the Vinkius catalog to connect this tool, you can quickly weigh export opportunities against your local market prices. It gives you a clear picture of the parity price, so you know exactly where the profit lies before you sign any contracts. You get to see the numbers clearly without the usual guesswork involved in commodity trading.

## Tools

### calculate_farm_gate_parity
Computes the net price at the farm gate by subtracting freight, port fees, and taxes from the FOB price. This helps you see your actual profit margin clearly.

### analyze_market_opportunity
Compares your calculated export parity price against domestic prices to find the best profit. It tells you whether to export or sell locally.

### get_transportation_rate
Retrieves the specific cost per kilometer for various transport modes. Use this to factor in accurate hauling costs.

## Prompt Examples

**Prompt:** 
```
What's the profit if I sell 500 tons of corn at an FOB price of $300, 400km away by truck, with $150 port fees and 2% tax?
```

**Response:** 
```
Based on the calculations, here is your export parity:

| Item | Value |
| :--- | :--- |
| **FOB Price** | $300.00 |
| **Transport Cost** | -$1.50 (based on truck rates) |
| **Port Fees** | -$150.00 |
| **Taxes (2%)** | -$6.00 |
| **Net Parity Price** | **$142.50** |

Your net price at the farm gate is **$142.50 per ton**.
```

**Prompt:** 
```
Should I sell my wheat locally for $220 or export it?
```

**Response:** 
```
To give you a firm answer, I've compared your local offer against the current export parity. 

*   **Local Offer:** $220.00 / ton
*   **Export Parity:** $142.50 / ton

**Recommendation:** **SELL LOCALLY**. The current logistics costs and fees make the export option significantly less profitable than your local offer.
```

**Prompt:** 
```
What's the transport cost for a rail shipment over 1,000km?
```

**Response:** 
```
For a rail shipment over 1,000km, the current rates are:

*   **Rate per km:** $0.08
*   **Total Estimated Cost:** $80.00 per unit

Would you like me to calculate the full farm-gate parity using this rail rate?
```

## Capabilities

### Get transport costs for different truck or rail modes
Find the specific cost per kilometer for various transport modes like trucks or rail.

### Calculate net farm-gate prices for grain exports
Computes the net price at the farm gate by subtracting freight, port fees, and taxes from the FOB price.

### Compare export profitability against local market rates
Analyzes if export or domestic market is more profitable for your specific crop.

### Factor in port fees and export taxes automatically
Automatically deducts various fees and taxes from your international price.

### Identify the most profitable selling point
Provides a clear recommendation on whether to sell locally or export based on net parity.

## Use Cases

### Checking a specific port haul
A trader wants to know if selling 500 tons of wheat in a specific port is worth the 400km haul using `get_transportation_rate`.

### Comparing local vs. global offers
A farmer has a local offer of $220/ton and wants to see if exporting beats it using `analyze_market_opportunity`.

### Evaluating transport modes
A logistics lead needs to see how switching from rail to truck affects the final margin using `get_transportation_rate`.

### Pricing a new export batch
A grain exporter wants to quickly price a new batch of corn for a specific international buyer using `calculate_farm_gate_parity`.

## Benefits

- Stop guessing your margins by using `calculate_farm_gate_parity` to get exact net prices.
- Quickly see which transport mode saves you the most money with `get_transportation_rate`.
- Make faster selling decisions by letting `analyze_market_opportunity` compare your options.
- Eliminate manual spreadsheet errors when factoring in complex port fees and export taxes.
- Get a clear view of your true profitability across different international markets.

## How It Works

The bottom line is you get a clear yes or no on whether exporting your grain beats selling it locally.

1. Provide the international FOB price and logistics details like distance and transport mode.
2. The Connector pulls the relevant rates and applies the deductions for fees and taxes.
3. You get a final parity price and a profit recommendation.

## Frequently Asked Questions

**How does Export Parity Calculator help with grain prices?**
It calculates the net price you actually keep at the farm gate. It takes the international price and subtracts all the hidden costs like freight, port fees, and taxes.

**Can I use Export Parity Calculator for different crops?**
Yes, it works for any grain or commodity shipment. You just provide the base price and the specific logistics costs for that crop.

**Does Export Parity Calculator include taxes?**
Yes, it factors in export taxes as part of the deduction process to give you a clean net parity price.

**How does Export Parity Calculator compare local vs global?**
It analyzes both your local market price and your calculated export parity price, then tells you which one yields a higher profit.

**Can I check different transport modes?**
Yes, you can check rates for trucks, rail, and other transport modes to see how they impact your final margin.

**Is Export Parity Calculator good for international trade?**
It's specifically designed for international trade where you need to know the difference between an FOB price and the actual farm-gate price.

**How do I find the transport cost for a specific mode?**
Use the `get_transportation_rate` tool and provide the mode (truck, rail, or barge).

**What inputs are needed for parity calculation?**
You need the FOB price in USD, the exchange rate, distance in km, and the transport mode for `calculate_farm_gate_parity`.

**Can I compare export prices with domestic prices?**
Yes, the `analyze_market_opportunity` tool compares your calculated parity price to the domestic market price.