Streaming Services OpenAPI Specification — Allowance Transactions

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

Run with Naftiko EPAAllowance Transactions

What You Can Do

GET
Allowancetransactionscontrollerstreamallowancetransactions — allowanceTransactionsControllerstreamAllowanceTransactions
/v1/streaming-services/allowance-transactions

MCP Tools

allowancetransactionscontroller-streamallowancetransactions

allowancetransactionscontroller-streamallowancetransactions

read-only idempotent

Capability Spec

cam-streaming-allowance-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Streaming Services OpenAPI Specification — Allowance Transactions
  description: 'Allowance Transactions. 1 operations. Lead operation: operations. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Allowance Transactions
  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-transactions
      baseUri: https://api.epa.gov/easey
      description: Streaming Services OpenAPI Specification — Allowance Transactions 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-transactions
          path: /streaming-services/allowance-transactions
          operations:
            - name: allowanceTransactionsControllerstreamAllowanceTransactions
              method: GET
              description: allowanceTransactionsControllerstreamAllowanceTransactions
              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: programCodeInfo
                  in: query
                  type: array
                  required: false
                  description: Statutory or regulatory based options for tracking and reducing air pollution emissions.
                - 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: transactionBeginDate
                  in: query
                  type: string
                  required: true
                  description: Begin date for a given period of an account's allowance transaction history.
                - name: transactionEndDate
                  in: query
                  type: string
                  required: true
                  description: End date for a given period of an account's allowance transaction history.
                - name: transactionType
                  in: query
                  type: array
                  required: false
                  description: The type of allowance transaction (e.g. initial allocation, private transaction, etc.).
                - name: vintageYear
                  in: query
                  type: array
                  required: false
                  description: Year allowance becomes eligible for use in compliance.
                - 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-transactions-rest
      port: 8080
      description: REST adapter for Streaming Services OpenAPI Specification — Allowance Transactions. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/streaming-services/allowance-transactions
          name: streaming-services-allowance-transactions
          description: REST surface for allowanceTransactionsControllerstreamAllowanceTransactions.
          operations:
            - method: GET
              name: allowanceTransactionsControllerstreamAllowanceTransactions
              description: allowanceTransactionsControllerstreamAllowanceTransactions
              call: cam-streaming-allowance-transactions.allowanceTransactionsControllerstreamAllowanceTransactions
              with:
                accountType: rest.accountType
                accountNumber: rest.accountNumber
                facilityId: rest.facilityId
                stateCode: rest.stateCode
                programCodeInfo: rest.programCodeInfo
                ownerOperator: rest.ownerOperator
                transactionBeginDate: rest.transactionBeginDate
                transactionEndDate: rest.transactionEndDate
                transactionType: rest.transactionType
                vintageYear: rest.vintageYear
                exclude: rest.exclude
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: cam-streaming-allowance-transactions-mcp
      port: 9090
      transport: http
      description: MCP adapter for Streaming Services OpenAPI Specification — Allowance Transactions. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: allowancetransactionscontroller-streamallowancetransactions
          description: allowancetransactionscontroller-streamallowancetransactions
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: cam-streaming-allowance-transactions.allowanceTransactionsControllerstreamAllowanceTransactions
          with:
            accountType: tools.accountType
            accountNumber: tools.accountNumber
            facilityId: tools.facilityId
            stateCode: tools.stateCode
            programCodeInfo: tools.programCodeInfo
            ownerOperator: tools.ownerOperator
            transactionBeginDate: tools.transactionBeginDate
            transactionEndDate: tools.transactionEndDate
            transactionType: tools.transactionType
            vintageYear: tools.vintageYear
            exclude: tools.exclude
          outputParameters:
            - type: object
              mapping: $.