Xcel Energy · Capability

Xcel Energy Smart Meter IEEE 2030.5 API — DeviceCapability

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

Run with Naftiko Xcel EnergyDeviceCapability

What You Can Do

GET
Getdevicecapability — Get the device capability index
/v1/dcap

MCP Tools

get-device-capability-index

Get the device capability index

read-only idempotent

Capability Spec

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