Electricity decision signal for AI agents, automation, and developers.
Free No API Key MCP-Native
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
{
"mcpServers": {
"elecz": {
"url": "https://elecz.com/mcp"
}
}
}
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"
| Tool | When to use | Returns |
|---|---|---|
spot_price | User asks what electricity costs right now | Current price in local unit |
cheapest_hours | When to run appliances, charge EV, schedule tasks | Cheapest slots + best window next 24h |
best_energy_contract | Which contract to choose or whether to switch | Best spot + fixed contract + recommendation |
Base URL: https://elecz.com — No authentication. No rate limit for reasonable use.
| Endpoint | Description |
|---|---|
GET /signal/spot?zone=FI | Current spot price only |
GET /signal/cheapest-hours?zone=FI&hours=5 | Cheapest hours next 24h |
GET /signal?zone=FI&consumption=2000 | Full signal with contract recommendations |
GET /go/<provider> | Redirect to provider |
GET /health | Health check |
GET /signal/optimize?zone=FI | Deprecated — use /signal |
| Zone | Spot | Cheapest Hours | Contracts | Source |
|---|---|---|---|---|
| FI, SE (SE1–SE4), NO (NO1–NO5), DK (DK1–DK2), DE | ✓ | ✓ | ✓ | ENTSO-E |
| GB (+ regional GB-A..GB-P) | ✓ | ✓ | ✓ | Octopus Agile |
| AU-NSW, AU-VIC, AU-QLD, AU-SA, AU-TAS | ✓ | — | ✓ | AEMO NEM |
| NZ-NI, NZ-SI | ✓ | — | ✓ | EM6 |
| NL, BE, AT, FR, IT, PL, CZ, HU, RO | ✓ | ✓ | — | ENTSO-E |
| ES, PT, HR, BG, SI, SK, GR | ✓ | ✓ | — | ENTSO-E |
| EE, LV, LT, CH, RS, BA, ME, MK | ✓ | ✓ | — | ENTSO-E |
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.
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).
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.
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).
Questions or integrations: sakke@zemloai.com · GitHub