← Back to Plugins
MCP Server MCP

io.github.pranavbhosale25/eia-mcp-gridsense

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx eia-mcp-gridsense

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "eia-mcp-gridsense",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your EIA API key (register at https://www.eia.gov/opendata/register.php)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EIA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...