aria-mcp-elpriser
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., "@aria-mcp-elpriserwhat are the cheapest hours 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.
aria-mcp-elpriser
MCP server exposing Danish electricity spot prices (DK1/DK2) — keyless, open-source.
Designed for use with ARIA, Kim Hjort's personal AI assistant, but works with any MCP-compatible client.
What it does
Provides four tools to fetch real-time and day-ahead Danish electricity spot prices from elprisenligenu.dk, which publishes Nord Pool spot prices sourced via Energi Data Service.
Important: All prices are raw Nord Pool spot prices and exclude Danish taxes, tariffs (Energinet, network operator), and transport costs. The total consumer price on your electricity bill is significantly higher.
Related MCP server: mcp-danish-energy
Tools
Tool | Description |
| Hourly spot prices for a date (24 entries with local Copenhagen timestamps) |
| Spot price for the current hour |
| The N cheapest hours for a date, sorted ascending by price |
| Min / max / avg + cheapest and most expensive hour for a date |
get_prices({ area?, date? })
Returns an array of 24 hourly { DKK_per_kWh, time_start_local, time_end_local } entries.
get_current_price({ area? })
Returns the single entry covering the current Europe/Copenhagen hour.
get_cheapest_hours({ area?, date?, count? })
Returns the count cheapest hours (default 3) sorted by price ascending. Use this to advise on the best time to run the dishwasher or charge an EV.
get_price_summary({ area?, date? })
Returns { area, date, min_DKK_per_kWh, max_DKK_per_kWh, avg_DKK_per_kWh, cheapest_hour, most_expensive_hour }.
Common parameters
area—"DK1"(West Denmark, postal codes > 4999) or"DK2"(East Denmark). Defaults to theDEFAULT_PRICE_AREAenv var, or"DK2"if not set.date—"today"(default),"tomorrow", or"YYYY-MM-DD".
Tomorrow's prices
Tomorrow's prices are published by Nord Pool around 13:00 CET. Before that, the API returns 404 and the tools return a clear message asking to try again later.
Data source & attribution
API: elprisenligenu.dk — free, keyless public API
Underlying data: Nord Pool spot prices via Energi Data Service
No API key or registration required.
Requirements
Node.js >= 20 (uses global
fetchandIntl.DateTimeFormat)
Environment variables
Variable | Default | Description |
|
| Default price area when the |
ARIA configuration
Add to your ARIA McpServers configuration:
{
"Name": "elpriser",
"Command": "npx",
"Args": ["-y", "aria-mcp-elpriser"],
"Env": {
"DEFAULT_PRICE_AREA": "DK2"
}
}Omit the Env block to use the default (DK2). Set DEFAULT_PRICE_AREA to DK1 if you are on West Denmark (postal codes above 4999, i.e. Jutland and Funen outside the Lillebælt bridge area).
Development
npm install
npm run build
npm test
node dist/index.js # runs the stdio MCP serverLicense
MIT — see LICENSE.
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
- AlicenseBqualityDmaintenanceMCP Server for Tibber, a Norwegian power supplier. The Tibber MCP server provides an AI agent with a convenient way to interact with the Tibber API and query information such as current energy prices and your energy consumption data.23MIT
- AlicenseAqualityDmaintenanceProvides 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.411MIT
- AlicenseAqualityBmaintenanceMCP server for the Australian Energy Market Operator (AEMO) National Electricity Market. Plain-English access to 5-min dispatch prices, regional demand, interconnector flows, generation by fuel, rooftop PV.5MIT
- Flicense-qualityBmaintenanceMCP server for real-time electricity prices, carbon intensity, and energy analytics across 41+ zones in Europe, Great Britain, the United States, and Australia. Query live prices, compare zones, check gas storage levels, get green scores, find optimal charging windows, and access advanced analytics. Free Basic tier requires no API key. Install via npx gridpulse-mcp or connect directly via Streamab
Related MCP Connectors
Energi Data Service (Energinet) MCP — Denmark's official open energy data.
Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.
Octopus Energy public API MCP — UK energy tariffs & products.
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/kimhjort/aria-mcp-elpriser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server