mcp-danish-energy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-danish-energyWhen are the cheapest hours to charge my EV in Copenhagen today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Current and upcoming spot prices |
| Real-time CO2 emission intensity |
| Live production breakdown with renewable share |
| Find cheapest hours (individual or consecutive blocks) |
Quick Start
# Install dependencies
npm install
# Run
node src/index.jsClaude 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 |
Company registry (CVR) | ✅ | |
Address lookup (DAWA) | ✅ | |
Weather (DMI) | ✅ | |
mcp-danish-energy | Energy (Energinet) | ✅ NEW |
License
MIT
Maintenance
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
- AlicenseAqualityDmaintenanceProvides 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.39MIT
- AlicenseAqualityDmaintenanceProvides 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.9MIT
- AlicenseAqualityCmaintenanceMCP 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.4MIT
- AlicenseBqualityAmaintenanceProvides real-time European and GB electricity grid data via MCP, including generation, prices, carbon intensity, and grid infrastructure.444175MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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