MCP server that exposes United States electricity grid data from the EIA API. It provides endpoints for hourly generation fuel mix and hourly grid-region demand, plus monthly retail price proxy data and annual CO2 emissions by state for the electric power sector.
๐ ๏ธ Key Features
- Tool:
get_fuel_mixโ hourly generation by fuel source for a grid region - Tool:
get_electricity_demandโ hourly demand for a grid region - Tool:
get_wholesale_pricesโ monthly retail price proxy for a state - Tool:
get_co2_emissionsโ annual CO2 emissions by state (electric power sector)
๐ Use Cases
- Query hourly generation composition for a grid region
- Retrieve hourly electricity demand for a grid region
- Obtain state-level monthly retail price proxy values
- Access annual CO2 emissions data by state for the electric power sector
โก Developer Benefits
- Direct access to EIA API-backed grid datasets through MCP tools
- Requires only an EIA API key set via environment variable (or local
.env)
โ ๏ธ Limitations
- Setup depends on an EIA API key (https://www.eia.gov/opendata/register.php)
- Documented data coverage includes hourly generation/demand, monthly price proxy, and annual CO2 emissions only