U.S. Energy Information Administration Open Data API — Nuclear

U.S. Energy Information Administration Open Data API — Nuclear. 1 operations. Lead operation: List nuclear outage child routes. Self-contained Naftiko capability covering one Energy Information Administration business surface.

Run with Naftiko Energy Information AdministrationNuclear

What You Can Do

GET
Getnuclearoutagesroutes — List nuclear outage child routes
/v1/nuclear-outages

MCP Tools

list-nuclear-outage-child-routes

List nuclear outage child routes

read-only idempotent

Capability Spec

open-data-nuclear.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: U.S. Energy Information Administration Open Data API — Nuclear
  description: 'U.S. Energy Information Administration Open Data API — Nuclear. 1 operations. Lead operation: List nuclear
    outage child routes. Self-contained Naftiko capability covering one Energy Information Administration business surface.'
  tags:
  - Energy Information Administration
  - Nuclear
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENERGY_INFORMATION_ADMINISTRATION_API_KEY: ENERGY_INFORMATION_ADMINISTRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: open-data-nuclear
    baseUri: https://api.eia.gov/v2
    description: U.S. Energy Information Administration Open Data API — Nuclear business capability. Self-contained, no shared
      references.
    resources:
    - name: nuclear-outages
      path: /nuclear-outages
      operations:
      - name: getnuclearoutagesroutes
        method: GET
        description: List nuclear outage child routes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.ENERGY_INFORMATION_ADMINISTRATION_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: open-data-nuclear-rest
    port: 8080
    description: REST adapter for U.S. Energy Information Administration Open Data API — Nuclear. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/nuclear-outages
      name: nuclear-outages
      description: REST surface for nuclear-outages.
      operations:
      - method: GET
        name: getnuclearoutagesroutes
        description: List nuclear outage child routes
        call: open-data-nuclear.getnuclearoutagesroutes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-data-nuclear-mcp
    port: 9090
    transport: http
    description: MCP adapter for U.S. Energy Information Administration Open Data API — Nuclear. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-nuclear-outage-child-routes
      description: List nuclear outage child routes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-data-nuclear.getnuclearoutagesroutes
      outputParameters:
      - type: object
        mapping: $.