mcp-energy-data

RomeCar/mcp-energy-data
★ 0 stars HTML AI/LLM Updated 7d ago
Internal MCP server exposing ENTSO-E European power-market data (prices, load, generation, flows, outages) to AI agents over a DuckDB+Parquet hot path.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-energy-data": {
      "command": "npx",
      "args": [
        "-y",
        "RomeCar/mcp-energy-data"
      ]
    }
  }
}

README Excerpt

MCP server exposing the ENTSO-E European power-market dataset (load, generation, day-ahead prices, cross-border flows, outages) to AI agents over a clean Tier-2/3 store. Live at [entsoemcp.com](https://entsoemcp.com); anonymous + tiered rate-limited (per-`Mcp-Session-Id` for `/mcp/*`, per-IP for the rest).