International Trade Administration Data Services API — Consolidated Screening List

International Trade Administration Data Services API — Consolidated Screening List. 2 operations. Lead operation: Search the Consolidated Screening List. Self-contained Naftiko capability covering one International Trade Administration business surface.

Run with Naftiko International Trade AdministrationConsolidated Screening List

What You Can Do

GET
Searchconsolidatedscreeninglist — Search the Consolidated Screening List
/v1/consolidated-screening-list/v1/search
GET
Listscreeningsources — List screening list sources
/v1/consolidated-screening-list/v1/sources

MCP Tools

search-consolidated-screening-list

Search the Consolidated Screening List

read-only idempotent
list-screening-list-sources

List screening list sources

read-only idempotent

Capability Spec

international-trade-administration-consolidated-screening-list.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: International Trade Administration Data Services API — Consolidated Screening List
  description: 'International Trade Administration Data Services API — Consolidated Screening List. 2 operations. Lead operation:
    Search the Consolidated Screening List. Self-contained Naftiko capability covering one International Trade Administration
    business surface.'
  tags:
  - International Trade Administration
  - Consolidated Screening List
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTERNATIONAL_TRADE_ADMINISTRATION_API_KEY: INTERNATIONAL_TRADE_ADMINISTRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: international-trade-administration-consolidated-screening-list
    baseUri: https://data.trade.gov
    description: International Trade Administration Data Services API — Consolidated Screening List business capability. Self-contained,
      no shared references.
    resources:
    - name: consolidated_screening_list-v1-search
      path: /consolidated_screening_list/v1/search
      operations:
      - name: searchconsolidatedscreeninglist
        method: GET
        description: Search the Consolidated Screening List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Name of the entity or individual to screen.
        - name: fuzzy_name
          in: query
          type: string
          description: Enable fuzzy name matching.
        - name: sources
          in: query
          type: string
          description: Comma-separated list of source lists to query.
        - name: countries
          in: query
          type: string
          description: Comma-separated ISO country codes to filter results.
        - name: type
          in: query
          type: string
          description: Filter by type (Entity, Individual, Vessel, Aircraft).
        - name: size
          in: query
          type: integer
          description: Number of results per page (max 100).
        - name: offset
          in: query
          type: integer
          description: Pagination offset.
    - name: consolidated_screening_list-v1-sources
      path: /consolidated_screening_list/v1/sources
      operations:
      - name: listscreeningsources
        method: GET
        description: List screening list sources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: subscription-key
      value: '{{env.INTERNATIONAL_TRADE_ADMINISTRATION_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: international-trade-administration-consolidated-screening-list-rest
    port: 8080
    description: REST adapter for International Trade Administration Data Services API — Consolidated Screening List. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/consolidated-screening-list/v1/search
      name: consolidated-screening-list-v1-search
      description: REST surface for consolidated_screening_list-v1-search.
      operations:
      - method: GET
        name: searchconsolidatedscreeninglist
        description: Search the Consolidated Screening List
        call: international-trade-administration-consolidated-screening-list.searchconsolidatedscreeninglist
        with:
          name: rest.name
          fuzzy_name: rest.fuzzy_name
          sources: rest.sources
          countries: rest.countries
          type: rest.type
          size: rest.size
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/consolidated-screening-list/v1/sources
      name: consolidated-screening-list-v1-sources
      description: REST surface for consolidated_screening_list-v1-sources.
      operations:
      - method: GET
        name: listscreeningsources
        description: List screening list sources
        call: international-trade-administration-consolidated-screening-list.listscreeningsources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: international-trade-administration-consolidated-screening-list-mcp
    port: 9090
    transport: http
    description: MCP adapter for International Trade Administration Data Services API — Consolidated Screening List. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: search-consolidated-screening-list
      description: Search the Consolidated Screening List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: international-trade-administration-consolidated-screening-list.searchconsolidatedscreeninglist
      with:
        name: tools.name
        fuzzy_name: tools.fuzzy_name
        sources: tools.sources
        countries: tools.countries
        type: tools.type
        size: tools.size
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.
    - name: list-screening-list-sources
      description: List screening list sources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: international-trade-administration-consolidated-screening-list.listscreeningsources
      outputParameters:
      - type: object
        mapping: $.