Climatiq · Capability

Climatiq API — Procurement

Climatiq API — Procurement. 1 operations. Lead operation: Estimate spend-based procurement emissions. Self-contained Naftiko capability covering one Climatiq business surface.

Run with Naftiko ClimatiqProcurement

What You Can Do

POST
Estimateprocurementspend — Estimate spend-based procurement emissions
/v1/procurement/v1/spend

MCP Tools

estimate-spend-based-procurement-emissions

Estimate spend-based procurement emissions

Capability Spec

climatiq-procurement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Climatiq API — Procurement
  description: 'Climatiq API — Procurement. 1 operations. Lead operation: Estimate spend-based procurement emissions. Self-contained
    Naftiko capability covering one Climatiq business surface.'
  tags:
  - Climatiq
  - Procurement
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLIMATIQ_API_KEY: CLIMATIQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: climatiq-procurement
    baseUri: https://api.climatiq.io
    description: Climatiq API — Procurement business capability. Self-contained, no shared references.
    resources:
    - name: procurement-v1-spend
      path: /procurement/v1/spend
      operations:
      - name: estimateprocurementspend
        method: POST
        description: Estimate spend-based procurement 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-procurement-rest
    port: 8080
    description: REST adapter for Climatiq API — Procurement. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/procurement/v1/spend
      name: procurement-v1-spend
      description: REST surface for procurement-v1-spend.
      operations:
      - method: POST
        name: estimateprocurementspend
        description: Estimate spend-based procurement emissions
        call: climatiq-procurement.estimateprocurementspend
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: climatiq-procurement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Climatiq API — Procurement. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: estimate-spend-based-procurement-emissions
      description: Estimate spend-based procurement emissions
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: climatiq-procurement.estimateprocurementspend
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.