Xcel Energy · Capability

Xcel Energy Smart Meter IEEE 2030.5 API — Configuration

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

Run with Naftiko Xcel EnergyConfiguration

What You Can Do

GET
Getconfiguration — Get device Configuration
/v1/edev/{edevid}/cfg

MCP Tools

get-device-configuration

Get device Configuration

read-only idempotent

Capability Spec

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