# Transfer Pricing Calculator MCP

> Transfer Pricing Calculator MCP verifies if transactions between related companies follow the Arm's Length Principle. It runs four distinct compliance checks—CUP, Cost Plus, and Resale Minus—to ensure your pricing aligns with global tax standards and industry benchmarks.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** transfer-pricing, arm-length, tax-compliance, audit, finance-tools

## Description

When you conduct business with a related party, regulators demand proof that your pricing is fair. This MCP handles the math for arm's length compliance. It runs through established methods to see if your internal costs, markups, or sale prices match what independent companies would charge each other. Instead of cross-referencing multiple tax manuals and spreadsheets, you simply input the transaction data. The tool then determines if your pricing strategies meet required profit margins against current industry benchmarks. Need a system that handles complex financial compliance across multiple jurisdictions? You'll find this MCP cataloged right here on Vinkius, giving you access to world-class finance tools alongside everything else.


## Tools

### get_industry_benchmarks
Retrieves the acceptable profit margin bounds for any specific industry sector.

### verify_cup_equivalence
Evaluates if a transaction price is sufficiently similar to a known market benchmark price.

### verify_resale_minus_compliance
Determines if the gross margin from a resale transaction stays within acceptable industry bounds.

### verify_cost_plus_compliance
Checks if a transaction's markup on cost falls within the allowed arm's length range.

## Prompt Examples

**Prompt:** 
```
Is a 15% markup on a $100 unit cost compliant in the Manufacturing sector?
```

**Response:** 
```
The applied markup is 15%. Based on the Manufacturing sector benchmarks, this falls within the acceptable arm's length range.
```

**Prompt:** 
```
Check if a resale price of $500 with a purchase price of $450 is compliant for Retail.
```

**Response:** 
```
The gross margin is 10%. For the Retail sector, this is within the allowed arm's length bounds.
```

**Prompt:** 
```
Compare a transaction price of $95 to a market benchmark of $100 with a 2% tolerance.
```

**Response:** 
```
The price variance is 5%. Since this exceeds the allowed tolerance of 2%, the transaction is not compliant.
```

## Capabilities

### Validate Cost Markups
It checks if the profit added to your direct costs falls within acceptable legal ranges.

### Verify Resale Profitability
You determine if the gross margin on items you resell stays within industry-approved bounds.

### Compare Market Prices
It assesses whether your transaction price is close enough to a known market benchmark price.

### Benchmark Industry Rates
You retrieve the acceptable profit margin limits for specific sectors and industries.

## Use Cases

### Auditing a Subsidiary's Markup
A Financial Controller needs to check if a subsidiary charged too little profit on goods. They use `verify_cost_plus_compliance` and feed it the cost basis and final markup percentage. The MCP immediately tells them if that specific markup falls outside the legal arm’s length range for that industry.

### Verifying Resale Profits
A company sells branded goods across international borders. They use `verify_resale_minus_compliance` with the resale price and purchase cost to quickly confirm their gross margin is compliant, avoiding weeks of manual tax research.

### Comparing Internal Pricing to Market
A sales team needs to defend a high-value transaction. They run `verify_cup_equivalence`, comparing the internal sale price directly against three major market benchmarks. The agent returns a precise variance, proving compliance or flagging a risk.

### Setting Initial Pricing Guidelines
A new product line needs initial pricing structure. Before committing, they use `get_industry_benchmarks` to get the acceptable profit margin bounds for that specific sector, ensuring their entire model starts compliant.

## Benefits

- Mitigate audit risk by running a full compliance check. Instead of relying on single-method calculations, the MCP simultaneously runs through `verify_cost_plus_compliance`, `verify_resale_minus_compliance`, and others to prove your pricing was fair.
- Immediately reference industry standards using `get_industry_benchmarks`. This tool pulls acceptable profit margin bounds for any sector, giving you a data point that goes beyond simple internal accounting.
- Validate transactions against market reality with `verify_cup_equivalence`. If you need to prove your price is comparable to an open market rate, this check provides the necessary variance analysis.
- Simplify complex revenue auditing. The MCP checks if your profit from reselling goods passes compliance using `verify_resale_minus_compliance`, eliminating manual margin comparisons.
- Save hours on cost accounting. Use `verify_cost_plus_compliance` to automatically confirm that your added markup remains within the legal, acceptable range for related-party transactions.

## How It Works

The bottom line is that you get an immediate assessment of your pricing risk across multiple regulatory standards.

1. Input your transaction data, including costs, sale prices, or comparable market values.
2. The MCP runs the data through multiple compliance methods (CUP, Cost Plus, Resale Minus) and compares it against current industry benchmarks.
3. You receive a clear report stating which compliance method passed or failed, along with specific profit margin variances.

## Frequently Asked Questions

**How does the verify_cost_plus_compliance tool work?**
This tool checks if the mark-up percentage added to your cost price is within the acceptable range set by tax law. It's a core method for verifying related-party pricing structures.

**Do I need to use verify_cup_equivalence with every transaction?**
No, but it’s highly recommended when you are trying to prove your price matches an independent market rate. It compares your specific sale against known external benchmarks.

**What is the difference between Resale Minus and Cost Plus?**
Resale Minus looks at gross margin (Sale Price minus Purchase Cost). Cost Plus looks only at markup on cost (Cost plus Markup), offering two different angles for compliance review.

**How do I find acceptable profit ranges using get_industry_benchmarks?**
You input your specific industry sector, and the tool returns a set of defined upper and lower bounds for acceptable profit margins. This gives you a clear compliance target.

**If I use `get_industry_benchmarks` for a niche sector, how do I handle missing benchmark data?**
The MCP doesn't crash; it reports an error and tells you which broader industry group to check instead. You can then manually justify the margin difference based on the advice provided.

**When running `verify_cup_equivalence`, what specific market benchmark details must I provide?**
You need three pieces of data: the transaction price, the known external market price, and the maximum allowable tolerance percentage. Providing all three ensures an accurate comparison.

**What inputs are required when running `verify_resale_minus_compliance`?**
You must supply both the resale (sale) price and the initial purchase cost for the goods. This lets the tool calculate the gross margin needed to check compliance against industry bounds.

**Are there rate limits or performance considerations when using `verify_cost_plus_compliance`?**
The MCP handles high transaction volumes, but if you're processing thousands of records, run the checks in scheduled batches. This prevents timeouts and keeps your process running smoothly.