Skip to main content
Glama
robobobby

mcp-danish-energy

by robobobby

mcp-danish-energy ⚡

MCP server for Danish energy data from Energi Data Service (Energinet).

Part of the Nordic MCP Toolkit — open-source MCP servers for Danish/Nordic data sources.

Features

  • Electricity spot prices — hourly Elspot prices for DK1/DK2, with averages and ranges

  • CO2 emissions — real-time emission intensity (g CO2/kWh) with 5-minute resolution

  • Energy production mix — wind (offshore/onshore), solar, conventional, and cross-border exchange

  • Cheapest hours — find optimal times for EV charging, laundry, heat pumps

Related MCP server: Energy Grid MCP Server

Tools

Tool

Description

electricity_prices

Current and upcoming spot prices

co2_emissions

Real-time CO2 emission intensity

energy_mix

Live production breakdown with renewable share

cheapest_hours

Find cheapest hours (individual or consecutive blocks)

Quick Start

# Install dependencies
npm install

# Run
node src/index.js

Claude Desktop Configuration

{
  "mcpServers": {
    "danish-energy": {
      "command": "node",
      "args": ["/path/to/mcp-danish-energy/src/index.js"]
    }
  }
}

Price Areas

Denmark is split into two electricity price areas:

  • DK1 — Western Denmark (Jutland and Funen, west of Storebælt)

  • DK2 — Eastern Denmark (Zealand, Lolland-Falster, Bornholm, east of Storebælt)

You can use area codes (DK1, DK2) or city/region names (Copenhagen, Aarhus, etc.).

Data Source

All data comes from Energi Data Service by Energinet, Denmark's transmission system operator. The API is free, requires no authentication, and provides real-time data with 5-minute resolution.

Nordic MCP Toolkit

Server

Data Source

Status

mcp-danish-cvr

Company registry (CVR)

mcp-danish-addresses

Address lookup (DAWA)

mcp-danish-weather

Weather (DMI)

mcp-danish-energy

Energy (Energinet)

✅ NEW

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides access to Danish weather data from the Danish Meteorological Institute, enabling users to retrieve current conditions, hourly forecasts, and historical records. It supports location lookups via city names, postal codes, and coordinates for any Danish region.
    3
    9
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides real-time electricity grid data including CO2 intensity, power mix, and wholesale prices, plus optimal green time windows for energy-intensive AI tasks. Supports UK, Germany, and global regions with optional API keys.
    9
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for fetching Danish electricity spot prices (DK1/DK2) using the free elprisenligenu.dk API, providing tools to get current price, cheapest hours, and price summaries.
    4
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Provides real-time European and GB electricity grid data via MCP, including generation, prices, carbon intensity, and grid infrastructure.
    44
    417
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.

  • European day-ahead electricity prices (43 zones), accuracy-published forecasts, carbon, optimize.

  • Energi Data Service (Energinet) MCP — Denmark's official open energy data.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robobobby/mcp-danish-energy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server