EA
Energetica — Argentine Oil & Gas Data
/query_wells
query wells
Search and filter Argentine oil & gas wells. Returns well location, type, status, cumulative production, and technical data. ~50,000 wells available.
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_wells for me.
Input
| Field | Type | Description |
|---|---|---|
| empresa | string | Operating company filter |
| cuenca | string | Basin filter (NEUQUINA, GOLFO SAN JORGE, etc.) |
| provincia | string | Province filter (NEUQUEN, CHUBUT, MENDOZA, etc.) |
| tipo_recurso | string (PETROLEO | GAS | AMBOS) | Resource type |
| tipo_estado | string | Well status (e.g. Activo, Inactivo, Abandonado) |
| formacion | string | Geological formation |
| con_produccion | boolean | Only wells with cumulative production > 0 |
| limit | number | Max results, default 100 |
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_wells","input":{}}'cli
npx cracked-ai run -p mcp-ar-energetica-data -e /query_wells -i '{}'mcp
run_tool({ provider: "mcp-ar-energetica-data", endpoint: "/query_wells", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.