@pipeworx/energy-charts
Connect: https://gateway.pipeworx.io/energy-charts/mcp · Install: one-click buttons
Tools: 5
Tools
- public_power — 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 arra
- electricity_price — Day-ahead spot electricity prices for a bidding zone over a date range. Returns {unix_seconds, price, unit}; the price array is timestamp-aligned to unix_seconds. Prices in EUR/MWh.
- total_power — Total electricity generation / load for a country over a date range. Returns {unix_seconds, production_types:[{name, data}]}; data arrays are timestamp-aligned to unix_seconds. Power in MW.
- installed_power — Installed generation capacity by production type for a country, as an annual or monthly series. Returns {time:[“2002”,…], production_types:[{name, data}]}; data arrays are aligned to the time array.
- renewable_share — Renewable share of electricity load for a country over a date range. Returns a list of series [{name, data, …}] where each data point is a percentage; values are timestamp-ordered. Percent of load.
Tools
-
electricity_price— Day-ahead spot electricity prices for a bidding zone over a date range. Returns {unix_seconds, price, unit}; the price array is timestamp-aligned to unix_seconds. Prices in EUR/MWh. -
installed_power— Installed generation capacity by production type for a country, as an annual or monthly series. Returns {time:[ 2002 ,...], production_types:[{name, data}]}; data arrays are aligned to the time array. -
public_power— 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 arra -
renewable_share— Renewable share of electricity load for a country over a date range. Returns a list of series [{name, data, ...}] where each data point is a percentage; values are timestamp-ordered. Percent of load. -
total_power— Total electricity generation / load for a country over a date range. Returns {unix_seconds, production_types:[{name, data}]}; data arrays are timestamp-aligned to unix_seconds. Power in MW.