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
| Name | Type | Required | Description |
|---|---|---|---|
area | string | no | Bidding zone “DK1” or “DK2”. Omit for both. |
limit | number | no | Max 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.