Xcel Energy · Capability

Xcel Energy Smart Meter IEEE 2030.5 API — Registration

Xcel Energy Smart Meter IEEE 2030.5 API — Registration. 1 operations. Lead operation: Get EndDevice registration. Self-contained Naftiko capability covering one Xcel Energy business surface.

Run with Naftiko Xcel EnergyRegistration

What You Can Do

GET
Getregistration — Get EndDevice registration
/v1/edev/{edevid}/reg

MCP Tools

get-enddevice-registration

Get EndDevice registration

read-only idempotent

Capability Spec

smart-meter-registration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Xcel Energy Smart Meter IEEE 2030.5 API — Registration
  description: 'Xcel Energy Smart Meter IEEE 2030.5 API — Registration. 1 operations. Lead operation: Get EndDevice registration.
    Self-contained Naftiko capability covering one Xcel Energy business surface.'
  tags:
  - Xcel Energy
  - Registration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    XCEL_ENERGY_API_KEY: XCEL_ENERGY_API_KEY
capability:
  consumes:
  - type: http
    namespace: smart-meter-registration
    baseUri: https://{meterHost}
    description: Xcel Energy Smart Meter IEEE 2030.5 API — Registration business capability. Self-contained, no shared references.
    resources:
    - name: edev-edevId-reg
      path: /edev/{edevId}/reg
      operations:
      - name: getregistration
        method: GET
        description: Get EndDevice registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: smart-meter-registration-rest
    port: 8080
    description: REST adapter for Xcel Energy Smart Meter IEEE 2030.5 API — Registration. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edev/{edevid}/reg
      name: edev-edevid-reg
      description: REST surface for edev-edevId-reg.
      operations:
      - method: GET
        name: getregistration
        description: Get EndDevice registration
        call: smart-meter-registration.getregistration
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: smart-meter-registration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Xcel Energy Smart Meter IEEE 2030.5 API — Registration. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-enddevice-registration
      description: Get EndDevice registration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: smart-meter-registration.getregistration
      outputParameters:
      - type: object
        mapping: $.