renewable_share
ActiveTool of Energy Charts
Renewable share of a country's electricity load — what share / percent of load is currently being covered by renewables (wind, solar, hydro combined). Keyless, no API key. Answers "what share of Germany's electricity load is renewable right now". Returns a list of series [{name, data, ...}] where each data point is a percent of load; values are timestamp-ordered, most recent last (read the last value for the current share). Dates optional (defaults to the last 7 days).
Parameters schema
{
"type": "object",
"required": [
"country"
],
"properties": {
"end": {
"type": "string",
"description": "Optional end date, YYYY-MM-DD. Defaults to today."
},
"start": {
"type": "string",
"description": "Optional start date, YYYY-MM-DD. Defaults to 7 days ago."
},
"country": {
"type": "string",
"description": "2-letter lowercase country code, e.g. \"de\", \"fr\", or \"all\" for the EU aggregate."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Energy Charts
https://github.com/pipeworx-io/mcp-energy-charts
1/7 registries