{
  "markdown": "# eia-mcp-gridsense\n\nAn MCP server exposing US electricity grid data from the [EIA API](https://www.eia.gov/opendata/):\n\n- `get_fuel_mix` — hourly generation by fuel source for a grid region\n- `get_electricity_demand` — hourly demand for a grid region\n- `get_wholesale_prices` — monthly retail price proxy for a state\n- `get_co2_emissions` — annual CO2 emissions by state, electric power sector\n\n## Setup\n\nRequires an EIA API key: https://www.eia.gov/opendata/register.php\n\nSet it as an environment variable (or in a local `.env` file, never committed):\n\n```\nEIA_API_KEY=your-key-here\n```\n\n## Usage with Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"eia-mcp-gridsense\": {\n      \"command\": \"uvx\",\n      \"args\": [\"eia-mcp-gridsense\"],\n      \"env\": {\n        \"EIA_API_KEY\": \"your-key-here\"\n      }\n    }\n  }\n}\n```\n\n<!-- mcp-name: io.github.pranavbhosale25/eia-mcp-gridsense -->\n",
  "bytes": 878,
  "sha": "28b95717b97d86fc003d552683f24a8acffd1317604943c2ab693817b5c93943",
  "repo_slug": "pranavbhosale25/eia-mcp-gridsense",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pranavbhosale25_eia_mcp_gridse_8fa18c3d/readme"
}