# Mine Power Distribution Designer AI Agent Connect

> Design electrical distribution networks for mining environments, including transformer sizing and cable selection.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_AE8BOEckTI5NHhHFJ3ypAZOrfiFEBCxuXH7EOPZN/ai-agent-connect
- **Tags:** power-distribution, transformer-sizing, cable-selection, electrical-design, mining-engineering

## Description

This MCP server provides specialized engineering tools for designing electrical distribution networks in mining operations. It allows AI agents to calculate critical parameters such as transformer capacity using `calculate_transformer_capacity`, select appropriate conductors with `size_distribution_cables`, and configure safety devices via `determine_protection_settings`. The toolset also includes `analyze_system_efficiency` to evaluate how power factor and demand factor impact total apparent power requirements, ensuring designs meet industrial electrical standards.

## Tools

### analyze_system_efficiency
Evaluates the impact of the power factor and demand factor on the overall system sizing

### calculate_transformer_capacity
Determines the required rating for a transformer based on the total connected load and operational factors

### determine_protection_settings
Calculates the threshold settings for protective devices to prevent equipment damage

### size_distribution_cables
Selects appropriate cable specifications to ensure voltage stability across the distribution distance

## Prompt Examples

**Prompt:** 
```
What transformer capacity do I need for a 500kVA load with a 0.8 demand factor and 0.9 power factor?
```

**Response:** 
```
The recommended transformer capacity is 555.56 kVA with a suggested safety margin of 55.56 kVA.
```

**Prompt:** 
```
Calculate the cable size for a 200A load at 480V over a distance of 150 meters with a 3% allowable voltage drop.
```

**Response:** 
```
The required conductor size is 70.0 mm² with an estimated voltage drop of 2.85%.
```

**Prompt:** 
```
What should the trip threshold be for a device with a 150A full load current, a 20% overload margin, and a 1000A fault current?
```

**Response:** 
```
The pickup current is 150.0 A and the trip threshold is 180.0 A.
```

## Frequently Asked Questions

**How do I calculate the required transformer size?**
You can use the `calculate_transformer_capacity` tool by providing the total connected load, the demand factor, and the power factor.

**Can this tool help with cable selection?**
Yes, the `size_distribution_cables` tool calculates the required cross-sectional area and estimates voltage drop based on load, voltage, and distance.

**Does it account for safety standards?**
Yes, the toolset uses industry-standard electrical design principles to determine protection settings and sizing requirements.
