Factset · Capability

Factset Natural Language Processing API — Ner

Factset Natural Language Processing API — Ner. 1 operations. Lead operation: Factset Endpoint to detect entities from text. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetNer

What You Can Do

POST
Nerentities — Factset Endpoint to detect entities from text
/v1/ner/entities

MCP Tools

factset-endpoint-detect-entities-text

Factset Endpoint to detect entities from text

Capability Spec

natural-language-processing-ner.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Natural Language Processing API — Ner
  description: 'Factset Natural Language Processing API — Ner. 1 operations. Lead operation: Factset Endpoint to detect entities
    from text. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Ner
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: natural-language-processing-ner
    baseUri: https://api.factset.com/cognitive/nlp/v1
    description: Factset Natural Language Processing API — Ner business capability. Self-contained, no shared references.
    resources:
    - name: ner-entities
      path: /ner/entities
      operations:
      - name: nerentities
        method: POST
        description: Factset Endpoint to detect entities from text
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: natural-language-processing-ner-rest
    port: 8080
    description: REST adapter for Factset Natural Language Processing API — Ner. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ner/entities
      name: ner-entities
      description: REST surface for ner-entities.
      operations:
      - method: POST
        name: nerentities
        description: Factset Endpoint to detect entities from text
        call: natural-language-processing-ner.nerentities
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: natural-language-processing-ner-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Natural Language Processing API — Ner. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-endpoint-detect-entities-text
      description: Factset Endpoint to detect entities from text
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: natural-language-processing-ner.nerentities
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.