A live data connector for Claude. Once connected, Claude can pull real ClaudeFinanceLab — EIA Energy Data data directly into any conversation — no copy-paste, no spreadsheet exports, no switching tabs.
- Get a free API key — create one here
- Copy the install config below into your
claude_desktop_config.json - Restart Claude Desktop — the tools appear automatically
ClaudeFinanceLab — EIA Energy Data
✓ By ClaudeFinanceLabU.S. Energy Information Administration (EIA) MCP server wrapping the EIA Open Data API v2 (api.eia.gov). Requires free EIA API key (register at https://www.eia.gov/opendata/register.php — set as EIA_API_KEY env var). 6 tools: get_crude_oil_prices (WTI and Brent spot prices, monthly), get_natural_gas_prices (Henry Hub natural gas spot price), get_us_crude_production (US crude oil field production in thousand bbl/day), get_crude_inventories (US weekly crude oil ending stocks), get_electricity_prices (US retail electricity prices by state and sector), get_energy_snapshot (combined snapshot: oil prices + gas prices + inventories). Essential for commodities desks, energy credit analysis, and inflation modeling.
{
"mcpServers": {
"claudefinlab-eia": {
"url": "https://claudefinancelab.com/eia/sse"
}
}
}
Full setup walkthrough: Getting Started Guide →