
MT Department of Environmental Quality
Montana Department of Environmental Quality USTs, petroleum tank releases, MPDES water permits, hourly air-quality monitoring, and hazardous-waste handlers via agency host 5 curated layers covering 1.1K USTs, 4.5K PTC releases, 2.7K water permits, 21M+ air-quality readings, and 3K RCRA generators. No credentials required.
What is MT Department of Environmental Quality?
Montana Department of Environmental Quality services on agency host Five curated data services layers from the ~80-service Hosted folder: Montana_UST_Facilities_/0 UST registry (~1,131 facilities — fac_code/fac_name/fac_addr/fac_city/fac_state/fac_zip/fac_tank_cnt/fac_permit_exp_date); Montana_Tank_Substance_Releases_/0 PTC Releases (~4,512 cleanup events — 4 release_status values Resolved 3,659 / Open 827 / Rescinded 15 / Reopened 11; 2 release_lead_program values: PTC - Petroleum Storage Tank Cleanup 4,474, CPRS - Petroleum Storage Tank Cleanup 38; release_source and release_cause have leading-space prefixes upstream); Montana_FACTS_Permits/0 MPDES Water Discharge Permits (~2,732 — 27 permittype values led by Storm Water Construction 997, 318 Authorization 592, Industrial Stormwater 315, CAFO 119, Ground Water Domestic 92, 401 Cert 42; 3 externalpermitstatus values: Effective 1,639, Expired 918, Admin Continued 175); Montana_Air_Quality_Monitoring_Data_REV24/0 (~21,333,440 hourly readings across 33 monitoring sites including Billings Lockwood, Bozeman, Butte, Missoula, Helena, Kalispell, Great Falls, NCore, Libby, Hamilton, Lewistown, etc. — top parameters: TEMP_AMB_C 3.3M, RM_TEMP 2.5M, PM25 2.4M, WSIGMA 1.8M, WDIR 1.7M, WSPD_MS 1.7M, PM10_STD 1.6M, PM10_ACT 1.5M, O3 808K, NO 668K, NO2 548K, NOX 514K, SO2 326K, CO 227K; 6 EPA AQI healthcategory bands: Good 3.55M, Moderate 388K, USG 33.8K, Unhealthy 16.2K, Hazardous 1.7K, Very Unhealthy 1.0K); Montana_Hazardous_Waste/0 RCRA generator list (~3,092 with epa_fac_code RCRA ID + NAICS coding + fac_county UPPERCASE column). §0 surprises: native CRS is EPSG:32100 (Montana State Plane); Host agency host has historically been flaky — handler retries once on 5xx/HTML/socket-hang-up/ECONNRESET. UST_Facilities, PTC_Releases, FACTS_Permits all have NO county column — only address/city/state/zip + lat/lon (use bbox/near for spatial filtering). Hazardous_Waste DOES have fac_county. PTC release_source/release_cause have leading-space prefixes (' Tank', ' Malfunctioned or Failed Component') — handler trims via asString. Air Quality is enormous (21.3M rows, 7+ years hourly) — handler enforces narrower default limits and orders datetime DESC. on every layer. Last verified live 2026-05-08.
Available Tools
Requirements
- Toggle onToggle on and use — no setup needed.
Quick Setup Guide
Follow these steps to connect your AI agents to this connector
Open /mcp and enable MT Department of Environmental Quality with the toggle — no credentials needed.
Call searchTankReleases with status: 'Open' for active petroleum cleanup events, or searchAirQualityMonitors with siteName: 'Bozeman', parameter: 'PM25', dateFrom: '2025-01-01' to pull a year of PM2.5 hourly readings.
Connect to Your AI Assistant
Choose your AI assistant below for specific setup instructions
Follow these steps to connect MT Department of Environmental Quality to Claude:
Step 1: Open Claude Settings
Launch Claude → Click the profile button (bottom left) → Navigate to Settings
Step 2: Access Connectors
Scroll down to the Connectors tab → Navigate to the bottom → Click “Add Custom Connector”
Step 3: Name Your Connector
Enter any name you'd like for this connector
Step 4: Get the Connector URL
Log in to PatchOps → Navigate to the /mcp page → Copy the connector URL you want to use
Step 5: Add the Connector
Paste the URL in the “Remote MCP Server URL” text box → Click Add
Step 6: Start Using
Your connector is now ready to use in Claude
Follow these steps to connect MT Department of Environmental Quality to ChatGPT:
Step 1: Enable Developer Mode
Go to Settings → Connectors → Advanced → Enable Developer mode
Step 2: Create New Connector
Go back to Connectors page → Click “Create” (top right)
Step 3: Name Your Connector
Enter any name you'd like for this connector (descriptions are optional)
Step 4: Get the Connector URL
Log in to PatchOps → Navigate to the /mcp page → Copy the connector URL you want to use
Step 5: Add the URL
Paste the URL in the “MCP Server URL” text box
Step 6: Set Authentication
Click the authentication dropdown → Select “No authentication” (PatchOps handles authentication internally)
Step 7: Create the Connector
Click “I understand and want to continue” checkbox → Press Create
Step 8: Using the Connector
Start a new chat → Click the + button (left of text box) → Open dropdown → Hover over three dots labeled “More” → Select your connector
Instructions for connecting MT Department of Environmental Quality to GitHub Copilot:
Coming Soon
Detailed setup instructions for GitHub Copilot will be added here.
For other MCP-compatible platforms:
Step 1: Get the Connector URL
Log in to PatchOps → Navigate to the /mcp page → Copy the connector URL you want to use
Step 2: Add to Configuration
Add this configuration to your MCP settings file. Replace the URL with your specific connector URL from the /mcp page:
"MT Department of Environmental Quality-MCP": {
"url": "https://patchops.ai/api/mcp/...",
"type": "http"
}Example Configuration
Here’s an example using PatchOps MCP:
"PatchOps-MCP": {
"url": "https://patchops.ai/api/mcp/...",
"type": "http"
}