Bloomberg APIs · Capability

Bloomberg API (BLPAPI) — instruments

Bloomberg API (BLPAPI) — instruments. 3 operations. Lead operation: Look up Bloomberg yield curves. Self-contained Naftiko capability covering one Bloomberg Apis business surface.

Run with Naftiko Bloomberg Apisinstruments

What You Can Do

POST
Curvelookuprequest — Look up Bloomberg yield curves
/v1/instruments/curvelookuprequest
POST
Govtlookuprequest — Look up government securities
/v1/instruments/govtlookuprequest
POST
Securitylookuprequest — Look up securities by free-text query
/v1/instruments/securitylookuprequest

MCP Tools

look-up-bloomberg-yield-curves

Look up Bloomberg yield curves

look-up-government-securities

Look up government securities

look-up-securities-free-text

Look up securities by free-text query

read-only

Capability Spec

bloomberg-blpapi-instruments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg API (BLPAPI) — instruments
  description: 'Bloomberg API (BLPAPI) — instruments. 3 operations. Lead operation: Look up Bloomberg yield curves. Self-contained
    Naftiko capability covering one Bloomberg Apis business surface.'
  tags:
  - Bloomberg Apis
  - instruments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_APIS_API_KEY: BLOOMBERG_APIS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bloomberg-blpapi-instruments
    baseUri: ''
    description: Bloomberg API (BLPAPI) — instruments business capability. Self-contained, no shared references.
    resources:
    - name: instruments-CurveLookupRequest
      path: /instruments/CurveLookupRequest
      operations:
      - name: curvelookuprequest
        method: POST
        description: Look up Bloomberg yield curves
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: instruments-GovtLookupRequest
      path: /instruments/GovtLookupRequest
      operations:
      - name: govtlookuprequest
        method: POST
        description: Look up government securities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: instruments-SecurityLookupRequest
      path: /instruments/SecurityLookupRequest
      operations:
      - name: securitylookuprequest
        method: POST
        description: Look up securities by free-text query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.BLOOMBERG_APIS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bloomberg-blpapi-instruments-rest
    port: 8080
    description: REST adapter for Bloomberg API (BLPAPI) — instruments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instruments/curvelookuprequest
      name: instruments-curvelookuprequest
      description: REST surface for instruments-CurveLookupRequest.
      operations:
      - method: POST
        name: curvelookuprequest
        description: Look up Bloomberg yield curves
        call: bloomberg-blpapi-instruments.curvelookuprequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instruments/govtlookuprequest
      name: instruments-govtlookuprequest
      description: REST surface for instruments-GovtLookupRequest.
      operations:
      - method: POST
        name: govtlookuprequest
        description: Look up government securities
        call: bloomberg-blpapi-instruments.govtlookuprequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instruments/securitylookuprequest
      name: instruments-securitylookuprequest
      description: REST surface for instruments-SecurityLookupRequest.
      operations:
      - method: POST
        name: securitylookuprequest
        description: Look up securities by free-text query
        call: bloomberg-blpapi-instruments.securitylookuprequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-blpapi-instruments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg API (BLPAPI) — instruments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: look-up-bloomberg-yield-curves
      description: Look up Bloomberg yield curves
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-blpapi-instruments.curvelookuprequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: look-up-government-securities
      description: Look up government securities
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-blpapi-instruments.govtlookuprequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: look-up-securities-free-text
      description: Look up securities by free-text query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: bloomberg-blpapi-instruments.securitylookuprequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.