query_dataset
ActiveTool of Energi Data Dk
Generic escape hatch for any of the ~100 Energi Data Service (Energinet, Denmark) datasets. Examples: "ProductionConsumptionSettlement" (production/consumption by type per area+hour), "CO2EmisProg" (CO2 prognosis), "Elspotprices", "CO2Emis". Returns the raw records array for the dataset. Keyless official open data.
Parameters schema
{
"type": "object",
"required": [
"dataset"
],
"properties": {
"end": {
"type": "string",
"description": "ISO date/time upper bound."
},
"sort": {
"type": "string",
"description": "Sort expression, e.g. \"HourUTC DESC\"."
},
"limit": {
"type": "number",
"description": "Max records (default 20)."
},
"start": {
"type": "string",
"description": "ISO date/time lower bound."
},
"filter": {
"type": "object",
"description": "Column→value[] filter, e.g. {\"PriceArea\":[\"DK1\"]}. Values are arrays."
},
"dataset": {
"type": "string",
"description": "Dataset name, e.g. \"ProductionConsumptionSettlement\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Energi Data Dk
https://github.com/pipeworx-io/mcp-energi-data-dk
1/7 registries