Streaming Services OpenAPI Specification — Allowance Holdings

Allowance Holdings. 1 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPAAllowance Holdings

What You Can Do

GET
Allowanceholdingscontrollerstreamallowanceholdings — allowanceHoldingsControllerstreamAllowanceHoldings
/v1/streaming-services/allowance-holdings

MCP Tools

allowanceholdingscontroller-streamallowanceholdings

allowanceholdingscontroller-streamallowanceholdings

read-only idempotent

Capability Spec

cam-streaming-allowance-holdings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Streaming Services OpenAPI Specification — Allowance Holdings
  description: 'Allowance Holdings. 1 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Allowance Holdings
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys:
      EPA_APIKEY_KEY: EPA_APIKEY_KEY
capability:
  consumes:
    - type: http
      namespace: cam-streaming-allowance-holdings
      baseUri: https://api.epa.gov/easey
      description: Streaming Services OpenAPI Specification — Allowance Holdings business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: x-api-key
        value: '{{env.EPA_APIKEY_KEY}}'
        placement: header
      resources:
        - name: streaming-services-allowance-holdings
          path: /streaming-services/allowance-holdings
          operations:
            - name: allowanceHoldingsControllerstreamAllowanceHoldings
              method: GET
              description: allowanceHoldingsControllerstreamAllowanceHoldings
              inputParameters:
                - name: accountType
                  in: query
                  type: array
                  required: false
                  description: Type of allowance account (Facility, General, etc.).
                - name: accountNumber
                  in: query
                  type: array
                  required: false
                  description: The unique identification number of an account.
                - name: facilityId
                  in: query
                  type: array
                  required: false
                  description: The Facility ID code assigned by the Department of Energy's Energy Information Administration. The Energy Information Administration Plant ID code is also referred to as the "ORIS code", "ORISPL code"
                - name: stateCode
                  in: query
                  type: array
                  required: false
                  description: Two letter abbreviation for the State.
                - name: vintageYear
                  in: query
                  type: array
                  required: false
                  description: Year allowance becomes eligible for use in compliance.
                - name: ownerOperator
                  in: query
                  type: array
                  required: false
                  description: The name of any company that owns an allowance account or an affected unit.The name of any company that operates an affected unit.
                - name: programCodeInfo
                  in: query
                  type: array
                  required: false
                  description: Statutory or regulatory based options for tracking and reducing air pollution emissions.
                - name: exclude
                  in: query
                  type: array
                  required: false
                  description: Selected items will be excluded from the response
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: cam-streaming-allowance-holdings-rest
      port: 8080
      description: REST adapter for Streaming Services OpenAPI Specification — Allowance Holdings. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/streaming-services/allowance-holdings
          name: streaming-services-allowance-holdings
          description: REST surface for allowanceHoldingsControllerstreamAllowanceHoldings.
          operations:
            - method: GET
              name: allowanceHoldingsControllerstreamAllowanceHoldings
              description: allowanceHoldingsControllerstreamAllowanceHoldings
              call: cam-streaming-allowance-holdings.allowanceHoldingsControllerstreamAllowanceHoldings
              with:
                accountType: rest.accountType
                accountNumber: rest.accountNumber
                facilityId: rest.facilityId
                stateCode: rest.stateCode
                vintageYear: rest.vintageYear
                ownerOperator: rest.ownerOperator
                programCodeInfo: rest.programCodeInfo
                exclude: rest.exclude
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-streaming-allowance-holdings-mcp
      port: 9090
      transport: http
      description: MCP adapter for Streaming Services OpenAPI Specification — Allowance Holdings. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: allowanceholdingscontroller-streamallowanceholdings
          description: allowanceholdingscontroller-streamallowanceholdings
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-streaming-allowance-holdings.allowanceHoldingsControllerstreamAllowanceHoldings
          with:
            accountType: tools.accountType
            accountNumber: tools.accountNumber
            facilityId: tools.facilityId
            stateCode: tools.stateCode
            vintageYear: tools.vintageYear
            ownerOperator: tools.ownerOperator
            programCodeInfo: tools.programCodeInfo
            exclude: tools.exclude
          outputParameters:
            - type: object
              mapping: $.