# Radioactive Material Management AI Agent Connect

> Manage NORM compliance and radiation safety for oil and gas operations.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_vEf2Se4RkHocccjDyDz45dgGWKhQ1g9cy0wC5U0L/ai-agent-connect
- **Tags:** radiation, norm, safety, compliance, oil-and-gas, environmental

## Description

This MCP server provides specialized tools for managing Naturally Occurring Radioactive Material (NORM) in oil and gas environments. It allows AI agents to perform critical safety tasks such as using `get_exposure_assessment` to calculate worker radiation doses, `get_handling_requirements` to identify necessary safety gear, `check_disposal_authorization` to verify legal disposal methods, and `evaluate_public_safety_impact` to assess environmental risks. It ensures all operations align with international radiation protection standards.

## Tools

### check_disposal_authorization
Evaluates if a specific batch of NORM can be disposed of using a selected method

### evaluate_public_safety_impact
Assesses if the material poses a risk to the general public in the surrounding environment

### get_exposure_assessment
Determines the potential radiation dose for workers handling the material

### get_handling_requirements
Identifies the necessary safety protocols and equipment needed to work with a specific volume of NORM

## Prompt Examples

**Prompt:** 
```
What is the estimated radiation dose for a worker handling 50 units of NORM with a concentration of 10 and a handling time of 2 hours?
```

**Response:** 
```
The estimated radiation dose is 1000 units, and the protection level required is high.
```

**Prompt:** 
```
Is it authorized to use a landfill for 5 units of NORM with a concentration of 2?
```

**Response:** 
```
Yes, disposal via landfill is authorized for this concentration level.
```

**Prompt:** 
```
What are the handling requirements for 100 units of NORM at a concentration of 50?
```

**Response:** 
```
The required equipment includes lead-lined containers and specialized shielding, following the high-risk safety protocol.
```

## Frequently Asked Questions

**How can I check if a disposal method is legal?**
You can use the `check_disposal_authorization` tool to verify if a specific concentration of NORM is permitted for your chosen disposal method.

**What safety gear is needed for handling NORM?**
The `get_handling_requirements` tool will provide a specific list of required equipment and safety protocols based on the material's concentration and volume.

**Can this tool assess worker safety?**
Yes, the `get_exposure_assessment` tool calculates the estimated radiation dose for workers to ensure they stay within occupational limits.
