Argentina Energy logo

Argentina Energy

Live

Argentine oil & gas open data — production, fracking, Vaca Muerta trajectories, well registry. First CKAN connector in PatchOps.

What is Argentina Energy?

Argentine Secretaría de Energía CKAN open data (datos.energia.gob.ar). Five live datasets: well-level Capítulo IV production metadata (85,380 wells across 13 provinces — empresa, formacion, cuenca, lift method, well status); unconventional shale/tight monthly production (400,759 rows, 2006-2026 — oil/gas/water + injection per well per month); master well registry (84,242 wells, operating-company filings); Vaca Muerta directional well trajectories (2,133 wells with MultiLineString geometry, lateral length, TVD, drilling/completion dates); per-job fracture detail (4,696 frac jobs — laterals, frac count, sand, water, CO2, pressure, HP, completion type). 10 enum constants captured live (provincias, cuencas, tipoRecurso, tipoPozo, tipoEstado, tipoExtraccion, top formaciones, fracture reservoir/subtype/completion). Toggle on and use — no setup needed. Upstream quirks: HTTPS broken on host (HTTP only); CKAN filters strict case-sensitive (Neuquén ≠ neuquén); trajectory resource uses idpo not idpozo; geojson stored as JSON-encoded string.

Available Tools

  • searchProductionByWell
    Capítulo IV well-level production metadata (85,380 wells). Filter by provincia (case-sensitive), empresa, formacion, cuenca, tipoRecurso.
  • searchUnconventionalProduction
    Monthly oil/gas/water + injection per shale/tight well (400,759 rows, 2006-present). Filter year + month for time slicing.
  • searchVacaMuertaTrajectories
    Vaca Muerta directional trajectories (2,133 wells) — MultiLineString geometry, lateral length, TVD, drilling and completion dates.
  • searchFractureData
    Per-job fracture detail (4,696 jobs) — lateral, frac count, sand (national/imported), water, CO2, pressure, HP, completion type.
  • searchWellInventory
    Master well registry (84,242 wells) by empresa code (e.g. 'YPF', 'YSUR'), provincia, or cuenca. Operator filings.
  • getServiceInfo
    Live row counts, resource UUIDs, and exact enum values for all 10 enum-style filter columns.

Requirements

  • Toggle On
    Toggle on and use — no setup needed.

Quick Setup Guide

Follow these steps to connect your AI agents to this connector

Open /mcp and enable Argentina Energy with the toggle — no credentials needed.

Call searchProductionByWell to find wells, or searchVacaMuertaTrajectories for unconventional plays.

Connect to Your AI Assistant

Choose your AI assistant below for specific setup instructions

Follow these steps to connect Argentina Energy 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 Argentina Energy 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 Argentina Energy 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:

"Argentina Energy-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"
}