IBISWorld · Capability

IBISWorld API — Classification

IBISWorld API — Classification. 1 operations. Lead operation: List classification systems. Self-contained Naftiko capability covering one Ibisworld business surface.

Run with Naftiko IbisworldClassification

What You Can Do

POST
Listclassificationsystems — List classification systems
/v1/classification/v3/systems

MCP Tools

list-classification-systems

List classification systems

read-only

Capability Spec

ibisworld-classification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IBISWorld API — Classification
  description: 'IBISWorld API — Classification. 1 operations. Lead operation: List classification systems. Self-contained
    Naftiko capability covering one Ibisworld business surface.'
  tags:
  - Ibisworld
  - Classification
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IBISWORLD_API_KEY: IBISWORLD_API_KEY
capability:
  consumes:
  - type: http
    namespace: ibisworld-classification
    baseUri: https://api.ibisworld.com/v3
    description: IBISWorld API — Classification business capability. Self-contained, no shared references.
    resources:
    - name: classification-v3-systems
      path: /classification/v3/systems
      operations:
      - name: listclassificationsystems
        method: POST
        description: List classification systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.IBISWORLD_API_KEY}}'
  exposes:
  - type: rest
    namespace: ibisworld-classification-rest
    port: 8080
    description: REST adapter for IBISWorld API — Classification. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/classification/v3/systems
      name: classification-v3-systems
      description: REST surface for classification-v3-systems.
      operations:
      - method: POST
        name: listclassificationsystems
        description: List classification systems
        call: ibisworld-classification.listclassificationsystems
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ibisworld-classification-mcp
    port: 9090
    transport: http
    description: MCP adapter for IBISWorld API — Classification. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-classification-systems
      description: List classification systems
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: ibisworld-classification.listclassificationsystems
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.