co2_intensity
Pack: energi-data-dk · Endpoint: https://gateway.pipeworx.io/energi-data-dk/mcp
Real-time grid CO2 emission intensity (grams CO2 per kWh) from Energi Data Service (Energinet, Denmark),
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.