Climatiq · Capability

Climatiq API — CBAM

Climatiq API — CBAM. 1 operations. Lead operation: Estimate CBAM embedded emissions. Self-contained Naftiko capability covering one Climatiq business surface.

Run with Naftiko ClimatiqCBAM

What You Can Do

POST
Estimatecbam — Estimate CBAM embedded emissions
/v1/cbam/v1

MCP Tools

estimate-cbam-embedded-emissions

Estimate CBAM embedded emissions

Capability Spec

climatiq-cbam.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Climatiq API — CBAM
  description: 'Climatiq API — CBAM. 1 operations. Lead operation: Estimate CBAM embedded emissions. Self-contained Naftiko
    capability covering one Climatiq business surface.'
  tags:
  - Climatiq
  - CBAM
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLIMATIQ_API_KEY: CLIMATIQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: climatiq-cbam
    baseUri: https://api.climatiq.io
    description: Climatiq API — CBAM business capability. Self-contained, no shared references.
    resources:
    - name: cbam-v1
      path: /cbam/v1
      operations:
      - name: estimatecbam
        method: POST
        description: Estimate CBAM embedded emissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.CLIMATIQ_API_KEY}}'
  exposes:
  - type: rest
    namespace: climatiq-cbam-rest
    port: 8080
    description: REST adapter for Climatiq API — CBAM. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/cbam/v1
      name: cbam-v1
      description: REST surface for cbam-v1.
      operations:
      - method: POST
        name: estimatecbam
        description: Estimate CBAM embedded emissions
        call: climatiq-cbam.estimatecbam
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: climatiq-cbam-mcp
    port: 9090
    transport: http
    description: MCP adapter for Climatiq API — CBAM. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: estimate-cbam-embedded-emissions
      description: Estimate CBAM embedded emissions
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: climatiq-cbam.estimatecbam
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.