aria-mcp-elpriser
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_PRICE_AREA | No | Default price area when the area parameter is omitted. Set to DK1 for West Denmark. | DK2 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_pricesA | Fetch hourly electricity spot prices (DKK/kWh) for a given date and Danish price area. Returns an array of 24 hourly entries with local Copenhagen timestamps. IMPORTANT: Prices are raw Nord Pool spot prices and EXCLUDE Danish taxes, tariffs, and transport costs. The total consumer price is significantly higher. |
| get_current_priceA | Fetch the electricity spot price (DKK/kWh) for the current hour in Europe/Copenhagen. IMPORTANT: Prices are raw Nord Pool spot prices and EXCLUDE Danish taxes, tariffs, and transport costs. The total consumer price is significantly higher. |
| get_cheapest_hoursA | Fetch the cheapest electricity hours for a given date, sorted by price ascending. Use this to advise Kim on the best time to run the dishwasher, EV charging, etc. IMPORTANT: Prices are raw Nord Pool spot prices and EXCLUDE Danish taxes, tariffs, and transport costs. The total consumer price is significantly higher. |
| get_price_summaryA | Fetch a summary of electricity spot prices for a given date: min, max, average, cheapest hour, and most expensive hour. Good for a concise one-line briefing. IMPORTANT: Prices are raw Nord Pool spot prices and EXCLUDE Danish taxes, tariffs, and transport costs. The total consumer price is significantly higher. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct query: current price, all prices per date/area, cheapest hours, and a summary. No overlap.
All tools follow a consistent 'get_*' pattern with descriptive nouns, all in snake_case.
4 tools is well-scoped for a focused electricity price server, covering all typical queries without unnecessary redundancy.
Covers current, daily, cheapest, and summary queries. Missing historical multi-day comparison, but core functionality is complete.