Refinitiv · Capability

Refinitiv World-Check One API — Reference

Refinitiv World-Check One API — Reference. 1 operations. Lead operation: Get Reference Profile. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivReference

What You Can Do

GET
Getprofile — Get Reference Profile
/v1/reference/profile/{profileid}

MCP Tools

get-reference-profile

Get Reference Profile

read-only idempotent

Capability Spec

world-check-one-reference.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv World-Check One API — Reference
  description: 'Refinitiv World-Check One API — Reference. 1 operations. Lead operation: Get Reference Profile. Self-contained
    Naftiko capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Reference
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: world-check-one-reference
    baseUri: https://api-worldcheck.refinitiv.com/v2
    description: Refinitiv World-Check One API — Reference business capability. Self-contained, no shared references.
    resources:
    - name: reference-profile-profileId
      path: /reference/profile/{profileId}
      operations:
      - name: getprofile
        method: GET
        description: Get Reference Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileId
          in: path
          type: string
          description: The unique identifier of the World-Check profile.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: world-check-one-reference-rest
    port: 8080
    description: REST adapter for Refinitiv World-Check One API — Reference. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/reference/profile/{profileid}
      name: reference-profile-profileid
      description: REST surface for reference-profile-profileId.
      operations:
      - method: GET
        name: getprofile
        description: Get Reference Profile
        call: world-check-one-reference.getprofile
        with:
          profileId: rest.profileId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: world-check-one-reference-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv World-Check One API — Reference. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-reference-profile
      description: Get Reference Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: world-check-one-reference.getprofile
      with:
        profileId: tools.profileId
      outputParameters:
      - type: object
        mapping: $.