New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

eia-mcp-gridsense

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eia-mcp-gridsense

MCP server exposing US electricity grid data (fuel mix, demand, retail prices, CO2 emissions) from the EIA API

pipPyPI
Version
0.1.0
Weekly downloads
49
Maintainers
1
Created

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 region
  • get_electricity_demand — hourly demand for a grid region
  • get_wholesale_prices — monthly retail price proxy for a state
  • get_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"
      }
    }
  }
}

FAQs

Related posts