spot_prices
Pack: energi-data-dk · Endpoint: https://gateway.pipeworx.io/energi-data-dk/mcp
Day-ahead electricity spot prices from Energi Data Service (Energinet, Denmark/Nordic).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
area | string | no | Bidding zone, e.g. “DK1”, “DK2”, “DE”. Omit for all areas. |
limit | number | no | Max records (default 24, i.e. last 24 hourly rows). |
start | string | no | ISO date/time lower bound, e.g. “2026-06-01” or “2026-06-01T00:00”. |
end | string | no | ISO date/time upper bound. |
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":"spot_prices","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.