# Service Contract Negotiation Support AI Agent Connect

> Analyze oilfield service contracts using market benchmarking and performance-based incentive modeling.

## Overview
- **Category:** analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_r5EFVWytEpC8VFo8MQ2rwVAP9y9Vt5N5N0PcFVJ7/ai-agent-connect
- **Tags:** negotiation, benchmarking, oilfield, contract-management, hse

## Description

This MCP server provides specialized decision support for oilfield service contract negotiations. It connects AI agents to critical industry data and analytical models to ensure fair pricing and optimized performance. Using `analyze_market_alignment`, agents can compare proposed rates against industry benchmarks to identify savings. The `evaluate_performance_incentives` tool allows for the creation of optimized payout structures tied to KPIs. Additionally, `assess_service_quality_impact` adjusts contract valuations based on technical and HSE performance, while `summarize_negotiation_strategy` synthesizes all findings into a cohesive executive summary for procurement leads.

## Tools

### assess_service_quality_impact
Quantifies how service quality and HSE compliance should influence the final contract valuation

### evaluate_performance_incentives
Recommends an optimal incentive structure to drive desired service outcomes

### analyze_market_alignment
Determines how well a proposed contract aligns with current industry pricing and identifies potential savings

### summarize_negotiation_strategy
Synthesizes all analysis into a cohesive summary for a procurement lead

## Prompt Examples

**Prompt:** 
```
Compare these drilling rates: { "proposedRates": [{"serviceType": "drilling", "rate": 50000}] }, for the category 'drilling'.
```

**Response:** 
```
The fair market rate for drilling is $45,000, representing a $5,000 savings opportunity with an 'Optimal' alignment status.
```

**Prompt:** 
```
Recommend an incentive structure for a $100,000 budget where HSE is critical, using metrics: { "metricName": "uptime", "targetValue": 0.95 }, { "metricName": "trir", "targetValue": 0.0 }.
```

**Response:** 
```
The recommended structure allocates $60,000 to HSE compliance and $40,000 to operational uptime, with a total potential payout of $100,000.
```

**Prompt:** 
```
Calculate the impact of a 0.9 quality score and 0.8 HSE score on a $1,000,000 contract.
```

**Response:** 
```
The quality adjustment is +$50,000 and the HSE adjustment is +$30,000, resulting in a total adjusted value of $1,080,000.
```

## Frequently Asked Questions

**How does the tool identify cost savings?**
The `analyze_market_alignment` tool compares your proposed rates against standardized industry benchmarks to calculate the difference between the proposed price and the fair market rate.

**Can I include safety metrics in the incentive planning?**
Yes. When using `evaluate_performance_incentives`, you can set the `isHseCritical` flag to true, which ensures a significant portion of the budget is tied to HSE compliance and safety metrics.

**How are quality scores applied to the contract value?**
The `assess_service_quality_impact` tool uses normalized technical and HSE scores to calculate adjustments that increase or decrease the base contract value based on performance.
