NRC Reactor Status
Provides daily operating status and power levels for US nuclear reactors from the Nuclear Regulatory Commission.
Custom One-shot
Fetch NRC Power Reactor Status reports for the last 365 days. Returns reactor unit names, dates, and power levels.
What you can ask Delphi
- “What was the operating power level of the Calvert Cliffs Nuclear Power Plant on October 26, 2023?”
- “Which nuclear reactors in the US have reported zero power output at any point in the last 7 days?”
- “Can you show me the daily power output for the Peach Bottom Atomic Power Station for the last 30 days?”
- “List all reactors that reported below 50% power generation yesterday.”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (1) ▾
nrc/get_reactor_status
Fetch NRC Power Reactor Status reports for the last 365 days. Returns reactor unit names, dates, and power levels.
Inputs ▾
nrc/get_reactor_status
| Name | Type | Required | Description |
|---|---|---|---|
| unit | string | no | Optional reactor unit name filter (case-insensitive contains), e.g. 'Braidwood 1'. |
| minPower | number | no | Optional minimum power level filter (inclusive). Reactors at or above this level are returned. |
| maxPower | number | no | Optional maximum power level filter (inclusive). Reactors at or below this level are returned. |
| date | string | no | Optional date filter in MM/DD/YYYY format, e.g. '03/09/2026'. |
| limit | number | no | Maximum number of records to return. Default 100. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |