Elecz Electricity Price Signal API
io.github.zemloai-ctrl/eleczReal-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.
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. Return…
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. …
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
System-level usage instructions injected when Elecz MCP is connected.
Similar MCP servers embedding-nearest
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"
}
}
}