Electricity decision signal for AI agents, automation, and developers.
LIVE FREE NO API KEY
Elecz turns hourly ENTSO-E spot prices into actionable decisions — for AI agents, home automation, and anyone whose costs depend on when they use electricity.
One call returns: current price, cheapest hours, energy state, top 3 contract recommendations, and a direct action: run_now / delay / switch_contract / monitor.
Markets: Finland · Sweden · Norway · Denmark · Germany
{
"mcpServers": {
"elecz": {
"url": "https://elecz.com/mcp"
}
}
}
GET https://elecz.com/signal/optimize?zone=DE
Works with any tool that can call a REST endpoint — GPT Actions, Copilot plugins, Zapier, n8n, Make.
curl "https://elecz.com/signal/optimize?zone=FI"
Elecz returns top 3 ranked contracts with annual cost estimates, trust scores, and direct links to switch. If savings exceed zero, switch_recommended: true is set with expected EUR/year savings.
Elecz returns the best 3-hour consecutive window with average price, start and end time — ready to feed directly into a charging schedule or Home Assistant automation.
Cheapest hours endpoint returns sorted hours and the optimal window. Works identically in any language — Elecz signals are language-neutral JSON.
Returns expected savings in NOK/year versus median market price, with the recommended provider and a direct link to switch.
🏢 BusinessPass consumption=12000&zone=DE — Elecz returns top 3 Arbeitspreis-ranked contracts with annual cost at that consumption level. Prices are brutto ct/kWh including MwSt (19%). Regional Netzentgelt not included — it is fixed by your grid operator regardless of provider.
Returns ranked contracts with annual cost estimates and savings versus median provider — ready to include in a cost report or board presentation.
Cheapest hours endpoint returns the optimal window for the next 24h. Integrate with your scheduler to shift workloads automatically.
🔧 Developerimport httpx
signal = httpx.get("https://elecz.com/signal/optimize?zone=FI").json()
match signal["action"]:
case "run_now":
run_batch_job()
case "delay":
schedule_later(signal["spot_price"])
case "switch_contract":
notify_team(signal["action_link"])
Full schema at /signal/optimize?zone=FI. Build the rest yourself.
🏠 Home Automationsensor:
- platform: rest
name: "Electricity Signal"
resource: "https://elecz.com/signal/optimize?zone=FI"
value_template: "{{ value_json.action }}"
scan_interval: 3600
automation:
- alias: "Charge EV at cheapest hours"
trigger:
platform: state
entity_id: sensor.electricity_signal
to: "run_now"
action:
service: switch.turn_on
entity_id: switch.ev_charger
| Tool | Description | Best for |
|---|---|---|
optimize | Single action: run_now / delay / switch_contract / monitor | Automation, HA, agents |
spot_price | Current spot price for any zone | Dashboards, monitoring |
cheapest_hours | Cheapest hours next 24h + best window | EV charging, scheduling |
best_energy_contract | Top 3 contracts for your consumption profile | Contract decisions |
energy_decision_signal | Full signal: price + contracts + state + recommendation | Rich agent responses |
| Endpoint | Description |
|---|---|
GET /signal/optimize?zone=FI | One-call optimization — recommended |
GET /signal?zone=DE&consumption=3500 | Full energy decision signal |
GET /signal/spot?zone=NO | Current spot price only |
GET /signal/cheapest-hours?zone=SE&hours=5 | Cheapest hours next 24h |
GET /health | Health check |
Zones: FI · SE · SE1–SE4 · NO · NO1–NO5 · DK · DK1–DK2 · DE
No authentication. No API key. No rate limit for reasonable use.
Elecz vergleicht Stromtarife in Deutschland basierend auf ENTSO-E Spotpreisen und aktuellen Arbeitspreis-Daten von 12 Anbietern.
Unterstützte Anbieter: Tibber · Octopus Energy · E wie Einfach · Yello · E.ON · Vattenfall · EnBW · Naturstrom · LichtBlick · Polarstern · ExtraEnergie · Grünwelt
Hinweis: Preise sind Arbeitspreis brutto ct/kWh inkl. MwSt (19%). Regionales Netzentgelt ist nicht enthalten — es wird vom Netzbetreiber festgelegt und ist unabhängig vom gewählten Anbieter.
GET https://elecz.com/signal/optimize?zone=DE&consumption=3500
Spot prices from ENTSO-E Transparency Platform, updated hourly. Contract prices scraped nightly. Currency conversion via Frankfurter API. Cached in Redis, stored in Supabase (EU region).
Questions, integrations, or issues: sakke@zemloai.com
⚡ Elecz.com · Zemlo AI · Kokkola, Finland · Home · Privacy Policy