# Acid Rock Drainage Prediction AI Agent Connect

> Predict environmental risk from acid rock drainage using geochemical and kinetic data.

## Overview
- **Category:** environmental-science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_g2NNgQvRSnMmgf1sI6Q0mFmkRnwNdFKb9nYcln7W/ai-agent-connect
- **Tags:** acid-rock-drainage, geochemistry, environmental-risk, mining, aba-testing

## Description

This MCP server provides specialized tools for evaluating the environmental risk of Acid Rock Drainage (ARD). It allows AI agents to analyze geochemical and mineralogical data through standard predictive methodologies. Users can perform static Acid Base Accounting (ABA) using `analyze_static_aba`, conduct Net Acid Generation (NAG) assessments with `run_nag_test`, and refine predictions using time-dependent weathering data via `evaluate_kinetic_risk`. The server also provides a unified risk assessment through `classify_drainage_risk`, which combines static, NAG, and kinetic results to determine the final environmental impact classification.

## Tools

### classify_drainage_risk
null

### evaluate_kinetic_risk
null

### run_nag_test
null

### analyze_static_aba
null

## Prompt Examples

**Prompt:** 
```
Calculate the acid potential for a sample with 5% sulfur and 20 units of neutralization potential.
```

**Response:** 
```
The acid potential is 5.0 and the neutralization potential is 20.0, resulting in a high neutralization potential ratio.
```

**Prompt:** 
```
Run a NAG test with 15 units of acidity and a sample mass of 100.
```

**Response:** 
```
The sample is classified as acid-generating with a moderate risk level.
```

**Prompt:** 
```
What is the kinetic risk if the static AP is 10, static NP is 15, and the weathering rate is 2?
```

**Response:** 
```
The kinetic risk is categorized as a delayed risk due to the current buffering capacity.
```

## Frequently Asked Questions

**What is the difference between static and kinetic testing?**
Static testing, like `analyze_static_aba`, provides a snapshot of acid-generating and neutralizing potential. Kinetic testing, handled by `evaluate_kinetic_risk`, simulates time-dependent weathering to predict how these potentials change over time.

**How do I get a final risk assessment?**
You can use the `classify_drainage_risk` tool. It takes the outputs from your static, NAG, and kinetic tests to provide a unified classification and confidence level.

**Can I use NAG test results?**
Yes, you can use `run_nag_test` to predict acid generation based on the acidity produced during the Net Acid Generation test.
