# Short-Term Mine Planning Optimizer AI Agent Connect

> Aligns equipment, grade, and stockpiles into actionable mining schedules.

## Overview
- **Category:** logistics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LZ9zxcVyHbGGpnBnDhAr3Z1T5nEkTruFxMhuf9tL/ai-agent-connect
- **Tags:** mining, scheduling, blending, equipment, stockpile

## Description

This MCP server connects AI agents to mining operations by providing tools to manage short-term production. It allows for the generation of weekly and monthly schedules using `get_production_schedule`, identification of specific extraction areas via `get_dig_plan`, and precise ore blending calculations with `get_blending_strategy`. Additionally, users can monitor fleet efficiency through `get_equipment_utilization` and track material storage levels using `get_stockpile_status`.

## Tools

### get_blending_strategy
Calculates how to mix ore from various sources to meet specific mineral concentration targets

### get_dig_plan
Identifies exactly where the equipment should be digging to meet production and grade needs

### get_equipment_utilization
Analyzes how well the available fleet is being used to meet the plan

### get_production_schedule
Provides a high-level overview of the planned mining activities over a specific timeframe

### get_stockpile_status
Monitors the current levels and contents of ore and waste stockpiles

## Prompt Examples

**Prompt:** 
```
What is the production schedule for the upcoming month?
```

**Response:** 
```
The monthly schedule includes a total volume of 50,000 tons with an average grade of 1.2%, focusing on the North Bench extraction.
```

**Prompt:** 
```
Where should we be digging next week to meet our targets?
```

**Response:** 
```
Next week, digging should focus on Location ID B-12 (20,000 tons, 1.5% grade) and Location ID C-04 (15,000 tons, 0.8% grade).
```

**Prompt:** 
```
How much of Source A and Source B do I need to get a 1.0% grade?
```

**Response:** 
```
To achieve a 1.0% grade, you need a mix ratio of 60% from Source A and 40% from Source B.
```

## Frequently Asked Questions

**How can I see the planned mining activities for next week?**
You can use the `get_production_schedule` tool and specify 'weekly' as the timeframe to see the planned activities.

**How do I calculate the correct ore mix to hit a specific grade?**
Use the `get_blending_strategy` tool by providing your target grade and a list of available ore sources.

**Can I check if a specific stockpile is full?**
Yes, use `get_stockpile_status` with the specific stockpile ID to check its current volume and capacity status.
