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.

2 tools
Agent guide included
Start Chatting

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use DOE EIA Energy Data?

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

DOE EIA Energy Data MCP Server & Skill — 2 Tools