@pipeworx/entso-e
Connect: https://gateway.pipeworx.io/entso-e/mcp · Install: one-click buttons
Tools: 5
ENTSO-E Transparency Platform MCP — pan-European electricity transmission system data. Generation, load, cross-border flows, day-ahead prices.
Tools
day_ahead_prices(area, period_start, period_end)— auction clearing prices per houractual_load(area, period_start, period_end)— measured consumptionactual_generation_per_type(area, period_start, period_end)— generation broken down by fuel/sourcecross_border_flow(area_from, area_to, period_start, period_end)— interconnector physical flowinstalled_capacity(area, year)— installed generation capacity per type
Auth
- Platform key: gateway env
PLATFORM_ENTSOE_KEY - BYO:
?_apiKey=<token>after registering at https://transparency.entsoe.eu/ and emailing transparency@entsoe.eu to request API access.
Data source
https://web-api.tp.entsoe.eu/api — token in securityToken query. Returns XML (we parse the most useful fields into JSON).
Bidding-zone codes (area) are EIC area codes — 10YDE-VE-------2 (Germany Amprion + 50Hertz), 10YFR-RTE------C (France), 10YBE----------2 (Belgium), 10YGB----------A (UK), etc. See https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas for the full list.
Tools
- day_ahead_prices — Day-ahead auction prices (€/MWh) per hour for a bidding zone. Period is YYYYMMDDHHmm format (UTC).
- actual_load — Measured electricity consumption per hour for a bidding zone (MW).
- actual_generation_per_type — Actual generation per production type (solar, wind, nuclear, gas, …) per hour.
- cross_border_flow — Physical flow across an interconnector (in_area → out_area).
- installed_capacity — Year-end installed generation capacity by production type (MW).
Tools
-
actual_generation_per_type— Actual generation per production type (solar, wind, nuclear, gas, ...) per hour. -
actual_load— Measured electricity consumption per hour for a bidding zone (MW). -
cross_border_flow— Physical flow across an interconnector (in_area → out_area). -
day_ahead_prices— Day-ahead auction prices (€/MWh) per hour for a bidding zone. Period is YYYYMMDDHHmm format (UTC). -
installed_capacity— Year-end installed generation capacity by production type (MW).