Bunq · Capability

Bunq user/{userID}/transferwise-user — User

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

Run with Naftiko BunqUser

What You Can Do

POST
Createtransferwiseuserforuser — Used to manage Transferwise users.
/v1/user/{userid}/transferwise-user
GET
Listalltransferwiseuserforuser — Used to manage Transferwise users.
/v1/user/{userid}/transferwise-user

MCP Tools

used-manage-transferwise-users

Used to manage Transferwise users.

used-manage-transferwise-users-2

Used to manage Transferwise users.

read-only idempotent

Capability Spec

user-userid-transferwise-user-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user/{userID}/transferwise-user — User
  description: 'Bunq user/{userID}/transferwise-user — User. 2 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-transferwise-user-user
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user/{userID}/transferwise-user — User business capability. Self-contained, no shared references.
    resources:
    - name: user-userID-transferwise-user
      path: /user/{userID}/transferwise-user
      operations:
      - name: createtransferwiseuserforuser
        method: POST
        description: Used to manage Transferwise users.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listalltransferwiseuserforuser
        method: GET
        description: Used to manage Transferwise users.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: user-userid-transferwise-user-user-rest
    port: 8080
    description: REST adapter for Bunq user/{userID}/transferwise-user — User. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/user/{userid}/transferwise-user
      name: user-userid-transferwise-user
      description: REST surface for user-userID-transferwise-user.
      operations:
      - method: POST
        name: createtransferwiseuserforuser
        description: Used to manage Transferwise users.
        call: user-userid-transferwise-user-user.createtransferwiseuserforuser
        with:
          userID: rest.userID
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listalltransferwiseuserforuser
        description: Used to manage Transferwise users.
        call: user-userid-transferwise-user-user.listalltransferwiseuserforuser
        with:
          userID: rest.userID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-userid-transferwise-user-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bunq user/{userID}/transferwise-user — User. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: used-manage-transferwise-users
      description: Used to manage Transferwise users.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: user-userid-transferwise-user-user.createtransferwiseuserforuser
      with:
        userID: tools.userID
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: used-manage-transferwise-users-2
      description: Used to manage Transferwise users.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-userid-transferwise-user-user.listalltransferwiseuserforuser
      with:
        userID: tools.userID
      outputParameters:
      - type: object
        mapping: $.