Bunq · Capability

Bunq user/{userID}/registry — User

Bunq user/{userID}/registry — User. 3 operations. Lead operation: User. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqUser

What You Can Do

POST
Createregistrysettlementforuserregistry — Create a new Slice group settlement.
/v1/user/{userid}/registry/{registryid}/registry-settlement
GET
Listallregistrysettlementforuserregistry — Get a listing of all Slice group settlements.
/v1/user/{userid}/registry/{registryid}/registry-settlement
GET
Readregistrysettlementforuserregistry — Get a specific Slice group settlement.
/v1/user/{userid}/registry/{registryid}/registry-settlement/{itemid}

MCP Tools

create-new-slice-group-settlement

Create a new Slice group settlement.

get-listing-all-slice-group

Get a listing of all Slice group settlements.

read-only idempotent
get-specific-slice-group-settlement

Get a specific Slice group settlement.

read-only idempotent

Capability Spec

user-userid-registry-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user/{userID}/registry — User
  description: 'Bunq user/{userID}/registry — User. 3 operations. Lead operation: User. Self-contained Naftiko capability
    covering one Bunq business surface.'
  tags:
  - Bunq
  - User
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-userid-registry-user
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user/{userID}/registry — User business capability. Self-contained, no shared references.
    resources:
    - name: user-userID-registry-registryID-registry-settlement
      path: /user/{userID}/registry/{registryID}/registry-settlement
      operations:
      - name: createregistrysettlementforuserregistry
        method: POST
        description: Create a new Slice group settlement.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: registryID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallregistrysettlementforuserregistry
        method: GET
        description: Get a listing of all Slice group settlements.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: registryID
          in: path
          type: integer
          required: true
    - name: user-userID-registry-registryID-registry-settlement-itemId
      path: /user/{userID}/registry/{registryID}/registry-settlement/{itemId}
      operations:
      - name: readregistrysettlementforuserregistry
        method: GET
        description: Get a specific Slice group settlement.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: registryID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: user-userid-registry-user-rest
    port: 8080
    description: REST adapter for Bunq user/{userID}/registry — User. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/user/{userid}/registry/{registryid}/registry-settlement
      name: user-userid-registry-registryid-registry-settlement
      description: REST surface for user-userID-registry-registryID-registry-settlement.
      operations:
      - method: POST
        name: createregistrysettlementforuserregistry
        description: Create a new Slice group settlement.
        call: user-userid-registry-user.createregistrysettlementforuserregistry
        with:
          userID: rest.userID
          registryID: rest.registryID
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listallregistrysettlementforuserregistry
        description: Get a listing of all Slice group settlements.
        call: user-userid-registry-user.listallregistrysettlementforuserregistry
        with:
          userID: rest.userID
          registryID: rest.registryID
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/{userid}/registry/{registryid}/registry-settlement/{itemid}
      name: user-userid-registry-registryid-registry-settlement-itemid
      description: REST surface for user-userID-registry-registryID-registry-settlement-itemId.
      operations:
      - method: GET
        name: readregistrysettlementforuserregistry
        description: Get a specific Slice group settlement.
        call: user-userid-registry-user.readregistrysettlementforuserregistry
        with:
          userID: rest.userID
          registryID: rest.registryID
          itemId: rest.itemId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-userid-registry-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bunq user/{userID}/registry — User. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-new-slice-group-settlement
      description: Create a new Slice group settlement.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: user-userid-registry-user.createregistrysettlementforuserregistry
      with:
        userID: tools.userID
        registryID: tools.registryID
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-listing-all-slice-group
      description: Get a listing of all Slice group settlements.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-userid-registry-user.listallregistrysettlementforuserregistry
      with:
        userID: tools.userID
        registryID: tools.registryID
      outputParameters:
      - type: object
        mapping: $.
    - name: get-specific-slice-group-settlement
      description: Get a specific Slice group settlement.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-userid-registry-user.readregistrysettlementforuserregistry
      with:
        userID: tools.userID
        registryID: tools.registryID
        itemId: tools.itemId
      outputParameters:
      - type: object
        mapping: $.