OFAC Sanctions List Service API — Sanctions Lists

OFAC Sanctions List Service API — Sanctions Lists. 2 operations. Lead operation: Download the Consolidated Sanctions List. Self-contained Naftiko capability covering one Department Of The Treasury business surface.

Run with Naftiko Department Of The TreasurySanctions Lists

What You Can Do

GET
Getconsolidatedlist — Download the Consolidated Sanctions List
/v1/lists/consolidated
GET
Getsdnlist — Download the Specially Designated Nationals (SDN) List
/v1/lists/sdn

MCP Tools

download-consolidated-sanctions-list

Download the Consolidated Sanctions List

read-only idempotent
download-specially-designated-nationals-sdn

Download the Specially Designated Nationals (SDN) List

read-only idempotent

Capability Spec

ofac-sdn-sanctions-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OFAC Sanctions List Service API — Sanctions Lists
  description: 'OFAC Sanctions List Service API — Sanctions Lists. 2 operations. Lead operation: Download the Consolidated
    Sanctions List. Self-contained Naftiko capability covering one Department Of The Treasury business surface.'
  tags:
  - Department Of The Treasury
  - Sanctions Lists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEPARTMENT_OF_THE_TREASURY_API_KEY: DEPARTMENT_OF_THE_TREASURY_API_KEY
capability:
  consumes:
  - type: http
    namespace: ofac-sdn-sanctions-lists
    baseUri: https://sanctionslistservice.ofac.treas.gov/api
    description: OFAC Sanctions List Service API — Sanctions Lists business capability. Self-contained, no shared references.
    resources:
    - name: lists-consolidated
      path: /lists/consolidated
      operations:
      - name: getconsolidatedlist
        method: GET
        description: Download the Consolidated Sanctions List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: query
          type: string
    - name: lists-sdn
      path: /lists/sdn
      operations:
      - name: getsdnlist
        method: GET
        description: Download the Specially Designated Nationals (SDN) List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: query
          type: string
  exposes:
  - type: rest
    namespace: ofac-sdn-sanctions-lists-rest
    port: 8080
    description: REST adapter for OFAC Sanctions List Service API — Sanctions Lists. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/lists/consolidated
      name: lists-consolidated
      description: REST surface for lists-consolidated.
      operations:
      - method: GET
        name: getconsolidatedlist
        description: Download the Consolidated Sanctions List
        call: ofac-sdn-sanctions-lists.getconsolidatedlist
        with:
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lists/sdn
      name: lists-sdn
      description: REST surface for lists-sdn.
      operations:
      - method: GET
        name: getsdnlist
        description: Download the Specially Designated Nationals (SDN) List
        call: ofac-sdn-sanctions-lists.getsdnlist
        with:
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ofac-sdn-sanctions-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for OFAC Sanctions List Service API — Sanctions Lists. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: download-consolidated-sanctions-list
      description: Download the Consolidated Sanctions List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ofac-sdn-sanctions-lists.getconsolidatedlist
      with:
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.
    - name: download-specially-designated-nationals-sdn
      description: Download the Specially Designated Nationals (SDN) List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ofac-sdn-sanctions-lists.getsdnlist
      with:
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.