# Oil Supply Chain Optimizer AI Agent Connect

> Optimize crude oil routing, inventory levels, and quality compliance across the supply chain.

## Overview
- **Category:** supply-chain
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MVMPqWrXExQ9xfiIFaIGaA7eGDY5DQK60dJQ2rCS/ai-agent-connect
- **Tags:** oil, crude, refinery, optimization, logistics

## Description

This MCP server provides specialized tools to manage the complex logistics of moving crude oil from production sites to refineries. It calculates the most cost-effective paths using `get_optimal_routing`, determines necessary storage levels with `calculate_inventory_targets`, ensures chemical requirements are met via `evaluate_quality_compliance`, and validates infrastructure limits with `simulate_transportation_capacity`.

## Tools

### calculate_inventory_targets
Determines the necessary storage levels at production and refinery nodes

### evaluate_quality_compliance
Checks if a proposed supply plan meets the chemical requirements of the refineries

### get_optimal_routing
Finds the most cost-effective paths to move crude from production to refineries

### simulate_transportation_capacity
Validates if the physical infrastructure can handle the proposed optimal routing

## Prompt Examples

**Prompt:** 
```
Find the best way to move oil from production site A to refinery B.
```

**Response:** 
```
The optimal route is via pipeline with a total cost of $45,000 for 5,000 barrels.
```

**Prompt:** 
```
Is the crude from site Alpha compliant with Refinery X's constraints?
```

**Response:** 
```
Yes, the crude quality profile meets all the required chemical parameters for Refinery X.
```

**Prompt:** 
```
What are the target inventory levels for the refinery nodes?
```

**Response:** 
```
The target stock for Refinery Node 1 is 12,000 barrels to maintain the safety buffer.
```

## Frequently Asked Questions

**How does the tool handle crude quality constraints?**
The `evaluate_quality_compliance` tool checks if the chemical properties of a crude source fall within the specific input windows required by a refinery.

**Can I check if my pipelines can handle the planned volume?**
Yes, you can use `simulate_transportation_capacity` to validate if the physical infrastructure can handle the proposed routing and identify potential bottlenecks.

**Does this tool calculate storage needs?**
Yes, `calculate_inventory_targets` determines the necessary storage levels at both production and refinery nodes to ensure continuous supply.
