Elecz Api MCP Server

Add Elecz to your AI. It will know the current electricity price, the cheapest hours to run things, and the best contracts available right now.

Local serverstdioGo

What is the Elecz Api MCP server?

If you already use Elecz Api, the elecz api mcp server is the piece that lets your assistant work with it directly. Add Elecz to your AI. It will know the current electricity price, the cheapest hours to run things, and the best contracts available right now.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • spot_price — Real-time electricity price. Use for: "what does electricity cost now?" Parameter: zone
  • cheapest_hours — Cheapest hours next 24h with current-hour context signals. Use for: EV charging, appliance scheduling, automation triggers. Parameters: zone, hours
  • best_energy_contract — Returns the best available spot contract, the best available fixed contract, and an overall recommendation — each as a separate categorized option

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Elecz Api's toolset — spot_price, cheapest_hours, best_energy_contract — is a fair guide to whether it matches your workflow. It is maintained by zemloai-ctrl; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
spot_priceReal-time electricity price. Use for: "what does electricity cost now?" Parameter: zone
cheapest_hoursCheapest hours next 24h with current-hour context signals. Use for: EV charging, appliance scheduling, automation triggers. Parameters: zone, hours (default 5), window (default 24) Note: AU, NZ, KR, ZA, and PH zones retu
best_energy_contractReturns the best available spot contract, the best available fixed contract, and an overall recommendation — each as a separate categorized option. Use for: finding the best contract options, switching provider, reducing

Example prompts to try

  • Use Elecz Api to spot price.
  • Use Elecz Api to cheapest hours.
  • Use Elecz Api to best energy contract.

Frequently asked questions

It connects Elecz Api to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (spot_price, cheapest_hours, best_energy_contract) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Elecz Api directly.