mcp-danish-energy
Provides access to Danish energy data from Energinet, including real-time electricity spot prices, CO2 emissions, and production mix. It enables users to monitor grid status and identify the most cost-effective hours for energy-intensive tasks.
README
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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.