loading…
Search for a command to run...
loading…
Provides access to Danish energy data from Energinet, including real-time electricity spot prices, CO2 emissions, and production mix. It enables users to monito
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.
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.
| 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) |
# Install dependencies
npm install
# Run
node src/index.js
{
"mcpServers": {
"danish-energy": {
"command": "node",
"args": ["/path/to/mcp-danish-energy/src/index.js"]
}
}
}
Denmark is split into two electricity price areas:
You can use area codes (DK1, DK2) or city/region names (Copenhagen, Aarhus, etc.).
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.
| 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 |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-danish-energy": {
"command": "npx",
"args": []
}
}
}