Xcel Energy · Capability

Xcel Energy Smart Meter IEEE 2030.5 API — SelfDevice

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

Run with Naftiko Xcel EnergySelfDevice

What You Can Do

GET
Getselfdevice — Get the SelfDevice resource
/v1/sdev

MCP Tools

get-selfdevice-resource

Get the SelfDevice resource

read-only idempotent

Capability Spec

smart-meter-selfdevice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Xcel Energy Smart Meter IEEE 2030.5 API — SelfDevice
  description: 'Xcel Energy Smart Meter IEEE 2030.5 API — SelfDevice. 1 operations. Lead operation: Get the SelfDevice resource.
    Self-contained Naftiko capability covering one Xcel Energy business surface.'
  tags:
  - Xcel Energy
  - SelfDevice
  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-selfdevice
    baseUri: https://{meterHost}
    description: Xcel Energy Smart Meter IEEE 2030.5 API — SelfDevice business capability. Self-contained, no shared references.
    resources:
    - name: sdev
      path: /sdev
      operations:
      - name: getselfdevice
        method: GET
        description: Get the SelfDevice resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: smart-meter-selfdevice-rest
    port: 8080
    description: REST adapter for Xcel Energy Smart Meter IEEE 2030.5 API — SelfDevice. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sdev
      name: sdev
      description: REST surface for sdev.
      operations:
      - method: GET
        name: getselfdevice
        description: Get the SelfDevice resource
        call: smart-meter-selfdevice.getselfdevice
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: smart-meter-selfdevice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Xcel Energy Smart Meter IEEE 2030.5 API — SelfDevice. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-selfdevice-resource
      description: Get the SelfDevice resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: smart-meter-selfdevice.getselfdevice
      outputParameters:
      - type: object
        mapping: $.