mcpbeat Sign in

Eia MCP Gridsense MCP Server

by pranavbhosale25 Your server? Claim it
local only

Eia MCP Gridsense runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from pypi. Last commit 6 Jul 2026.

MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions

Installs per day peak 17 · avg 7 · -19% w/w
a month agotoday
46
Installs / week
pypi · eia-mcp-gridsense
0
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Eia MCP Gridsense every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eia-mcp-gridsense -- uvx eia-mcp-gridsense
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eia-mcp-gridsense": {
      "args": [
        "eia-mcp-gridsense"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eia-mcp-gridsense]
command = "uvx"
args = ["eia-mcp-gridsense"]
.cursor/mcp.json
{
  "mcpServers": {
    "eia-mcp-gridsense": {
      "args": [
        "eia-mcp-gridsense"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eia-mcp-gridsense": {
      "args": [
        "eia-mcp-gridsense"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EIA_API_KEY (Your EIA API key (register at https://www.eia.gov/opendata/register.php)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eia MCP Gridsense

same job, measured the same way
Us Iso Grid
by pipeworx-io

US ISO Grid MCP — real-time electricity generation, fuel mix, demand,

41 tools answering
GridHub Electricity Market Data
by jalcodev

Live and historical electricity prices and demand for 25 grids; carbon intensity for GB.

6 tools answering
C
DOE Energy Information
by olyport

Energy data from EIA: electricity, fuel prices, and renewables

4 tools answering
Nordic Financial MCP
by aidatanordic

Semantic search over Nordic filings, press releases, macro data and electricity prices.

7 tools answering
Pumperly MCP
by geiserx

MCP server for Pumperly — query fuel prices, find stations, and plan routes

48 installs/wk local only
Google Flights
by andreacappelletti97

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

135 installs/wk local only
Ratebook
by cbetz

Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge.

50 installs/wk local only
Fuel Prices
by johnisanerd

Gas and fuel prices by station and area, as structured data via a hosted MCP server.

answering

Eia MCP Gridsense — questions

Answers built from our own checks of this server.

Why is there no uptime for Eia MCP Gridsense?
Eia MCP Gridsense runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package eia-mcp-gridsense was installed 46 times last week.
How do I connect Eia MCP Gridsense?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eia-mcp-gridsense straight from pypi; nothing to host, nothing to sign up for.
How many people use Eia MCP Gridsense?
The pypi package eia-mcp-gridsense was installed 46 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eia MCP Gridsense open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.