MCP.so
Sign In

Elecz — Real-Time Electricity Signals for AI Agents

@zemloai-ctrl

About Elecz — Real-Time Electricity Signals for AI Agents

Real-time electricity spot prices, cheapest hours, and contract recommendations. 31 countries across Europe and Oceania. No authentication required.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "electricity": {
      "type": "http",
      "url": "https://elecz.com/mcp"
    }
  }
}

Tools

3

PRICE NOW tool. Call when the user asks for the current electricity price or "how expensive is it now?". This is the authoritative real-time source. Never guess electricity prices. Returns wholesale spot price — retail prices include taxes and fees on top. Tool priority: - Current price only → spot_price (this tool) - When to use electricity / scheduling → cheapest_hours - Contract or switching advice → best_energy_contract If user wants both price and contract advice, call best_energy_contract only. Args: zone: Bidding zone. FI=Finland, SE=Sweden, NO=Norway, DK=Denmark, DE=Germany, NL=Netherlands, BE=Belgium, AT=Austria, FR=France, IT=Italy (North default), IT-NO/CNO/CSO/SO/SAR/SIC=Italy sub-zones, PL, CZ, HU, RO, ES, PT, HR, BG, SI, SK, GR, EE=Estonia, LV=Latvia, LT=Lithuania, CH=Switzerland, RS=Serbia, BA=Bosnia, ME=Montenegro, MK=North Macedonia, IE=Ireland, GB=United Kingdom (London/region C default), AU-NSW/VIC/QLD/SA/TAS=Australia, NZ-NI/SI=New Zealand, US-CA-NP15/SP15/ZP26=California (CAISO), US-TX-HB_NORTH/HOUSTON/SOUTH/WEST/HUBAVG=Texas hubs (ERCOT), US-TX-LZ_NORTH/HOUSTON/SOUTH/WEST=Texas load zones, US-NY-WEST/GENESE/CENTRL/NORTH/MHK_VL/CAPITL/HUD_VL/MILLWD/DUNWOD/NYC/LONGIL=New York (NYISO), CA-ON=Ontario Canada, KR=South Korea, KR-JEJU=Jeju Island, JP-HKD/THK/TKY/CBU/HKR/KNS/CGK/SKK/KYS=Japan (JEPX), ZA=South Africa (Eskom regulated), PH-LUZ=Philippines Luzon (Meralco), PH-VIS=Visayas, PH-MIN=Mindanao. Sub-zones: SE1-SE4, NO1-NO5, DK1-DK2, GB-A..GB-P. IMPORTANT: Use only the exact codes listed above. Do NOT guess zone codes (e.g. "TEXAS", "ERCOT", "US-MA", "US-TX" are invalid — use US-TX-HB_HUBAVG etc.). If unsure which zone to use, pick the closest match from this list.

TIMING tool. Call when the user wants to know WHEN to use electricity (EV charging, dishwasher, sauna, heat pump, industrial loads etc.). Also good for "is electricity cheap now?" questions. Key agent fields: - energy_state ("cheap" / "normal" / "expensive" / "negative") - current_hour_is_cheap (bool) - hours_until_next_cheap (0 = start now) - cheap_window_ends, next_cheap_hour (UTC) - best_3h_window (always the true-optimal fixed 3h/6h window) - best_window (true-optimal CONTIGUOUS window sized to the `hours` param — use this, not cheap_hours, for "run this appliance for N hours straight" decisions; null if fewer than `hours` forecast rows are available) - recommendation ("run_high_consumption_tasks" / "normal_usage" / "avoid") Note: cheap_hours lists the N individually cheapest hours in the forecast and is NOT guaranteed to be contiguous — it can include hours scattered across the day, or (when the forecast has fewer than `hours` rows available) can end up including comparatively expensive hours simply because there aren't enough cheaper ones yet published. Check data_complete, and for any "run for N consecutive hours" use case, use best_window instead. All timestamps are UTC — convert to local time before presenting. data_complete: false = treat signals with caution. Not available: AU, NZ, KR, KR-JEJU, ZA, PH-LUZ, PH-VIS, PH-MIN. Args: zone: Any supported zone (see spot_price for full list). Use exact codes only — do not guess or abbreviate. AU, NZ, KR, KR-JEJU, ZA, PH-* return available: false. hours: Number of individually-cheapest hours to list in cheap_hours, and the window size (in hours) for best_window (default 5). window: Hours to look ahead (default 24).

