Connects Claude to Energy-Charts from Fraunhofer ISE, giving you live data on European electricity generation, pricing, and capacity across multiple countries. Runs through Pipeworx's gateway, which means you can either use specific tools directly or just ask questions in plain English with ask_pipeworx and let it route to the right endpoint. Useful when you need current energy market data for analysis, tracking renewable generation trends, or comparing electricity prices across Europe. The source documentation doesn't list individual tools, but it's part of a 693+ data source catalog, so you're getting production infrastructure rather than a hobby project.
Energy-Charts (Fraunhofer ISE) MCP — European electricity generation, prices, and capacity.
Part of Pipeworx — an MCP gateway connecting AI agents to 693+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"energy-charts": {
"url": "https://gateway.pipeworx.io/energy-charts/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 693+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Energy Charts data" })
The gateway picks the right tool and fills the arguments automatically.
MIT