Export Parity Calculator

Export Parity Calculator MCP Connector for Claude

A+

Calculate the net farm-gate price for grain exports by accounting for logistics and taxes.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides tools to determine the profitability of exporting commodities like grains. By using get_transportation_rate, you can find the cost per kilometer for different transport modes. The calculate_farm_gate_parity tool computes the final net price at the farm after subtracting freight, port fees, and export taxes from the international FOB price. Finally, use analyze_market_opportunity to compare this parity price against domestic market prices to decide whether to export or sell locally.

grainexportparitycommoditypricing

3 tools expose this connector's capabilities to your AI agent.

calculate_farm_gate_parity

Calculate the net price received at the farm after logistics costs

analyze_market_opportunity

Analyze if export or domestic market is more profitable

get_transportation_rate

Get the transport rate per km for a specific mode

See how to talk to your AI agent using Export Parity Calculator.

What is the transport rate for a truck?

The `get_transportation_rate` tool returns the cost per km and currency for the selected mode.

Calculate parity: FOB $500, Rate 5.2, Distance 500km, Mode truck, Port Fees 100, Taxes 50.

Using `calculate_farm_gate_parity`, the tool will compute the net farm-gate price after all deductions.

Should I export if my parity is 2500 and domestic price is 2400?

The `analyze_market_opportunity` tool will recommend 'EXPORT' because the parity price is higher.

Use the `get_transportation_rate` tool and provide the mode (truck, rail, or barge).

Related Connectors