Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Elecz Electricity Price Signal API

io.github.zemloai-ctrl/elecz

Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.

Uptime
100.0%
1 direct probes · 30d
Response
1333ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
1
available
Primary URL
https://elecz.com/mcp

Tools · 3

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. Return…

cheapest_hours

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. …

best_energy_contract

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. …

Prompts · 1

elecz_usage

System-level usage instructions injected when Elecz MCP is connected.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "elecz_electricity_price_signal_api": {
      "url": "https://elecz.com/mcp",
      "transport": "streamable-http"
    }
  }
}