Factset · Capability

FactSet Procure to Pay SCIM — Providers

FactSet Procure to Pay SCIM — Providers. 1 operations. Lead operation: Factset Get Server Configuration.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetProviders

What You Can Do

GET
Get — Factset Get Server Configuration.
/v1/serviceproviderconfig

MCP Tools

factset-get-server-configuration

Factset Get Server Configuration.

read-only idempotent

Capability Spec

procure-to-pay-scim-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Procure to Pay SCIM — Providers
  description: 'FactSet Procure to Pay SCIM — Providers. 1 operations. Lead operation: Factset Get Server Configuration..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Providers
  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-scim-providers
    baseUri: https://api.factset.com/scim/v2
    description: FactSet Procure to Pay SCIM — Providers business capability. Self-contained, no shared references.
    resources:
    - name: ServiceProviderConfig
      path: /ServiceProviderConfig
      operations:
      - name: get
        method: GET
        description: Factset Get Server Configuration.
        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-scim-providers-rest
    port: 8080
    description: REST adapter for FactSet Procure to Pay SCIM — Providers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/serviceproviderconfig
      name: serviceproviderconfig
      description: REST surface for ServiceProviderConfig.
      operations:
      - method: GET
        name: get
        description: Factset Get Server Configuration.
        call: procure-to-pay-scim-providers.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: procure-to-pay-scim-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Procure to Pay SCIM — Providers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-server-configuration
      description: Factset Get Server Configuration.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: procure-to-pay-scim-providers.get
      outputParameters:
      - type: object
        mapping: $.