ISO New England · Arazzo Workflow

ISO New England grid snapshot

Version 1.0.0

Build a complete current picture of the New England power system - resolve the location registry, check feed freshness, then pull system load, generation fuel mix, Hub price and the hourly load forecast. Every operationId exists verbatim in the referenced OpenAPI. All calls require HTTP Basic credentials from a free ISO Express account; anonymous calls return 401.

1 workflow 5 source APIs 1 provider
View Spec View on GitHub EnergyUnited StatesElectricityEnergy MarketsGridOpen DataWholesale MarketsDemand ResponseRenewablesNew EnglandArazzoWorkflows

Provider

iso-new-england

Workflows

grid-snapshot
Current load, fuel mix, Hub LMP and load forecast for the New England system.
Reads five public feeds in sequence. Step 1 resolves the location registry so ids can be checked rather than assumed; step 2 uses the /info freshness endpoint so a caller can skip the pull when nothing has advanced.
6 steps inputs: locationId outputs: forecast, fuelMix, latestBeginDate, lmp, load
1
list-locations
Resolve every published pricing/load location (1,302 entries observed 2026-07-27).
2
check-freshness
Read ServiceInfo.LatestBeginDate for the five-minute LMP feed before pulling it.
3
system-load
Current five-minute system load, including behind-the-meter PV estimates.
4
fuel-mix
Current generation fuel mix in MW by fuel category, with the marginal-fuel flag.
5
hub-price
Current five-minute LMP for the requested location.
6
load-forecast
Current hourly load forecast.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: ISO New England grid snapshot
  version: 1.0.0
  description: >-
    Build a complete current picture of the New England power system - resolve the location
    registry, check feed freshness, then pull system load, generation fuel mix, Hub price and the
    hourly load forecast. Every operationId exists verbatim in the referenced OpenAPI. All calls
    require HTTP Basic credentials from a free ISO Express account; anonymous calls return 401.
  x-realizes-capability-ids:
  - BC-3830.10
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-3830.10
      capability_name: Real-Time System Operations
      spec: iso-new-england-fiveminutesystemload-api-openapi.yml
      confidence: 0.72
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: fiveminutelmpApi
  url: ../openapi/iso-new-england-fiveminutelmp-api-openapi.yml
  type: openapi
- name: fiveminutesystemloadApi
  url: ../openapi/iso-new-england-fiveminutesystemload-api-openapi.yml
  type: openapi
- name: genfuelmixApi
  url: ../openapi/iso-new-england-genfuelmix-api-openapi.yml
  type: openapi
- name: hourlyloadforecastApi
  url: ../openapi/iso-new-england-hourlyloadforecast-api-openapi.yml
  type: openapi
- name: locationsApi
  url: ../openapi/iso-new-england-locations-api-openapi.yml
  type: openapi
workflows:
- workflowId: grid-snapshot
  summary: Current load, fuel mix, Hub LMP and load forecast for the New England system.
  description: >-
    Reads five public feeds in sequence. Step 1 resolves the location registry so ids can be checked
    rather than assumed; step 2 uses the /info freshness endpoint so a caller can skip the pull when
    nothing has advanced.
  inputs:
    type: object
    properties:
      locationId:
        type: string
        description: Pricing location id. 4000 is the Hub; 4001-4008 are the eight load zones.
        default: '4000'
  steps:
  - stepId: list-locations
    description: Resolve every published pricing/load location (1,302 entries observed 2026-07-27).
    operationId: getLocationsAll
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      locations: $response.body#/Locations/Location
  - stepId: check-freshness
    description: Read ServiceInfo.LatestBeginDate for the five-minute LMP feed before pulling it.
    operationId: getFiveminutelmpInfo
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      latestBeginDate: $response.body#/ServiceInfo/LatestBeginDate
  - stepId: system-load
    description: Current five-minute system load, including behind-the-meter PV estimates.
    operationId: getFiveminutesystemloadCurrent
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      load: $response.body#/FiveMinSystemLoad
  - stepId: fuel-mix
    description: Current generation fuel mix in MW by fuel category, with the marginal-fuel flag.
    operationId: getGenfuelmixCurrent
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      fuelMix: $response.body#/GenFuelMixes/GenFuelMix
  - stepId: hub-price
    description: Current five-minute LMP for the requested location.
    operationId: getFiveminutelmpCurrentLocationByLocationId
    parameters:
    - name: locationId
      in: path
      value: $inputs.locationId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      lmp: $response.body#/FiveMinLmp
  - stepId: load-forecast
    description: Current hourly load forecast.
    operationId: getHourlyloadforecastCurrent
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      forecast: $response.body#/HourlyLoadForecast
  outputs:
    latestBeginDate: $steps.check-freshness.outputs.latestBeginDate
    load: $steps.system-load.outputs.load
    fuelMix: $steps.fuel-mix.outputs.fuelMix
    lmp: $steps.hub-price.outputs.lmp
    forecast: $steps.load-forecast.outputs.forecast

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/iso-new-england-grid-snapshot"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.