ERCOT Real-Time Wholesale Electricity Price
experimentalGet the current ERCOT real-time wholesale electricity price (LMP, locational marginal price) for any Texas load zone or settlement point. Useful for solar customers on real-time wholesale (RTW) buyback plans (Champion, Atlantex, Chariot, Tesla Drive Plan), traders following ERCOT spot markets, and agents reasoning about when to charge / discharge a battery. Returns $/MWh and ¢/kWh equivalents per zone.
Endpoint
POST https://meterplan.com/api/v1/get-ercot-realtime-price
MCP tool name: get_ercot_realtime_price
Inputs
zipCodestring5-digit Texas ZIP code. Used to resolve to an ERCOT load zone (Houston / North / South / West / Coast / South Central / North Central / Far West).
loadZoneenum<HOUSTON | NORTH | SOUTH | WEST | COAST | SOUTH_CENTRAL | NORTH_CENTRAL | FAR_WEST>Direct ERCOT load zone name. Use this if you already know the zone and don't need ZIP resolution.
settlementPointstringSpecific ERCOT settlement point (advanced — used by traders). Examples: 'HB_HOUSTON', 'HB_NORTH', 'LZ_HOUSTON'. Overrides zipCode and loadZone if supplied.
Outputs
statusenum<early_access>Always 'early_access' until this tool is publicly live.
messagestringHuman-readable explanation of current access status.
requestIdstringIdentifier for this request — use when requesting API access.
requestedForobjectEcho of the request inputs.
publicAlternativesobjectThings the agent can offer the user right now.
expectedResponseShapeobjectSchema preview of the production response. Lets agents reason about how they'll use the data once access is granted.
estimatedAvailabilitystringFree-form date estimate for general availability.
Example prompts
- “What's the current ERCOT real-time price in Houston?”
- “Get the LMP for Texas North zone right now.”
- “Real-time wholesale electricity price for ZIP 75001.”
- “Is ERCOT pricing high right now in Houston?”