S&P Global · Capability

Kensho Link API — Search

Kensho Link API — Search. 1 operations. Lead operation: Search Entities. Self-contained Naftiko capability covering one S And P Global business surface.

Run with Naftiko S And P GlobalSearch

What You Can Do

GET
Searchentities — Search Entities
/v1/search

MCP Tools

search-entities

Search Entities

read-only idempotent

Capability Spec

kensho-link-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Kensho Link API — Search
  description: 'Kensho Link API — Search. 1 operations. Lead operation: Search Entities. Self-contained Naftiko capability
    covering one S And P Global business surface.'
  tags:
  - S And P Global
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    S_AND_P_GLOBAL_API_KEY: S_AND_P_GLOBAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: kensho-link-search
    baseUri: https://api.link.kensho.com
    description: Kensho Link API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: searchentities
        method: GET
        description: Search Entities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Search query string (entity name, ticker, or other identifier)
          required: true
        - name: entityType
          in: query
          type: string
          description: Filter results by entity type
        - name: limit
          in: query
          type: integer
          description: Maximum number of results to return
    authentication:
      type: bearer
      token: '{{env.S_AND_P_GLOBAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: kensho-link-search-rest
    port: 8080
    description: REST adapter for Kensho Link API — Search. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: searchentities
        description: Search Entities
        call: kensho-link-search.searchentities
        with:
          q: rest.q
          entityType: rest.entityType
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kensho-link-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Kensho Link API — Search. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: search-entities
      description: Search Entities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kensho-link-search.searchentities
      with:
        q: tools.q
        entityType: tools.entityType
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.