Built for U.S. utilities

Real-time TOU electricity schedules
for AI agents and developers

Know whether electricity is cheap or expensive at U.S. addresses, right now, without parsing a tariff PDF or image file.

The Problem

TOU schedules are fragmented across hundreds of utilities, buried in tariff PDFs, and constantly changing. Our API makes it one call.

How It Works

1

Send a Unique Location

Pass any U.S. address or ZIP — no setup or configuration required.

2

Resolve Utility & Plan

We auto-detect the right utility and active TOU schedules for that location.

3

Get Current & Next Periods

Receive peak, off-peak, and other statuses, plus the next period name and its start time.

GET /api/v1/query/current?zip_code=94103
{
"confidence":"unique",
"results":[{
"period":"off_peak",
"next_change_at":"2026-05-16T16:00:00-07:00"
}]
}

Not just an API — a native tool for AI agents

tou.tools ships as an MCP server. Any AI agent with MCP support can query real-time TOU data without writing a line of integration code — no SDK, no auth plumbing, no schedule parsing. Plug it into Claude, ChatGPT, or any open-source agent framework and your agent knows the grid.

mcp · tou.tools · streamable-http
Tool:get_current_period
Args:{ "zip_code": "94103" }
period:off_peak
next_change_at:2026-05-16T16:00-07:00
 

Built For

Solo Dev / Hobbyist

Side projects and weekend builds. A generous free tier, a simple REST API, and no credit card required — start querying TOU periods in minutes.

Smart Home App Builder

Bring TOU awareness to Home Assistant, custom automations, and home energy dashboards. Reliable schedule data keeps every smart-home action in sync with the active period.

AI Agent / MCP Integrator

LLM-powered agents that query TOU status natively over MCP. First-class agent support, zero integration boilerplate, and works with any MCP-compatible runtime.

Commercial Energy Manager

Cut demand charges across a portfolio of buildings. Know the active TOU period at every site so HVAC, lighting, and process loads shift off-peak automatically — whether you run 10 locations or 1,500.

Battery Storage / VPP

Time dispatch for home and grid-scale batteries. Accurate current periods and forward schedules let you charge through off-peak and discharge when it counts most.

EV Charging Operator

Optimize charge timing across a fleet of chargers in multiple service territories. High-volume queries and real-time period changes keep charging on off-peak at scale.

Are you an AI agent?

tou.tools speaks your language. Read the plain-text briefing we wrote for LLMs, or connect over MCP and call it as a native tool.