Deel · Capability

Endpoints — subpackage_serviceProviderConfig

Endpoints — subpackage_serviceProviderConfig. 1 operations. Lead operation: Get service provider config. Self-contained Naftiko capability covering one Deel business surface.

Run with Naftiko Deelsubpackage_serviceProviderConfig

What You Can Do

GET
Getserviceproviderconfig — Get service provider config
/v1/serviceproviderconfig

MCP Tools

get-service-provider-config

Get service provider config

read-only idempotent

Capability Spec

platform-endpoints-subpackage-serviceproviderconfig.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Endpoints — subpackage_serviceProviderConfig
  description: 'Endpoints — subpackage_serviceProviderConfig. 1 operations. Lead operation: Get service provider config. Self-contained
    Naftiko capability covering one Deel business surface.'
  tags:
  - Deel
  - subpackage_serviceProviderConfig
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEEL_API_KEY: DEEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-endpoints-subpackage-serviceproviderconfig
    baseUri: https://api.letsdeel.com/rest/v2
    description: Endpoints — subpackage_serviceProviderConfig business capability. Self-contained, no shared references.
    resources:
    - name: ServiceProviderConfig
      path: /ServiceProviderConfig
      operations:
      - name: getserviceproviderconfig
        method: GET
        description: Get service provider config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
    authentication:
      type: bearer
      token: '{{env.DEEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-endpoints-subpackage-serviceproviderconfig-rest
    port: 8080
    description: REST adapter for Endpoints — subpackage_serviceProviderConfig. 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: getserviceproviderconfig
        description: Get service provider config
        call: platform-endpoints-subpackage-serviceproviderconfig.getserviceproviderconfig
        with:
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-endpoints-subpackage-serviceproviderconfig-mcp
    port: 9090
    transport: http
    description: MCP adapter for Endpoints — subpackage_serviceProviderConfig. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-service-provider-config
      description: Get service provider config
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-endpoints-subpackage-serviceproviderconfig.getserviceproviderconfig
      with:
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.