You're viewing a demo portfolio

Join the waitlist
PRSM

query_dataset

Active

Tool of Energi Data Dk

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Energi Data Dk

https://github.com/pipeworx-io/mcp-energi-data-dk

1/7 registries
View full server →
query_dataset — Energi Data Dk — PRSM MCP