OFAC Sanctions List Service API — Search

OFAC Sanctions List Service API — Search. 1 operations. Lead operation: Structured search of the sanctions lists. Self-contained Naftiko capability covering one Department Of The Treasury business surface.

Run with Naftiko Department Of The TreasurySearch

What You Can Do

POST
Searchsanctions — Structured search of the sanctions lists
/v1/search

MCP Tools

structured-search-sanctions-lists

Structured search of the sanctions lists

read-only

Capability Spec

ofac-sdn-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OFAC Sanctions List Service API — Search
  description: 'OFAC Sanctions List Service API — Search. 1 operations. Lead operation: Structured search of the sanctions
    lists. Self-contained Naftiko capability covering one Department Of The Treasury business surface.'
  tags:
  - Department Of The Treasury
  - Search
  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-search
    baseUri: https://sanctionslistservice.ofac.treas.gov/api
    description: OFAC Sanctions List Service API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: searchsanctions
        method: POST
        description: Structured search of the sanctions lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: ofac-sdn-search-rest
    port: 8080
    description: REST adapter for OFAC Sanctions List Service API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: POST
        name: searchsanctions
        description: Structured search of the sanctions lists
        call: ofac-sdn-search.searchsanctions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ofac-sdn-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for OFAC Sanctions List Service API — Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: structured-search-sanctions-lists
      description: Structured search of the sanctions lists
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: ofac-sdn-search.searchsanctions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.