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: aria-mcp-elpriser

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

Available Tools

4 tools
cheapest_hoursA

Find the cheapest hours to use electricity today/tomorrow. Useful for scheduling EV charging, laundry, dishwasher, heat pumps, etc.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaYesPrice area: DK1 or DK2, or a city/region name.
countNoNumber of cheapest hours to return (default: 5)
consecutiveNoIf true, find the cheapest consecutive block of 'count' hours (default: false)

TDQS

A3.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the tool finds cheapest hours but does not disclose critical traits like data source, update frequency, accuracy, rate limits, authentication needs, or error handling. For a tool with no annotations, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, with two concise sentences that directly state the purpose and provide useful examples. Every sentence earns its place without redundancy or unnecessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of electricity pricing data and the lack of annotations and output schema, the description is incomplete. It does not explain what the tool returns (e.g., list of hours, prices), data freshness, or limitations, which are essential for an agent to use it effectively in scheduling decisions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents all parameters (area, count, consecutive). The description does not add any additional meaning or context beyond what the schema provides, such as explaining how 'area' affects results or the implications of 'consecutive'. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Find') and resource ('cheapest hours to use electricity'), and it distinguishes from siblings by focusing on cost optimization rather than emissions, prices, or energy mix. The examples (EV charging, laundry, etc.) further clarify the use case.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool ('today/tomorrow' and for scheduling appliances), but it does not explicitly state when not to use it or name alternatives among the sibling tools. It implies usage for cost-saving scenarios but lacks explicit exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

co2_emissionsA

Get real-time CO2 emission intensity of Danish electricity production (g CO2/kWh). Updated every 5 minutes. Useful for timing energy-intensive tasks to low-carbon periods.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaNoPrice area: DK1 or DK2, or a city/region name. Default: both areas.
hoursNoHours of history to return (default: 1, max: 24)

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: real-time nature, update frequency ('Updated every 5 minutes'), and the practical application context. It doesn't mention rate limits, authentication needs, or error conditions, but provides substantial operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly front-loaded with the core purpose, followed by operational details and usage context. Every sentence earns its place: the first states what it does, the second provides update frequency, and the third explains practical application. Zero wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only data retrieval tool with no output schema, the description provides excellent context about what data is returned (CO2 intensity), its real-time nature, update frequency, and practical use case. It doesn't describe the return format or structure, but given the tool's relative simplicity and clear purpose, this is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the input schema already documents both parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema, so it meets the baseline expectation but doesn't provide additional semantic context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Get real-time CO2 emission intensity'), resource ('Danish electricity production'), and measurement unit ('g CO2/kWh'). It distinguishes from sibling tools like 'electricity_prices' and 'energy_mix' by focusing specifically on carbon intensity rather than pricing or generation mix.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context about when to use this tool ('Useful for timing energy-intensive tasks to low-carbon periods'), which implicitly suggests it's for carbon-aware scheduling. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

electricity_pricesA

Get current and upcoming Danish electricity spot prices (Elspot). Returns hourly prices for today and tomorrow (when available). Prices include the raw spot price, not taxes/tariffs.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaNoPrice area: DK1 (western Denmark) or DK2 (eastern Denmark), or a city/region name. Default: both areas.
hoursNoNumber of hours to return (default: 24, max: 168 for a full week)

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: it returns hourly prices for specific timeframes (today/tomorrow), includes raw spot prices (excluding taxes/tariffs), and mentions availability constraints ('when available'). However, it omits details like rate limits, error conditions, authentication needs, or data freshness, which are important for a data-fetching tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by clarifying details. Every sentence adds value: the first defines the tool, the second specifies output format and scope, and the third clarifies price composition. It is appropriately sized with zero redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (data retrieval with parameters), no annotations, and no output schema, the description is adequate but has gaps. It covers purpose, scope, and price details well, but lacks information on return format (e.g., structure of hourly data), error handling, or performance considerations, which would enhance completeness for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value by clarifying the temporal scope ('today and tomorrow') and price composition ('raw spot price, not taxes/tariffs'), which contextualizes the parameters beyond the schema's technical descriptions. It doesn't detail parameter interactions but provides useful semantic context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('Get') and resources ('Danish electricity spot prices'), including scope ('current and upcoming', 'hourly prices for today and tomorrow'). It distinguishes from siblings by specifying it returns raw spot prices, unlike 'cheapest_hours' (which likely analyzes prices), 'co2_emissions' (different metric), and 'energy_mix' (different data type).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by mentioning 'when available' for tomorrow's data and specifying what's included (raw spot price, not taxes/tariffs), which helps differentiate from potential alternatives. However, it lacks explicit guidance on when to use this tool versus siblings like 'cheapest_hours' (e.g., for price analysis vs. raw data retrieval) or clear exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

energy_mixA

Get the real-time Danish electricity production mix: wind (offshore/onshore), solar, conventional, and cross-border exchange. Updated every 5 minutes.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaNoPrice area: DK1 or DK2, or a city/region name. Default: both areas.

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: real-time nature, 5-minute update frequency, and the specific data components returned. It doesn't mention rate limits, authentication needs, or error handling, but provides useful operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence efficiently conveys purpose, scope, components, and update frequency with zero wasted words. Front-loaded with the core functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter read-only tool with no output schema, the description provides good context about what data is returned and update frequency. Could benefit from mentioning return format or data units, but covers the essential operational aspects well.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents the 'area' parameter. The description doesn't add any parameter-specific information beyond what's in the schema, maintaining the baseline score for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and the resource 'real-time Danish electricity production mix', specifying the components (wind, solar, conventional, cross-border exchange) and update frequency. It distinguishes from sibling tools like 'electricity_prices' by focusing on production mix rather than pricing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for real-time production data, but doesn't explicitly state when to use this tool versus alternatives like 'co2_emissions' or 'cheapest_hours'. No guidance on prerequisites or exclusions is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: cheapest_hours focuses on cost optimization, co2_emissions on carbon intensity, electricity_prices on raw spot prices, and energy_mix on production sources. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with descriptive, domain-specific terms (e.g., cheapest_hours, co2_emissions). The naming is uniform and predictable, enhancing readability and coherence across the toolset.

Tool Count5/5

With 4 tools, the server is well-scoped for providing Danish energy data, covering key aspects like pricing, emissions, production mix, and cost optimization. Each tool earns its place without feeling excessive or insufficient for the domain.

Completeness5/5

The toolset offers complete coverage for accessing real-time Danish energy data, including prices, emissions, production mix, and cost-saving insights. There are no obvious gaps for the server's purpose, enabling agents to handle various energy-related queries effectively.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • 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
    48
    6
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides real-time electricity prices, cheapest hours, and contract comparison for 40+ countries, enabling AI agents to make energy-aware decisions.
    2

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