electricity_price

Pack: energy-charts · Endpoint: https://gateway.pipeworx.io/energy-charts/mcp

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

NameTypeRequiredDescription
bznstringyesBidding-zone code, e.g. “DE-LU”, “FR”, “AT”, “ES”.
startstringyesStart date, YYYY-MM-DD.
endstringyesEnd date, YYYY-MM-DD.

Example call

curl -X POST https://gateway.pipeworx.io/energy-charts/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"electricity_price","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "energy-charts": {
      "url": "https://gateway.pipeworx.io/energy-charts/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026