Server data from the Official MCP Registry
MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions
About
MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions
Security Report
This is a well-structured MCP server for accessing US electricity grid data from the EIA API. Authentication is properly handled via environment variables, permissions align with the stated purpose (network access to EIA API, env var reading), and code quality is solid with appropriate error handling. One minor finding regarding API key exposure in configuration examples. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: EIA_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pranavbhosale25-eia-mcp-gridsense": {
"env": {
"EIA_API_KEY": "your-eia-api-key-here"
},
"args": [
"eia-mcp-gridsense"
],
"command": "uvx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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"
}
}
}
}
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