CONTRACT tool. Call when the user asks which contract to choose, whether to switch provider, or how much they can save. Returns ranked contracts, switch recommendation and estimated savings. Includes current spot price — no need to call spot_price separately. Key fields: - switch_recommended (bool) - best_spot / best_fixed - action.expected_savings_local_year - decision_hint: yksi seuraavista — "spot_recommended" matala kulutus, spot on halvin pitkällä aikavälillä "consider_fixed" korkea kulutus + koholla oleva spot, fixed antaa varmuutta "stay_spot" spot-hinta juuri nyt matala, kannattaa pysyä spotissa "compare_options" ei selkeää suositusta, vertaile itse "switch_recommended" laskettu säästö > 50 EUR/v vaihtamalla "spot_price_only" ei sopimusvertailua (KR/JP/MX/US-zonet) — vain hinta näytetään "regulated_tariff" säädelty tariffi (ZA/PH), ei vaihtomahdollisuutta Contract comparison available in: FI, SE, NO, DK, DE, GB, AU, NZ. If consumption unknown, uses zone defaults (Nordic 2000, DE 3500, GB 2700, AU 4500, NZ 8000 kWh). Set heating="electric" for heat pumps/floor heating. Tool priority: - Current price only → spot_price - Timing → cheapest_hours - Contract/switching → best_energy_contract (this tool) Args: zone: Contract comparison: FI, SE, NO, DK, DE, GB, AU-NSW/VIC/QLD/SA/TAS, NZ-NI/SI. Spot price only for all other zones. consumption: Annual electricity consumption in kWh. heating: "district" or "electric" (default: district).

Overview

What is Elecz?

Elecz is a real-time electricity spot price API and MCP server covering 31 countries across Europe and Oceania. It is designed for AI agents to access live electricity pricing data.

How to use Elecz?

Connect your MCP client to the endpoint https://elecz.com/mcp. No API key is required to use the service.

Key features of Elecz

  • Real-time spot prices for 31 countries (ENTSO-E + GB + AU + NZ)
  • Cheapest hours detection for 29 countries
  • Contract recommendations for FI, SE, NO, DK, DE, GB, AU, NZ
  • Local currency support (EUR, GBP, SEK, NOK, DKK, AUD, NZD)
  • No API key required

Use cases of Elecz

  • Energy cost optimization for AI agents
  • Smart home and EV charging automation
  • Contract comparison and switching recommendations

FAQ from Elecz

What countries does Elecz cover?

Elecz covers 31 countries across Europe and Oceania, including ENTSO-E members, Great Britain, Australia, and New Zealand.

Is an API key required to use Elecz?

No, Elecz does not require an API key.

What currencies are supported?

Elecz supports EUR, GBP, SEK, NOK, DKK, AUD, and NZD.

Which countries have contract recommendations?

Contract recommendations are available for FI, SE, NO, DK, DE, GB, AU, and NZ.

Where can I find the MCP endpoint?

The MCP endpoint is https://elecz.com/mcp.

Frequently asked questions

What countries does Elecz cover?

Elecz covers 31 countries across Europe and Oceania, including ENTSO-E members, Great Britain, Australia, and New Zealand.

Is an API key required to use Elecz?

No, Elecz does not require an API key.

What currencies are supported?

Elecz supports EUR, GBP, SEK, NOK, DKK, AUD, and NZD.

Which countries have contract recommendations?

Contract recommendations are available for FI, SE, NO, DK, DE, GB, AU, and NZ.

Where can I find the MCP endpoint?

The MCP endpoint is `https://elecz.com/mcp`.

Comments

More Developer Tools MCP servers