Open Data

DOE EIA Energy Data MCP Server

Connect your account, then chat with AI to run tools.

Energy Information Administration API providing data on electricity, natural gas, petroleum, coal, and renewables — production, consumption, prices, trade, and emissions.

Managed
2 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for DOE EIA Energy Data — workflow patterns, data models, and gotchas for your AI agent.

DOE EIA Energy Data

EIA provides energy data for electricity, natural gas, petroleum, coal, and renewables — production, consumption, prices, trade, emissions. APIv2 is fully RESTful (since Feb 2022). Route hierarchy: /v2/electricity, /v2/natural-gas, /v2/petroleum, /v2/coal, etc. Supports facet-based filtering, frequency selection (annual/monthly/weekly/daily), and data sorting.

Data Model

  • Routes — hierarchical endpoints organizing data by energy source: /v2/electricity, /v2/natural-gas, /v2/petroleum, /v2/coal, /v2/nuclear-outages, /v2/seds (state energy data), /v2/steo (short-term outlook).
  • Facets — filterable dimensions within each route (e.g. state, sector, fuel type). Use facets[dimension]=value query params.
  • Frequencies — temporal granularity: annual, monthly, weekly, daily, hourly. Varies by route.
  • Data columns — each route returns specific value columns (e.g. price, quantity, generation).

Gotchas

  • Route discovery — GET /v2/ returns all top-level routes; GET /v2/{route}/ returns sub-routes and available facets.
  • Pagination — use offset and length params. Default length is 5000, max 5000.
  • Sort — use sort[0][column]=period&sort[0][direction]=desc for ordering.

Tools in this Server (2)

Eia Get Data

Get energy data from an EIA route. Requires a route path (e.g. 'electricity/retail-sales'). Filter by frequency, facets, and date range. Returns energ...

Eia Get Routes

Discover available EIA energy data routes. Pass a route path (e.g. 'electricity', 'natural-gas', 'petroleum') to see sub-routes and available facets/f...

Frequently Asked Questions

What is the DOE EIA Energy Data MCP server?

Energy Information Administration API providing data on electricity, natural gas, petroleum, coal, and renewables — production, consumption, prices, trade, and emissions. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect DOE EIA Energy Data to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/doe-eia. Authentication is handled automatically.

How many tools does DOE EIA Energy Data provide?

DOE EIA Energy Data provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does DOE EIA Energy Data require?

DOE EIA Energy Data uses API Key. DOE EIA Energy Data requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect DOE EIA Energy Data to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/doe-eia

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to DOE EIA Energy Data and paste the MCP URL into Remote MCP server URL.
  4. Click Add. DOE EIA Energy Data will appear under Not connected — select it and click Connect to complete OAuth.
Name: DOE EIA Energy Data
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/doe-eia
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use DOE EIA Energy Data?

Sign in to connect your credentials and start running tools from the chat.