Temenos Transact · Capability

Temenos Transact Core Banking API — Products

Temenos Transact Core Banking API — Products. 1 operations. Lead operation: Temenos Transact List Products. Self-contained Naftiko capability covering one Temenos Transact business surface.

Run with Naftiko Temenos TransactProducts

What You Can Do

GET
Getproducts — Temenos Transact List Products
/v1/product/products

MCP Tools

temenos-transact-list-products

Temenos Transact List Products

read-only idempotent

Capability Spec

core-banking-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Transact Core Banking API — Products
  description: 'Temenos Transact Core Banking API — Products. 1 operations. Lead operation: Temenos Transact List Products.
    Self-contained Naftiko capability covering one Temenos Transact business surface.'
  tags:
  - Temenos Transact
  - Products
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_TRANSACT_API_KEY: TEMENOS_TRANSACT_API_KEY
capability:
  consumes:
  - type: http
    namespace: core-banking-products
    baseUri: https://api.temenos.com/api/v1.0.0
    description: Temenos Transact Core Banking API — Products business capability. Self-contained, no shared references.
    resources:
    - name: product-products
      path: /product/products
      operations:
      - name: getproducts
        method: GET
        description: Temenos Transact List Products
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: productGroup
          in: query
          type: string
          description: Filter by product group (e.g., ACCOUNTS, DEPOSITS, LOANS)
    authentication:
      type: bearer
      token: '{{env.TEMENOS_TRANSACT_API_KEY}}'
  exposes:
  - type: rest
    namespace: core-banking-products-rest
    port: 8080
    description: REST adapter for Temenos Transact Core Banking API — Products. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/product/products
      name: product-products
      description: REST surface for product-products.
      operations:
      - method: GET
        name: getproducts
        description: Temenos Transact List Products
        call: core-banking-products.getproducts
        with:
          productGroup: rest.productGroup
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: core-banking-products-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Transact Core Banking API — Products. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: temenos-transact-list-products
      description: Temenos Transact List Products
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: core-banking-products.getproducts
      with:
        productGroup: tools.productGroup
      outputParameters:
      - type: object
        mapping: $.