Refinitiv · Capability

Refinitiv Data Platform (RDP) APIs — Streaming

Refinitiv Data Platform (RDP) APIs — Streaming. 1 operations. Lead operation: Discover Streaming Endpoints. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivStreaming

What You Can Do

GET
Getstreamingendpoints — Discover Streaming Endpoints
/v1/streaming/pricing/v1

MCP Tools

discover-streaming-endpoints

Discover Streaming Endpoints

read-only idempotent

Capability Spec

data-platform-streaming.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Data Platform (RDP) APIs — Streaming
  description: 'Refinitiv Data Platform (RDP) APIs — Streaming. 1 operations. Lead operation: Discover Streaming Endpoints.
    Self-contained Naftiko capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Streaming
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-platform-streaming
    baseUri: https://api.refinitiv.com
    description: Refinitiv Data Platform (RDP) APIs — Streaming business capability. Self-contained, no shared references.
    resources:
    - name: streaming-pricing-v1
      path: /streaming/pricing/v1/
      operations:
      - name: getstreamingendpoints
        method: GET
        description: Discover Streaming Endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.REFINITIV_API_KEY}}'
  exposes:
  - type: rest
    namespace: data-platform-streaming-rest
    port: 8080
    description: REST adapter for Refinitiv Data Platform (RDP) APIs — Streaming. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/streaming/pricing/v1
      name: streaming-pricing-v1
      description: REST surface for streaming-pricing-v1.
      operations:
      - method: GET
        name: getstreamingendpoints
        description: Discover Streaming Endpoints
        call: data-platform-streaming.getstreamingendpoints
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-platform-streaming-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Data Platform (RDP) APIs — Streaming. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: discover-streaming-endpoints
      description: Discover Streaming Endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-platform-streaming.getstreamingendpoints
      outputParameters:
      - type: object
        mapping: $.