EA
Energetica — Argentine Oil & Gas Data
/query_production
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 b
liveverifiedunknown~5s typical
mcpprobedenergetica—argentine
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ar-energetica-data /query_production for me.
Input
| Field | Type | Description |
|---|---|---|
| cuenca | string | Basin name filter (e.g. NEUQUINA, GOLFO SAN JORGE, CUYANA, AUSTRAL, NOROESTE) |
| empresa | string | Operating company filter (e.g. YPF, PAN AMERICAN ENERGY, VISTA, TECPETROL) |
| formacion | string | Geological formation filter (e.g. VACA MUERTA, D-129, CENTENARIO) |
| fecha_desde | string | Start date YYYY-MM (e.g. 2020-01) |
| fecha_hasta | string | End date YYYY-MM (e.g. 2025-12) |
| agrupar_por | string (mes | anio | cuenca | empresa | formacion) | Group results by dimension. Default: mes |
| recurso | string (petroleo | gas | agua | todos) | Resource type filter. Default: todos |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ar-energetica-data","endpoint":"/query_production","input":{}}'cli
npx cracked-ai run -p mcp-ar-energetica-data -e /query_production -i '{}'mcp
run_tool({ provider: "mcp-ar-energetica-data", endpoint: "/query_production", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.