Factset · Capability

FactSet GeoRev API — Factset Georev

FactSet GeoRev API — Factset Georev. 4 operations. Lead operation: Factset Gets the revenue details for the requested Countries.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFactset Georev

What You Can Do

GET
Getcountries — Factset Gets the revenue details for the requested Countries.
/v1/factset-georev/v1/countries
POST
Getcountriesforlist — Factset Gets the revenue details for the requested Countries. Use for large lists of ids.
/v1/factset-georev/v1/countries
GET
Getregions — Factset Gets the revenue details for the requested Regions
/v1/factset-georev/v1/regions
POST
Getregionsforlist — Factset Gets the revenue details for the requested Regions. Use for large lists of company ids.
/v1/factset-georev/v1/regions

MCP Tools

factset-gets-revenue-details-requested

Factset Gets the revenue details for the requested Countries.

read-only idempotent
factset-gets-revenue-details-requested-2

Factset Gets the revenue details for the requested Countries. Use for large lists of ids.

factset-gets-revenue-details-requested-3

Factset Gets the revenue details for the requested Regions

read-only idempotent
factset-gets-revenue-details-requested-4

Factset Gets the revenue details for the requested Regions. Use for large lists of company ids.

Capability Spec

georev-factset-georev.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet GeoRev API — Factset Georev
  description: 'FactSet GeoRev API — Factset Georev. 4 operations. Lead operation: Factset Gets the revenue details for the
    requested Countries.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Factset Georev
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: georev-factset-georev
    baseUri: https://api.factset.com/content
    description: FactSet GeoRev API — Factset Georev business capability. Self-contained, no shared references.
    resources:
    - name: factset-georev-v1-countries
      path: /factset-georev/v1/countries
      operations:
      - name: getcountries
        method: GET
        description: Factset Gets the revenue details for the requested Countries.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getcountriesforlist
        method: POST
        description: Factset Gets the revenue details for the requested Countries. Use for large lists of ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-georev-v1-regions
      path: /factset-georev/v1/regions
      operations:
      - name: getregions
        method: GET
        description: Factset Gets the revenue details for the requested Regions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getregionsforlist
        method: POST
        description: Factset Gets the revenue details for the requested Regions. Use for large lists of company ids.
        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: georev-factset-georev-rest
    port: 8080
    description: REST adapter for FactSet GeoRev API — Factset Georev. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-georev/v1/countries
      name: factset-georev-v1-countries
      description: REST surface for factset-georev-v1-countries.
      operations:
      - method: GET
        name: getcountries
        description: Factset Gets the revenue details for the requested Countries.
        call: georev-factset-georev.getcountries
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getcountriesforlist
        description: Factset Gets the revenue details for the requested Countries. Use for large lists of ids.
        call: georev-factset-georev.getcountriesforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-georev/v1/regions
      name: factset-georev-v1-regions
      description: REST surface for factset-georev-v1-regions.
      operations:
      - method: GET
        name: getregions
        description: Factset Gets the revenue details for the requested Regions
        call: georev-factset-georev.getregions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getregionsforlist
        description: Factset Gets the revenue details for the requested Regions. Use for large lists of company ids.
        call: georev-factset-georev.getregionsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: georev-factset-georev-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet GeoRev API — Factset Georev. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-gets-revenue-details-requested
      description: Factset Gets the revenue details for the requested Countries.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: georev-factset-georev.getcountries
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-revenue-details-requested-2
      description: Factset Gets the revenue details for the requested Countries. Use for large lists of ids.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: georev-factset-georev.getcountriesforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-revenue-details-requested-3
      description: Factset Gets the revenue details for the requested Regions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: georev-factset-georev.getregions
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-revenue-details-requested-4
      description: Factset Gets the revenue details for the requested Regions. Use for large lists of company ids.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: georev-factset-georev.getregionsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.