Deel · Capability

Endpoints — subpackage_costCalculator

Endpoints — subpackage_costCalculator. 1 operations. Lead operation: Calculate Employee Costs Globally. Self-contained Naftiko capability covering one Deel business surface.

Run with Naftiko Deelsubpackage_costCalculator

What You Can Do

POST
Getemploymentcost — Calculate Employee Costs Globally
/v1/eor/employment-cost

MCP Tools

calculate-employee-costs-globally

Calculate Employee Costs Globally

Capability Spec

platform-endpoints-subpackage-costcalculator.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Endpoints — subpackage_costCalculator
  description: 'Endpoints — subpackage_costCalculator. 1 operations. Lead operation: Calculate Employee Costs Globally. Self-contained
    Naftiko capability covering one Deel business surface.'
  tags:
  - Deel
  - subpackage_costCalculator
  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-costcalculator
    baseUri: https://api.letsdeel.com/rest/v2
    description: Endpoints — subpackage_costCalculator business capability. Self-contained, no shared references.
    resources:
    - name: eor-employment_cost
      path: /eor/employment_cost
      operations:
      - name: getemploymentcost
        method: POST
        description: Calculate Employee Costs Globally
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.DEEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-endpoints-subpackage-costcalculator-rest
    port: 8080
    description: REST adapter for Endpoints — subpackage_costCalculator. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/eor/employment-cost
      name: eor-employment-cost
      description: REST surface for eor-employment_cost.
      operations:
      - method: POST
        name: getemploymentcost
        description: Calculate Employee Costs Globally
        call: platform-endpoints-subpackage-costcalculator.getemploymentcost
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-endpoints-subpackage-costcalculator-mcp
    port: 9090
    transport: http
    description: MCP adapter for Endpoints — subpackage_costCalculator. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: calculate-employee-costs-globally
      description: Calculate Employee Costs Globally
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-endpoints-subpackage-costcalculator.getemploymentcost
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.