Murex · Capability

Murex MX.3 Position API — Accounting

Murex MX.3 Position API — Accounting. 1 operations. Lead operation: Murex List accounting entries. Self-contained Naftiko capability covering one Murex business surface.

Run with Naftiko MurexAccounting

What You Can Do

GET
Listaccountingentries — Murex List accounting entries
/v1/accounting/entries

MCP Tools

murex-list-accounting-entries

Murex List accounting entries

read-only idempotent

Capability Spec

position-accounting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Murex MX.3 Position API — Accounting
  description: 'Murex MX.3 Position API — Accounting. 1 operations. Lead operation: Murex List accounting entries. Self-contained
    Naftiko capability covering one Murex business surface.'
  tags:
  - Murex
  - Accounting
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MUREX_API_KEY: MUREX_API_KEY
capability:
  consumes:
  - type: http
    namespace: position-accounting
    baseUri: https://api.murex.com/v1/position
    description: Murex MX.3 Position API — Accounting business capability. Self-contained, no shared references.
    resources:
    - name: accounting-entries
      path: /accounting/entries
      operations:
      - name: listaccountingentries
        method: GET
        description: Murex List accounting entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fromDate
          in: query
          type: string
          description: Start date
        - name: toDate
          in: query
          type: string
          description: End date
        - name: eventType
          in: query
          type: string
          description: Filter by accounting event type
    authentication:
      type: bearer
      token: '{{env.MUREX_API_KEY}}'
  exposes:
  - type: rest
    namespace: position-accounting-rest
    port: 8080
    description: REST adapter for Murex MX.3 Position API — Accounting. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/accounting/entries
      name: accounting-entries
      description: REST surface for accounting-entries.
      operations:
      - method: GET
        name: listaccountingentries
        description: Murex List accounting entries
        call: position-accounting.listaccountingentries
        with:
          fromDate: rest.fromDate
          toDate: rest.toDate
          eventType: rest.eventType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: position-accounting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Murex MX.3 Position API — Accounting. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: murex-list-accounting-entries
      description: Murex List accounting entries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: position-accounting.listaccountingentries
      with:
        fromDate: tools.fromDate
        toDate: tools.toDate
        eventType: tools.eventType
      outputParameters:
      - type: object
        mapping: $.