Refinitiv Eikon · Capability

Refinitiv Eikon LSEG DataScope Select REST API — Search

Refinitiv Eikon LSEG DataScope Select REST API — Search. 1 operations. Lead operation: Search for Instruments. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.

Run with Naftiko Refinitiv EikonSearch

What You Can Do

POST
Searchinstruments — Search for Instruments
/v1/search/instrumentsearch

MCP Tools

search-instruments

Search for Instruments

read-only

Capability Spec

datascope-select-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Eikon LSEG DataScope Select REST API — Search
  description: 'Refinitiv Eikon LSEG DataScope Select REST API — Search. 1 operations. Lead operation: Search for Instruments.
    Self-contained Naftiko capability covering one Refinitiv Eikon business surface.'
  tags:
  - Refinitiv Eikon
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_EIKON_API_KEY: REFINITIV_EIKON_API_KEY
capability:
  consumes:
  - type: http
    namespace: datascope-select-search
    baseUri: https://selectapi.datascope.refinitiv.com/RestApi/v1
    description: Refinitiv Eikon LSEG DataScope Select REST API — Search business capability. Self-contained, no shared references.
    resources:
    - name: Search-InstrumentSearch
      path: /Search/InstrumentSearch
      operations:
      - name: searchinstruments
        method: POST
        description: Search for Instruments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_EIKON_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: datascope-select-search-rest
    port: 8080
    description: REST adapter for Refinitiv Eikon LSEG DataScope Select REST API — Search. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/search/instrumentsearch
      name: search-instrumentsearch
      description: REST surface for Search-InstrumentSearch.
      operations:
      - method: POST
        name: searchinstruments
        description: Search for Instruments
        call: datascope-select-search.searchinstruments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datascope-select-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Eikon LSEG DataScope Select REST API — Search. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: search-instruments
      description: Search for Instruments
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: datascope-select-search.searchinstruments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.