@pipeworx/energy-charts
Connect: https://gateway.pipeworx.io/energy-charts/mcp · Install: one-click buttons
Tools: 6
Tools
- generation_mix — The CURRENT ELECTRICITY GENERATION MIX BY FUEL for a European country — how much power is coming from solar, wind, nuclear, gas, coal, hydro, biomass right now, with each fuel’s MW and percentage shar
- 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 a country’s electricity LOAD, as a percent — how much of demand wind, solar, hydro and biomass are covering, now or over a past date range. Answers “what share of Germany’s electri
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. -
generation_mix— The CURRENT ELECTRICITY GENERATION MIX BY FUEL for a European country — how much power is coming from solar, wind, nuclear, gas, coal, hydro, biomass right now, with each fuel's MW and percentage shar -
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 a country's electricity LOAD, as a percent — how much of demand wind, solar, hydro and biomass are covering, now or over a past date range. Answers what share of Germany's electrici -
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.