electricity_price
ActiveTool of Energy Charts
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"bzn",
"start",
"end"
],
"properties": {
"bzn": {
"type": "string",
"description": "Bidding-zone code, e.g. \"DE-LU\", \"FR\", \"AT\", \"ES\"."
},
"end": {
"type": "string",
"description": "End date, YYYY-MM-DD."
},
"start": {
"type": "string",
"description": "Start date, YYYY-MM-DD."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Energy Charts
https://github.com/pipeworx-io/mcp-energy-charts
1/7 registries