# Reporting Compliance Calendar AI Agent Connect

> Automated regulatory reporting schedules and compliance tracking for oil and gas operations.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_l9fR5ZzJRDO6TvXH73erJWZdpoVO6usESiSjkugV/ai-agent-connect
- **Tags:** compliance, oil, gas, regulatory, reporting, audit

## Description

This MCP server provides a centralized system for managing regulatory obligations in the oil and gas industry. It synthesizes federal, state, and local mandates into a single actionable timeline. Users can use `get_regulatory_calendar` to view upcoming deadlines, `list_report_requirements` to understand specific documentation needs, and `check_compliance_gap` to identify overdue filings or operational risks. It also includes `search_regulatory_database` to query the underlying rules governing specific jurisdictions and operation types.

## Tools

### check_compliance_gap
Compares current operational data or completed tasks against the required regulatory schedule to identify missing filings or upcoming risks

### get_regulatory_calendar
Provides a comprehensive schedule of all reporting deadlines and associated tasks for a specific operational profile

### list_report_requirements
Details the specific data points and documentation needed to satisfy a particular regulatory report

### search_regulatory_database
Allows users to query the underlying regulatory rules to understand why certain requirements exist

## Prompt Examples

**Prompt:** 
```
Show me the reporting deadlines for upstream operations in Texas.
```

**Response:** 
```
Your upcoming deadlines for Texas Upstream operations include the EPA Emissions Report due on March 15th and the State Water Usage Report due on April 10th.
```

**Prompt:** 
```
What documents do I need for the Federal Methane Report?
```

**Response:** 
```
The Federal Methane Report requires continuous monitoring data, equipment calibration logs, and a signed certification of accuracy.
```

**Prompt:** 
```
Are there any compliance gaps for my midstream operations in Oklahoma?
```

**Response:** 
```
Yes, you have one overdue task: the Quarterly Pipeline Integrity Report for the previous quarter is currently missing.
```

## Frequently Asked Questions

**How does the tool handle different levels of government?**
The system aggregates requirements from the entire regulatory hierarchy, ensuring that federal, state, and local mandates are all represented in your compliance schedule.

**Can I check for missing reports?**
Yes, you can use the `check_compliance_gap` tool to compare your completed tasks against required deadlines to identify any missing filings.

**What information is needed to get a reporting schedule?**
To use `get_regulatory_calendar`, you must provide the jurisdiction and the operation type, such as Upstream or Midstream.
