elpriser-mcp
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., "@elpriser-mcpwhat is the current electricity price in DK1?"
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.
elpriser-mcp
MCP server for Danish electricity prices — current spot price, cheapest hours, and a 7-day forecast for DK1 and DK2, straight from elpriser.org.
A Model Context Protocol server that lets an LLM (Claude Desktop, etc.) answer questions like:
"Hvad er elprisen lige nu?" / "What does electricity cost right now in Denmark?"
"Hvornår er strøm billigst i morgen?" — find the cheapest hours to charge the EV / run the heat pump
"Vis elpriser i dag time for time for DK2"
"Hvordan ser elprisprognosen ud de næste 7 dage?"
Data comes from the free, public elpriser.org API, which is sourced from Energi Data Service (Energinet) / Nord Pool. Prices can be the raw spot price or the total price you actually pay per kWh (incl. system & transmission tariffs, electricity tax and 25% VAT). No API key required.
Tools
Tool | What it does |
| Current price for this hour (DK1/DK2) |
| All 24 hourly prices for a date |
| The N cheapest hours of the day (EV/heat-pump scheduling) |
| 7-day forecast (actual for today/tomorrow, estimate beyond) |
| Net company (netselskab) for a lat/lng — for exact total price |
All tools take an area (DK1 or DK2, default DK1) and most take a mode:
spot_ex— raw spot price, no VATspot_inkl— spot price incl. 25% VATinkl_alt(default) — total price incl. all tariffs + electricity tax + VATinkl_alt_minus— total without electricity tax
Related MCP server: aria-mcp-elpriser
Install
Requires Node.js ≥ 18.
Claude Desktop
Add to your claude_desktop_config.json
(macOS: ~/Library/Application Support/Claude/claude_desktop_config.json,
Windows: %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"elpriser": {
"command": "npx",
"args": ["-y", "elpriser-mcp"]
}
}
}Restart Claude Desktop. You should see the elpriser tools available.
Any other MCP client
Run the server over stdio:
npx -y elpriser-mcpOr install globally:
npm install -g elpriser-mcp
elpriser-mcpExamples
You: Hvornår er strøm billigst i morgen i DK1?
Claude (calls
get_cheapest_hours area=DK1 hours=5 date=…): De billigste timer i morgen er 02–05 og 13–14 …
Configuration
Env var | Default | Purpose |
|
| Override the API base (e.g. for testing). |
How it works
elpriser-mcp is a thin wrapper over the public elpriser.org REST API
(/api/now, /api/prices, /api/schedule, /api/forecast,
/api/supplierlookup). The full OpenAPI 3.1 spec lives at
https://elpriser.org/api/openapi.json and human docs at
https://elpriser.org/api.
License
MIT © elpriser.org
Built and maintained alongside elpriser.org — aktuelle elpriser og spotpriser time for time for hele Danmark.
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 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
- 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
- Flicense-qualityBmaintenanceA read-only MCP server that exposes European day-ahead electricity prices for ~41 bidding zones via tools like hourly prices, cheapest hours, current price, and cross-zone summary, enabling AI agents to query energy market data.
- Alicense-qualityBmaintenanceMCP server that gives AI agents real-time German electricity price forecasts.2MIT
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/x2q/elpriser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server