Getting started
Energetica MCP server exposes Argentine oil & gas data through the Model Context Protocol. Connect any MCP-compatible AI agent in 4 steps.
1. Create an account
Sign up for free at energetica.ar/register. The Explorer tier is free and includes 50 queries per day across all curated tools.
2. Generate an API key
After signing in, go to your profile and create an API key. Keys look
like ek_a1b2c3d4e5f6... (32 hex chars). You can have up to 3 active keys per
account.
Save the key when you create it — for security reasons we only show the full key once.
3. Configure your MCP client
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"energetica": {
"url": "https://energetica.ar/api/mcp",
"headers": {
"Authorization": "Bearer ek_YOUR_KEY_HERE"
}
}
}
} Restart Claude Desktop. The Energetica tools should appear in the tool drawer.
4. Try your first query
Once connected, ask your AI agent something like:
- "Show me Vaca Muerta oil production by year since 2020"
- "Top 10 wells in Neuquen by cumulative gas production"
- "What's the freshest data available in the database?"
- "Compare WTI and Brent prices in 2024"
The agent will pick the right tool and translate your request into SQL automatically.
Next steps
- Tool reference — every tool with parameters and examples
- Data catalog — all 40+ tables with column descriptions
- Examples — real use cases for trading, research, journalism
- Pricing — when to upgrade past Explorer