Factset · Capability

FactSet Real-Time Quotes API — Groups

FactSet Real-Time Quotes API — Groups. 1 operations. Lead operation: Factset List of Market Groups.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetGroups

What You Can Do

GET
Getbasicmarketgrouplist — Factset List of Market Groups.
/v1/basic/market/group/list

MCP Tools

factset-list-market-groups

Factset List of Market Groups.

read-only idempotent

Capability Spec

real-time-quotes-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Groups
  description: 'FactSet Real-Time Quotes API — Groups. 1 operations. Lead operation: Factset List of Market Groups.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-quotes-groups
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: basic-market-group-list
      path: /basic/market/group/list
      operations:
      - name: getbasicmarketgrouplist
        method: GET
        description: Factset List of Market Groups.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
        - name: _sort
          in: query
          type: array
          description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
            case it is descending. A list of at most 2 (possibly prefixed
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-groups-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/market/group/list
      name: basic-market-group-list
      description: REST surface for basic-market-group-list.
      operations:
      - method: GET
        name: getbasicmarketgrouplist
        description: Factset List of Market Groups.
        call: real-time-quotes-groups.getbasicmarketgrouplist
        with:
          _attributes: rest._attributes
          _language: rest._language
          _sort: rest._sort
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Groups. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-market-groups
      description: Factset List of Market Groups.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-groups.getbasicmarketgrouplist
      with:
        _attributes: tools._attributes
        _language: tools._language
        _sort: tools._sort
      outputParameters:
      - type: object
        mapping: $.