1NCE · Capability

1NCE Product Information — Products

1NCE Product Information — Products. 1 operations. Lead operation: Get All Products. Self-contained Naftiko capability covering one 1NCE business surface.

1NCE Product Information — Products is a Naftiko capability published by 1NCE, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/v1/products.

The capability includes 1 read-only operation. Lead operation: Get All Products. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include 1NCE, Products, and Catalog.

Run with Naftiko 1NCEProductsCatalog

What You Can Do

GET
Get products — Get All Products
/v1/v1/products

MCP Tools

1nce-get-products

Get All Products

read-only idempotent

Capability Spec

product-information-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "1NCE Product Information \u2014 Products"
  description: "1NCE Product Information \u2014 Products. 1 operations. Lead operation: Get All Products. Self-contained Naftiko\
    \ capability covering one 1NCE business surface."
  tags:
    - 1NCE
    - Products
    - Catalog
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      ONE_NCE_ACCESS_TOKEN: ONE_NCE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: product-information-products
      baseUri: https://api.1nce.com/management-api
      description: "1NCE Product Information \u2014 Products business capability. Self-contained, no shared references."
      resources:
        - name: v1-products
          path: /v1/products
          operations:
            - name: get-products
              method: GET
              description: Get All Products
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
      authentication:
        type: bearer
        token: '{{env.ONE_NCE_ACCESS_TOKEN}}'
  exposes:
    - type: rest
      namespace: product-information-products-rest
      port: 8080
      description: "REST adapter for 1NCE Product Information \u2014 Products. One Spectral-compliant resource per consumed\
        \ operation, prefixed with /v1."
      resources:
        - path: /v1/v1/products
          name: v1-products
          description: REST surface for v1-products.
          operations:
            - method: GET
              name: get-products
              description: Get All Products
              call: product-information-products.get-products
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: product-information-products-mcp
      port: 9090
      transport: http
      description: "MCP adapter for 1NCE Product Information \u2014 Products. One tool per consumed operation, routed inline\
        \ through this capability consumes block."
      tools:
        - name: 1nce-get-products
          description: Get All Products
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: product-information-products.get-products
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.