⚡ Elecz Docs

Electricity decision signal for AI agents, automation, and developers.

Free No API Key MCP-Native

What is Elecz?

Elecz turns real-time electricity prices into actionable signals — for AI agents, home automation, and anyone whose decisions depend on when they use electricity.

Markets: Finland · Sweden · Norway · Denmark · Germany · Netherlands · Belgium · Austria · France · Italy · Poland · Czech Republic · Hungary · Romania · Spain · Portugal · Croatia · Bulgaria · Slovenia · Slovakia · Greece · Estonia · Latvia · Lithuania · Switzerland · Serbia · Bosnia · Montenegro · North Macedonia · United Kingdom · Australia · New Zealand

Connect in 30 seconds

Claude / Claude Code / any MCP client

{
  "mcpServers": {
    "elecz": {
      "url": "https://elecz.com/mcp"
    }
  }
}

cURL

curl "https://elecz.com/signal/spot?zone=FI"
curl "https://elecz.com/signal/spot?zone=GB"
curl "https://elecz.com/signal/spot?zone=AU-NSW"
curl "https://elecz.com/signal/cheapest-hours?zone=FI&hours=5"
curl "https://elecz.com/signal?zone=FI&consumption=2000"

MCP Tools

ToolWhen to useReturns
spot_priceUser asks what electricity costs right nowCurrent price in local unit
cheapest_hoursWhen to run appliances, charge EV, schedule tasksCheapest slots + best window next 24h
best_energy_contractWhich contract to choose or whether to switchBest spot + fixed contract + recommendation

REST API

Base URL: https://elecz.com — No authentication. No rate limit for reasonable use.

EndpointDescription
GET /signal/spot?zone=FICurrent spot price only
GET /signal/cheapest-hours?zone=FI&hours=5Cheapest hours next 24h
GET /signal?zone=FI&consumption=2000Full signal with contract recommendations
GET /go/<provider>Redirect to provider
GET /healthHealth check
GET /signal/optimize?zone=FIDeprecated — use /signal

Supported Markets

ZoneSpotCheapest HoursContractsSource
FI, SE (SE1–SE4), NO (NO1–NO5), DK (DK1–DK2), DEENTSO-E
GB (+ regional GB-A..GB-P)Octopus Agile
AU-NSW, AU-VIC, AU-QLD, AU-SA, AU-TASAEMO NEM
NZ-NI, NZ-SIEM6
NL, BE, AT, FR, IT, PL, CZ, HU, ROENTSO-E
ES, PT, HR, BG, SI, SK, GRENTSO-E
EE, LV, LT, CH, RS, BA, ME, MKENTSO-E

Examples

Current price

"What is the current electricity price in Finland?"

Cheapest hours

"When should I run my dishwasher today? I'm in Sweden."

Contract comparison

"Should I switch my electricity contract? I use about 2000 kWh/year in Norway."

Australia

Spot prices from AEMO — 5-minute NEM dispatch prices, updated every 30 min. Unit: AUD c/kWh.

Zones: AU-NSW · AU-VIC · AU-QLD · AU-SA · AU-TAS

Note: cheapest_hours returns available: false — no public day-ahead data for AU.

New Zealand

Spot prices from EM6 real-time API — NZEM wholesale prices, 30-min trading periods. Unit: NZD c/kWh.

Zones: NZ-NI (North Island) · NZ-SI (South Island)

Note: No spot pass-through retailers currently available. Flick Electric was acquired by Meridian Energy (July 2025).

United Kingdom

Spot prices from Octopus Agile API — half-hourly resolution, updated every 30 min. Unit: p/kWh incl. VAT (5%).

Default zone GB = London (region C). Regional zones: GB-A through GB-P.

Germany

Spot prices from ENTSO-E. Contract comparison includes 12 providers. Unit: EUR c/kWh.

Note: Price excludes regional Netzentgelt (varies ~10–15 ct/kWh by area).

Roadmap

Support

Questions or integrations: sakke@zemloai.com · GitHub