Murex · Capability

Murex MX.3 Market Data API — Reference Data

Murex MX.3 Market Data API — Reference Data. 2 operations. Lead operation: Murex List market calendars. Self-contained Naftiko capability covering one Murex business surface.

Run with Naftiko MurexReference Data

What You Can Do

GET
Listcalendars — Murex List market calendars
/v1/reference/calendars
GET
Listcurrencies — Murex List currencies
/v1/reference/currencies

MCP Tools

murex-list-market-calendars

Murex List market calendars

read-only idempotent
murex-list-currencies

Murex List currencies

read-only idempotent

Capability Spec

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