Factset · Capability

FactSet RIBCS — Factset Rbics

FactSet RIBCS — Factset Rbics. 4 operations. Lead operation: Factset Get RBICS classification for the Focus industry. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFactset Rbics

What You Can Do

GET
Getrbicsentityfocus — Factset Get RBICS classification for the Focus industry
/v1/factset-rbics/v1/entity-focus
POST
Getrbicsentityfocusforlist — Factset Get RBICS classification for the Focus industry
/v1/factset-rbics/v1/entity-focus
GET
Getrbicsstructure — Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
/v1/factset-rbics/v1/structure
POST
Getrbicsstructureforlist — Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
/v1/factset-rbics/v1/structure

MCP Tools

factset-get-rbics-classification-focus

Factset Get RBICS classification for the Focus industry

read-only idempotent
factset-get-rbics-classification-focus-2

Factset Get RBICS classification for the Focus industry

read-only
factset-get-full-rbics-taxonomy

Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.

read-only idempotent
factset-get-full-rbics-taxonomy-2

Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.

read-only

Capability Spec

rbics-factset-rbics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet RIBCS — Factset Rbics
  description: 'FactSet RIBCS — Factset Rbics. 4 operations. Lead operation: Factset Get RBICS classification for the Focus
    industry. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Factset Rbics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: rbics-factset-rbics
    baseUri: https://api.factset.com/content
    description: FactSet RIBCS — Factset Rbics business capability. Self-contained, no shared references.
    resources:
    - name: factset-rbics-v1-entity-focus
      path: /factset-rbics/v1/entity-focus
      operations:
      - name: getrbicsentityfocus
        method: GET
        description: Factset Get RBICS classification for the Focus industry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getrbicsentityfocusforlist
        method: POST
        description: Factset Get RBICS classification for the Focus industry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-rbics-v1-structure
      path: /factset-rbics/v1/structure
      operations:
      - name: getrbicsstructure
        method: GET
        description: Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getrbicsstructureforlist
        method: POST
        description: Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: rbics-factset-rbics-rest
    port: 8080
    description: REST adapter for FactSet RIBCS — Factset Rbics. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-rbics/v1/entity-focus
      name: factset-rbics-v1-entity-focus
      description: REST surface for factset-rbics-v1-entity-focus.
      operations:
      - method: GET
        name: getrbicsentityfocus
        description: Factset Get RBICS classification for the Focus industry
        call: rbics-factset-rbics.getrbicsentityfocus
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getrbicsentityfocusforlist
        description: Factset Get RBICS classification for the Focus industry
        call: rbics-factset-rbics.getrbicsentityfocusforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-rbics/v1/structure
      name: factset-rbics-v1-structure
      description: REST surface for factset-rbics-v1-structure.
      operations:
      - method: GET
        name: getrbicsstructure
        description: Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
        call: rbics-factset-rbics.getrbicsstructure
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getrbicsstructureforlist
        description: Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
        call: rbics-factset-rbics.getrbicsstructureforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rbics-factset-rbics-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet RIBCS — Factset Rbics. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-get-rbics-classification-focus
      description: Factset Get RBICS classification for the Focus industry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rbics-factset-rbics.getrbicsentityfocus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-rbics-classification-focus-2
      description: Factset Get RBICS classification for the Focus industry
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rbics-factset-rbics.getrbicsentityfocusforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-full-rbics-taxonomy
      description: Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rbics-factset-rbics.getrbicsstructure
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-full-rbics-taxonomy-2
      description: Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rbics-factset-rbics.getrbicsstructureforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.