Trabex · Capability

Trabex Trade Compliance API — Screening

Trabex Trade Compliance API — Screening. 2 operations. Lead operation: Batch Screen Parties. Self-contained Naftiko capability covering one Trabex business surface.

Run with Naftiko TrabexScreening

What You Can Do

POST
Screenpartiesbatch — Batch Screen Parties
/v1/v1/screening/batch
POST
Screenparty — Screen Party
/v1/v1/screening/check

MCP Tools

batch-screen-parties

Batch Screen Parties

screen-party

Screen Party

Capability Spec

trade-compliance-screening.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Trabex Trade Compliance API — Screening
  description: 'Trabex Trade Compliance API — Screening. 2 operations. Lead operation: Batch Screen Parties. Self-contained
    Naftiko capability covering one Trabex business surface.'
  tags:
  - Trabex
  - Screening
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TRABEX_API_KEY: TRABEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: trade-compliance-screening
    baseUri: https://api.trabex.io
    description: Trabex Trade Compliance API — Screening business capability. Self-contained, no shared references.
    resources:
    - name: v1-screening-batch
      path: /v1/screening/batch
      operations:
      - name: screenpartiesbatch
        method: POST
        description: Batch Screen Parties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-screening-check
      path: /v1/screening/check
      operations:
      - name: screenparty
        method: POST
        description: Screen Party
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.TRABEX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: trade-compliance-screening-rest
    port: 8080
    description: REST adapter for Trabex Trade Compliance API — Screening. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/screening/batch
      name: v1-screening-batch
      description: REST surface for v1-screening-batch.
      operations:
      - method: POST
        name: screenpartiesbatch
        description: Batch Screen Parties
        call: trade-compliance-screening.screenpartiesbatch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/screening/check
      name: v1-screening-check
      description: REST surface for v1-screening-check.
      operations:
      - method: POST
        name: screenparty
        description: Screen Party
        call: trade-compliance-screening.screenparty
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trade-compliance-screening-mcp
    port: 9090
    transport: http
    description: MCP adapter for Trabex Trade Compliance API — Screening. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: batch-screen-parties
      description: Batch Screen Parties
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: trade-compliance-screening.screenpartiesbatch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: screen-party
      description: Screen Party
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: trade-compliance-screening.screenparty
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.