Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Energetica — Argentine Oil & Gas Data

ar.energetica/data

Argentine oil & gas data — 40+ curated tables: production, wells, prices, investments, trade.

Uptime
8.1%
62 probes
Response
573ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

query_production

Query monthly oil, gas, and water production data from Argentine hydrocarbon wells. Data covers 2006-present with ~18M records. Can be filtered and grouped by basin, company, geological formation, and…

query_wells

Search and filter Argentine oil & gas wells. Returns well location, type, status, cumulative production, and technical data. ~50,000 wells available.

query_prices

Query international and local energy prices. Includes WTI, Brent, Henry Hub (daily), Argentine crude prices (Escalante, Medanito), and exchange rates (official, blue, MEP, CCL).

query_investments

Query upstream oil & gas investments in Argentina by company, basin, and year. Data includes drilling, completion, and infrastructure expenditure in millions USD.

query_trade

Query Argentina hydrocarbon trade balance (exports/imports). Covers crude oil (HS 2709), refined products (HS 2710), and natural gas (HS 2711). Values in FOB USD.

get_schema

Get the database schema and metadata. Returns table names, columns, types, descriptions, units, and example values. Use this to understand what data is available before querying.

execute_sql

Execute arbitrary read-only SQL against the DuckDB database. Only SELECT and WITH statements are allowed. Use get_schema first to understand available tables and columns. Available on Professional tie…

get_data_freshness

Get the latest data available in each table — last period, date range, and total records. Use this to understand how current the data is.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "energetica_—_argentine_oil_&_gas_data": {
      "url": "https://energetica.ar/api/mcp",
      "transport": "streamable-http"
    }
  }
}