MCP server exposing US electricity grid data (fuel mix, demand, retail prices, CO2 emissions) from the EIA API
Project description
eia-mcp-gridsense
An MCP server exposing US electricity grid data from the EIA API:
get_fuel_mix— hourly generation by fuel source for a grid regionget_electricity_demand— hourly demand for a grid regionget_wholesale_prices— monthly retail price proxy for a stateget_co2_emissions— annual CO2 emissions by state, electric power sector
Setup
Requires an EIA API key: https://www.eia.gov/opendata/register.php
Set it as an environment variable (or in a local .env file, never committed):
EIA_API_KEY=your-key-here
Usage with Claude Desktop
{
"mcpServers": {
"eia-mcp-gridsense": {
"command": "uvx",
"args": ["eia-mcp-gridsense"],
"env": {
"EIA_API_KEY": "your-key-here"
}
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eia_mcp_gridsense-0.1.0.tar.gz.
File metadata
- Download URL: eia_mcp_gridsense-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0358073157ca6bebbde5aa36944dced33933d653692c550ec957e3a37919f399
|
|
| MD5 |
48a0bfb8d073ce1164bb5053b54a5bad
|
|
| BLAKE2b-256 |
36d9745d0d5ae038490ff76545c99df8d5613dee9aff36cabc61e2f72d44ea92
|
File details
Details for the file eia_mcp_gridsense-0.1.0-py3-none-any.whl.
File metadata
- Download URL: eia_mcp_gridsense-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81da1a5e547fe6cb8fbb01da03cf3bcf8a885e25e1814095a6e13fc25e637275
|
|
| MD5 |
8019b4fe625fd366b6601280e09abb7f
|
|
| BLAKE2b-256 |
0b8dc6427ae535d39365f90c7b97ce6bf81d55857611fa1cfb841568a576210a
|