Bloomberg · Capability

Bloomberg BLPAPI Core — Subscriptions

Bloomberg BLPAPI Core — Subscriptions. 3 operations. Lead operation: Subscribe to Interval-based Real-time Bars.. Self-contained Naftiko capability covering one Bloomberg business surface.

Run with Naftiko BloombergSubscriptions

What You Can Do

POST
Subscribemarketbar — Subscribe to Interval-based Real-time Bars.
/v1/mktbar/subscribe
POST
Subscribemarketdata — Subscribe to Streaming Real-time Market Data for a List of Topics.
/v1/mktdata/subscribe
POST
Subscribemarketvwap — Subscribe to a Custom Vwap Stream With Override Field/value Pairings.
/v1/mktvwap/subscribe

MCP Tools

subscribe-interval-based-real-time

Subscribe to Interval-based Real-time Bars.

subscribe-streaming-real-time-market

Subscribe to Streaming Real-time Market Data for a List of Topics.

read-only
subscribe-custom-vwap-stream-override

Subscribe to a Custom Vwap Stream With Override Field/value Pairings.

Capability Spec

blpapi-core-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg BLPAPI Core — Subscriptions
  description: 'Bloomberg BLPAPI Core — Subscriptions. 3 operations. Lead operation: Subscribe to Interval-based Real-time
    Bars.. Self-contained Naftiko capability covering one Bloomberg business surface.'
  tags:
  - Bloomberg
  - Subscriptions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_API_KEY: BLOOMBERG_API_KEY
capability:
  consumes:
  - type: http
    namespace: blpapi-core-subscriptions
    baseUri: ''
    description: Bloomberg BLPAPI Core — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: mktbar-subscribe
      path: /mktbar/subscribe
      operations:
      - name: subscribemarketbar
        method: POST
        description: Subscribe to Interval-based Real-time Bars.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: mktdata-subscribe
      path: /mktdata/subscribe
      operations:
      - name: subscribemarketdata
        method: POST
        description: Subscribe to Streaming Real-time Market Data for a List of Topics.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: mktvwap-subscribe
      path: /mktvwap/subscribe
      operations:
      - name: subscribemarketvwap
        method: POST
        description: Subscribe to a Custom Vwap Stream With Override Field/value Pairings.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: blpapi-core-subscriptions-rest
    port: 8080
    description: REST adapter for Bloomberg BLPAPI Core — Subscriptions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/mktbar/subscribe
      name: mktbar-subscribe
      description: REST surface for mktbar-subscribe.
      operations:
      - method: POST
        name: subscribemarketbar
        description: Subscribe to Interval-based Real-time Bars.
        call: blpapi-core-subscriptions.subscribemarketbar
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mktdata/subscribe
      name: mktdata-subscribe
      description: REST surface for mktdata-subscribe.
      operations:
      - method: POST
        name: subscribemarketdata
        description: Subscribe to Streaming Real-time Market Data for a List of Topics.
        call: blpapi-core-subscriptions.subscribemarketdata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mktvwap/subscribe
      name: mktvwap-subscribe
      description: REST surface for mktvwap-subscribe.
      operations:
      - method: POST
        name: subscribemarketvwap
        description: Subscribe to a Custom Vwap Stream With Override Field/value Pairings.
        call: blpapi-core-subscriptions.subscribemarketvwap
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blpapi-core-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg BLPAPI Core — Subscriptions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: subscribe-interval-based-real-time
      description: Subscribe to Interval-based Real-time Bars.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-subscriptions.subscribemarketbar
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: subscribe-streaming-real-time-market
      description: Subscribe to Streaming Real-time Market Data for a List of Topics.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: blpapi-core-subscriptions.subscribemarketdata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: subscribe-custom-vwap-stream-override
      description: Subscribe to a Custom Vwap Stream With Override Field/value Pairings.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-subscriptions.subscribemarketvwap
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.