public_power
ActiveTool of Energy Charts
Electricity generation broken down by production type (solar, wind, nuclear, gas, etc.) for a country over a date range. Returns {unix_seconds, production_types:[{name, data}]}; each series' data array is timestamp-aligned to unix_seconds. Power in MW.
Parameters schema
{
"type": "object",
"required": [
"country",
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End date, YYYY-MM-DD."
},
"start": {
"type": "string",
"description": "Start date, YYYY-MM-DD."
},
"country": {
"type": "string",
"description": "2-letter lowercase country code, e.g. \"de\", \"fr\", \"es\", \"pl\", or \"all\" for the EU aggregate."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Energy Charts
https://github.com/pipeworx-io/mcp-energy-charts
1/7 registries