Factset · Capability

FactSet SCIM API — Products

FactSet SCIM API — Products. 2 operations. Lead operation: Factset Get a list of products.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetProducts

What You Can Do

GET
Get — Factset Get a list of products.
/v1/products
GET
Get — Factset Get a product.
/v1/products/{id}

MCP Tools

factset-get-list-products

Factset Get a list of products.

read-only idempotent
factset-get-product

Factset Get a product.

read-only idempotent

Capability Spec

procure-to-pay-api-scim-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet SCIM API — Products
  description: 'FactSet SCIM API — Products. 2 operations. Lead operation: Factset Get a list of products.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Products
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: procure-to-pay-api-scim-products
    baseUri: https://api.factset.com/scim/v2
    description: FactSet SCIM API — Products business capability. Self-contained, no shared references.
    resources:
    - name: Products
      path: /Products
      operations:
      - name: get
        method: GET
        description: Factset Get a list of products.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Products-id
      path: /Products/{id}
      operations:
      - name: get
        method: GET
        description: Factset Get a product.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: procure-to-pay-api-scim-products-rest
    port: 8080
    description: REST adapter for FactSet SCIM API — Products. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/products
      name: products
      description: REST surface for Products.
      operations:
      - method: GET
        name: get
        description: Factset Get a list of products.
        call: procure-to-pay-api-scim-products.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/products/{id}
      name: products-id
      description: REST surface for Products-id.
      operations:
      - method: GET
        name: get
        description: Factset Get a product.
        call: procure-to-pay-api-scim-products.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: procure-to-pay-api-scim-products-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet SCIM API — Products. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-get-list-products
      description: Factset Get a list of products.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: procure-to-pay-api-scim-products.get
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-product
      description: Factset Get a product.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: procure-to-pay-api-scim-products.get
      outputParameters:
      - type: object
        mapping: $.