What is WY Oil & Gas Conservation Commission?
Wyoming Oil & Gas Conservation Commission (WOGCC). Powder River + Niobrara + Greater Green River — heavy CBM legacy + modern shale (Anadarko, Devon, EOG, BP, True Oil). Probed 2026-05-02. **Spec drift caught at probe**: native server `gis.wogcc.wyo.gov` does NOT resolve from public DNS. Authoritative public surface is the WyomingGeoHub-published WOGCC layers hosted at `services.wygisc.org/HostGIS/rest/services/GeoHub/`. Three services confirmed: WOGCCActiveWells (~68,746 — despite name includes ALL statuses), WOGCCBottomHoles (~28,064 — horizontal lateral polylines), WOGCCPluggedAndAbandonedWells (~61,209 P&A subset). WOGCC pits and APD permits are NOT published as Feature Services — searchPits dropped, replaced with searchPluggedAndAbandoned (orphaned-well/legacy-CBM proxy). searchPermits redirected to STATUS codes on the main Wells layer (AP=Active Permit, NI=Notice of Intent). COUNTY field is INTEGER FIPS subset (1-45 odd numbers, 23 WY counties): 5=Campbell (Powder River core, 18,276 wells), 19=Johnson (7,595), 35=Sublette (Pinedale Anticline, 8,048), 37=Sweetwater (Greater Green River, 4,818), 25=Natrona (Salt Creek, 3,658), 9=Converse (6,871). STATUS distinct (probed): SI=17245 (Shut-In), FL=13893 (Flowing), PR=8477 (Producing), WP=7845, PA=5140 (Plugged & Abandoned), PS=4507, WD=4100, AI=2676, TA=1024, NI=643, SP=635, SR=626, GL=578, AP=385, plus stray case-mixed (Ai/Fl/ep/eP). WELL_CLASS distinct: G=34223 (Gas), O=28343 (Oil), I=3865 (Injector), LW=831, D=504, NA=395, S=280. maxRecordCount=1000 enforced — handler paginates. API_NUMBER format `49-005-05036` (12-char dashed). LATITUDE/LONGITUDE may be 0 on legacy records — handler falls back to geometry. BLAT/BLON are bottom-hole lat/lon for HORIZ_DIR='Y' deviated wells.
Available Tools
Requirements
- ENABLE_ENERGY_APISSet ENABLE_ENERGY_APIS=true to allow connector toggles.
Quick Setup Guide
Follow these steps to connect your AI agents to this connector
Set ENABLE_ENERGY_APIS=true for your deployment.
Open /mcp and turn on WY Oil & Gas Conservation Commission with the energy switch.
Call the wy-wogcc MCP tool — start with method=searchWells or method=searchPermits.
Connect to Your AI Assistant
Choose your AI assistant below for specific setup instructions
Follow these steps to connect WY Oil & Gas Conservation Commission 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 WY Oil & Gas Conservation Commission 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 WY Oil & Gas Conservation Commission 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:
"WY Oil & Gas Conservation Commission-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"
}