30 live streams

ERCOT data

ERCOT runs the electricity market for most of Texas — an energy-only market with no capacity payments, cleared every five minutes by its SCED engine and published to the ERCOT MIS with no credentials required. Dryos pulls every stream straight from those endpoints and compares what it stores against ERCOT's own file.

HB_NORTH
$42.97
2026-09-18 03:00 UTC
HB_HOUSTON
$42.16
2026-09-18 03:00 UTC
HB_WEST
$46.23
2026-09-18 03:00 UTC
ERCOT real-time LMP, read from the Dryos API and cached for an hour.

What is collected

Every ERCOT stream Dryos holds, grouped the way the catalogue groups them.

Streams
30 live
Fastest cadence
every 5 min
Entities
45,549 across every stream
Access
Public REST API and MCP server, no key

Pricing

Load

Generation

Ancillary

Grid

Worth knowing first

  • ERCOT settles and publishes on US Central time. Every timestamp Dryos serves is UTC.
  • Settlement points are placed on the map through ERCOT's unit mapping and EIA-860M plant coordinates — a join, not a publication, and the coverage line says so.
  • The 60-day disclosure workbooks and the unplanned-outage report are deliberately not collected: different file formats, not CSV streams.

Read it

Public, read-only, no key and no sign-up. Every stream answers the same way.

Every stream in the catalogue

shell
curl "https://api.dryos.ai/v1/datasets"

The newest rows at HB_NORTH

shell
curl "https://api.dryos.ai/v1/datasets/ercot-realtime-lmp/query?node=HB_NORTH&limit=12"

Or point an AI agent at all of it

shell
claude mcp add --transport http dryos https://api.dryos.ai/mcp

Full parameters are on the API reference; every client's setup is on the MCP server page.

Other operators