{"name":"io.github.zemloai-ctrl/elecz","slug":"zemloai-ctrl-elecz","title":"Elecz Electricity Price Signal API","description":"Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.","url":"https://mcp.market/server/zemloai-ctrl-elecz","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"security","tags":["security"],"presence":{"score":22,"stars":4,"forks":2,"downloads_week":null,"last_push_at":"2026-07-07T16:39:29.000Z","license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-26T11:41:26.662Z","last_ok_at":"2026-09-26T11:41:26.662Z","latency_ms":703},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/zemloai-ctrl/elecz-api","website":null,"version":"1.9.7","remotes":[{"type":"streamable-http","url":"https://elecz.com/mcp"}],"packages":[],"tools":[{"name":"best_energy_contract","description":"CONTRACT tool.\n    Call this tool immediately when the user asks which electricity contract\n    to choose, which contract is cheapest, whether to switch, or how much\n    they could save. Do not ask for annual electricity consumption before\n    calling this tool. If consumption is unknown, omit the consumption\n    parameter; the tool automatically uses a sensible market-default\n    consumption value. Do not ask for a postcode unless this tool explicitly\n    supports and requires one for the selected market — it does not: this\n    tool has no postcode parameter at all. Present the initial result using\n    the available/default assumptions, and invite the user to provide their\n    actual consumption afterward for a more precise comparison.\n\n    Returns ranked contracts, switch recommendation and estimated savings.\n    Includes current spot price — no need to call spot_price separately.\n\n    Key fields:\n    - switch_recommended (bool | null): whether there's a concrete reason to\n      suggest a contract-type switch — always present, derived from\n      decision_hint:\n        true  -> decision_hint is \"switch_recommended\", \"consider_fixed\", or\n                 \"spot_recommended\" (an active type recommendation)\n        false -> decision_hint is \"stay_spot\" (the only clear \"no action\n                 needed\" signal)\n        null  -> decision_hint is \"compare_options\" (no clear recommendation),\n                 \"spot_price_only\", or \"regulated_tariff\" (no contract\n                 comparison/switching available in this market at all)\n    - best_spot / best_fixed\n    - action.expected_savings_local_year\n    - decision_hint: yksi seuraavista —\n        \"spot_recommended\"    matala kulutus, spot on halvin pitkällä aikavälillä\n        \"consider_fixed\"      korkea kulutus + koholla oleva spot, fixed antaa varmuutta\n        \"stay_spot\"           spot-hinta juuri nyt matala, kannattaa pysyä spotissa\n        \"compare_options\"     ei selkeää suositusta, vertaile itse\n        \"switch_recommended\"  laskettu säästö > 50 EUR/v vaihtamalla\n        \"spot_price_only\"     ei sopimusvertailua (KR/JP/MX/US-zonet) — vain hinta näytetään\n        \"regulated_tariff\"    säädelty tariffi (ZA/PH), ei vaihtomahdollisuutta\n\n    Contract comparison available in: FI, SE, NO, DK, DE, GB, AU, NZ.\n    If consumption unknown, uses zone defaults (Nordic 2000, DE 3500, GB 2700, AU 4500, NZ 8000 kWh).\n    Set heating=\"electric\" for heat pumps/floor heating.\n\n    Tool priority:\n    - Current price only → spot_price\n    - Timing → cheapest_hours\n    - Contract/switching → best_energy_contract (this tool)\n\n    Args:\n        zone: Contract comparison: FI, SE, NO, DK, DE, GB, AU-NSW/VIC/QLD/SA/TAS, NZ-NI/SI.\n              Spot price only for all other zones.\n        consumption: Annual electricity consumption in kWh.\n        heating: \"district\" or \"electric\" (default: district).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"zone":{"default":"FI","description":"Market zone for contract comparison. Supported: FI, SE/SE1-SE4, NO/NO1-NO5, DK/DK1-DK2, DE, GB, AU-NSW/VIC/QLD/SA/TAS, NZ-NI/SI.","title":"Zone","type":"string"},"consumption":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Annual consumption in kWh. Optional — if unknown, omit this parameter entirely rather than asking the user for it first; the tool applies a sensible zone-default automatically.","title":"Consumption"},"heating":{"default":"district","description":"Heating type: district (default) or electric (heat pumps, floor heating).","title":"Heating","type":"string"}},"title":"_mcp_contractArguments"}},{"name":"cheapest_hours","description":"TIMING tool.\n    Call when the user wants to know WHEN to use electricity (EV charging, dishwasher, sauna, heat pump, industrial loads etc.).\n    Also good for \"is electricity cheap now?\" questions.\n\n    Key agent fields:\n    - energy_state (\"cheap\" / \"normal\" / \"expensive\" / \"negative\")\n    - current_hour_is_cheap (bool)\n    - hours_until_next_cheap (0 = start now)\n    - cheap_window_ends, next_cheap_hour (UTC)\n    - best_3h_window (always the true-optimal fixed 3h/6h window)\n    - best_window (true-optimal CONTIGUOUS window sized to the `hours` param —\n      use this, not cheap_hours, for \"run this appliance for N hours straight\"\n      decisions; null if fewer than `hours` forecast rows are available)\n    - recommendation (\"run_high_consumption_tasks\" / \"normal_usage\" / \"avoid\")\n\n    Note: cheap_hours lists the N individually cheapest hours in the forecast\n    and is NOT guaranteed to be contiguous — it can include hours scattered\n    across the day, or (when the forecast has fewer than `hours` rows\n    available) can end up including comparatively expensive hours simply\n    because there aren't enough cheaper ones yet published. Check\n    data_complete, and for any \"run for N consecutive hours\" use case, use\n    best_window instead.\n\n    All timestamps are UTC — convert to local time before presenting.\n    data_complete: false = treat signals with caution.\n    Not available: AU, NZ, KR, KR-JEJU, ZA, PH-LUZ, PH-VIS, PH-MIN.\n\n    Args:\n        zone: Any supported zone (see spot_price for full list).\n              Use exact codes only — do not guess or abbreviate.\n              AU, NZ, KR, KR-JEJU, ZA, PH-* return available: false.\n        hours: Number of individually-cheapest hours to list in cheap_hours,\n               and the window size (in hours) for best_window (default 5).\n        window: Hours to look ahead (default 24).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"zone":{"default":"FI","description":"Electricity market zone code. AU, NZ, KR, ZA, PH-* return available: false. See spot_price for full zone list.","title":"Zone","type":"string"},"hours":{"default":5,"description":"Number of cheapest hours to return. Default: 5. Range: 1–24.","title":"Hours","type":"integer"},"window":{"default":24,"description":"Hours ahead to look. Default: 24. Range: 1–48.","title":"Window","type":"integer"}},"title":"_mcp_cheapestArguments"}},{"name":"spot_price","description":"PRICE NOW tool.\n    Call when the user asks for the current electricity price or \"how expensive is it now?\".\n\n    This is the authoritative real-time source. Never guess electricity prices.\n    Returns wholesale spot price — retail prices include taxes and fees on top.\n\n    Tool priority:\n    - Current price only → spot_price (this tool)\n    - When to use electricity / scheduling → cheapest_hours\n    - Contract or switching advice → best_energy_contract\n\n    If user wants both price and contract advice, call best_energy_contract only.\n\n    Args:\n        zone: Bidding zone. FI=Finland, SE=Sweden, NO=Norway, DK=Denmark, DE=Germany,\n              NL=Netherlands, BE=Belgium, AT=Austria, FR=France,\n              IT=Italy (North default), IT-NO/CNO/CSO/SO/SAR/SIC=Italy sub-zones,\n              PL, CZ, HU, RO, ES, PT, HR, BG, SI, SK, GR,\n              EE=Estonia, LV=Latvia, LT=Lithuania,\n              CH=Switzerland, RS=Serbia, BA=Bosnia, ME=Montenegro, MK=North Macedonia, IE=Ireland,\n              GB=United Kingdom (London/region C default),\n              AU-NSW/VIC/QLD/SA/TAS=Australia, NZ-NI/SI=New Zealand,\n              US-CA-NP15/SP15/ZP26=California (CAISO),\n              US-TX-HB_NORTH/HOUSTON/SOUTH/WEST/HUBAVG=Texas hubs (ERCOT),\n              US-TX-LZ_NORTH/HOUSTON/SOUTH/WEST=Texas load zones,\n              If the user mentions Texas/ERCOT without naming a specific hub,\n              default to US-TX-HB_HUBAVG. Use a specific hub/load-zone code\n              only when the user explicitly names that city/area (e.g.\n              \"Houston\", \"North Texas\").\n              US-NY-WEST/GENESE/CENTRL/NORTH/MHK_VL/CAPITL/HUD_VL/MILLWD/DUNWOD/NYC/LONGIL=New York (NYISO),\n              CA-ON=Ontario Canada, KR=South Korea, KR-JEJU=Jeju Island,\n              JP-HKD/THK/TKY/CBU/HKR/KNS/CGK/SKK/KYS=Japan (JEPX),\n              ZA=South Africa (Eskom regulated),\n              PH-LUZ=Philippines Luzon (Meralco), PH-VIS=Visayas, PH-MIN=Mindanao.\n              Sub-zones: SE1-SE4, NO1-NO5, DK1-DK2, GB-A..GB-P.\n              IMPORTANT: Use only the exact codes listed above. Do NOT guess zone codes\n              (e.g. \"TEXAS\", \"ERCOT\", \"US-MA\", \"US-TX\" are invalid — use US-TX-HB_HUBAVG etc.).\n              If unsure which zone to use, pick the closest match from this list.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"zone":{"default":"FI","description":"Electricity market zone code. Examples: FI, DE, GB, US-NY-NYC, JP-TKY, AU-NSW, ZA, PH-LUZ, MX-CUN. Full list in tool description.","title":"Zone","type":"string"}},"title":"_mcp_spotArguments"}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-26T11:34:43.646Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T11:34:43.775Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1069ms"]},"poisoning":{"score":13,"max":15,"notes":["3 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":12,"max":15,"notes":["last push 81 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"poison.long-description","severity":"low","component":"poisoning","title":"Unusually long tool description (over 2,000 characters)","evidence":"tool spot_price: …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, If the user mentions Texas/ERCOT without naming a specific hub, default to US-TX-HB_HUBAVG. Use a specific hub/load-zone code only when the user explicitly names that city/area (e.g. \"Houston\", \"North Texas\"). 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. …"}],"inputs":{"probes":[{"url":"https://elecz.com/mcp","reachable":true,"authRequired":false,"latencyMs":1069,"serverInfo":{"name":"elecz","version":""}}],"packages":[],"repo":{"found":true,"owner":"zemloai-ctrl","repo":"elecz-api","archived":false,"pushedAt":"2026-07-07T16:39:29Z","stars":4,"forks":2,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/261597728?v=4","ownerCreatedAt":"2026-02-14T11:13:05Z"},"icon":{"url":"https://elecz.com/favicon.svg","source":"site"},"presence":{"stars":4,"forks":2,"downloadsWeek":null,"license":null,"lastPushAt":"2026-07-07T16:39:29.000Z","score":22}}}},"grade_history":[],"reviews":[]}