# Mine Dewatering Cost Estimator AI Agent Connect

> Calculate capital, power, and operating costs for mine dewatering systems.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XIumMW2K87oAqNA3xYMuPdXZ3hEKez62D5ePuKU2/ai-agent-connect
- **Tags:** dewatering, mining-cost, pumping, infrastructure, water-management

## Description

This MCP server provides specialized tools for mining engineers to estimate the financial requirements of dewatering operations. It calculates initial pump capital costs, electrical power consumption, annual operating expenditures, and long-term well lifecycle costs. By using `calculate_pump_capital_cost`, `calculate_power_consumption`, `calculate_annual_operating_cost`, and `estimate_well_lifecycle_costs`, users can model the impact of groundwater inflow and pump head on total project expenditure.

## Tools

### calculate_power_consumption
Estimates the electrical load required to operate the pumps

### calculate_annual_operating_cost
Calculates the yearly recurring expenditure for electricity and maintenance

### calculate_pump_capital_cost
Determines the initial investment required for the pumping equipment

### estimate_well_lifecycle_costs
Projects the costs for maintaining and replacing wells over the mine life

## Prompt Examples

**Prompt:** 
```
What is the capital cost for a pump with an inflow rate of 500 m3/h and a total head of 150 meters?
```

**Response:** 
```
The total capital cost for the pump is $125,000, which includes $100,000 for the pump itself and $25,000 for installation.
```

**Prompt:** 
```
Calculate the hourly power consumption for 500 m3/h inflow, 150m head, and 0.85 efficiency.
```

**Response:** 
```
The hourly power consumption is 215.4 kW.
```

**Prompt:** 
```
Estimate the annual operating cost for a system using 215.4 kW at $0.15/kWh, with a maintenance factor of 0.2 and 8760 operating hours per year.
```

**Response:** 
```
The total annual operating cost is $31,536, consisting of $28,671 in energy costs and $2,865 in maintenance costs.
```

## Frequently Asked Questions

**What inputs are required for pump capital cost estimation?**
To use `calculate_pump_capital_cost`, you need to provide the inflow rate (volume of water per hour) and the total head (vertical lift plus friction losses in meters).

**How does the tool handle well maintenance?**
The `estimate_well_lifecycle_costs` tool calculates both the annual routine maintenance and the annualized cost of replacing wells based on their expected lifespan.

**Can I estimate electricity costs for the pumps?**
Yes, you can use `calculate_power_consumption` to find the electrical load and then use `calculate_annual_operating_cost` to determine the yearly energy expenditure.
