Kong · Capability

Konnect API - Go SDK — Catalog Integrations

Konnect API - Go SDK — Catalog Integrations. 1 operations. Lead operation: List Integrations. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongCatalog Integrations

What You Can Do

GET
Listcatalogintegrations — List Integrations
/v1/v1/integrations

MCP Tools

list-integrations

List Integrations

read-only idempotent

Capability Spec

konnect-platform-catalog-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Catalog Integrations
  description: 'Konnect API - Go SDK — Catalog Integrations. 1 operations. Lead operation: List Integrations. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Catalog Integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KONG_API_KEY: KONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: konnect-platform-catalog-integrations
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Catalog Integrations business capability. Self-contained, no shared references.
    resources:
    - name: v1-integrations
      path: /v1/integrations
      operations:
      - name: listcatalogintegrations
        method: GET
        description: List Integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-catalog-integrations-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Catalog Integrations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/integrations
      name: v1-integrations
      description: REST surface for v1-integrations.
      operations:
      - method: GET
        name: listcatalogintegrations
        description: List Integrations
        call: konnect-platform-catalog-integrations.listcatalogintegrations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-catalog-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Catalog Integrations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-integrations
      description: List Integrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-catalog-integrations.listcatalogintegrations
      outputParameters:
      - type: object
        mapping: $.