co2_intensity

Pack: energi-data-dk · Endpoint: https://gateway.pipeworx.io/energi-data-dk/mcp

Real-time grid CO2 emission intensity (g CO2/kWh) from Energinet Denmark, sampled every 5 minutes per bidding zone (DK1=west, DK2=east); defaults to the last 12 readings (~1 hour). Lower values mean cleaner electricity.

Parameters

NameTypeRequiredDescription
areastringnoBidding zone “DK1” or “DK2”. Omit for both.
limitnumbernoMax records (default 12, i.e. last hour at 5-min resolution).

Example call

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

Connect

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

{
  "mcpServers": {
    "energi-data-dk": {
      "url": "https://gateway.pipeworx.io/energi-data-dk/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026