Server data from the Official MCP Registry
MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions
MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: EIA_API_KEY
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"
}
}
}From the project's GitHub README.
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 sectorRequires 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
{
"mcpServers": {
"eia-mcp-gridsense": {
"command": "uvx",
"args": ["eia-mcp-gridsense"],
"env": {
"EIA_API_KEY": "your-key-here"
}
}
}
}
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.