query_dataset
Pack: energi-data-dk · Endpoint: https://gateway.pipeworx.io/energi-data-dk/mcp
Generic escape hatch for any of the ~100 Energi Data Service (Energinet, Denmark) datasets.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataset | string | yes | Dataset name, e.g. “ProductionConsumptionSettlement”. |
limit | number | no | Max records (default 20). |
sort | string | no | Sort expression, e.g. “HourUTC DESC”. |
start | string | no | ISO date/time lower bound. |
end | string | no | ISO date/time upper bound. |
filter | object | no | Column→value[] filter, e.g. {“PriceArea”:[“DK1”]}. Values are arrays. |
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":"query_dataset","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.