IBISWorld · Capability

IBISWorld API — Business Environment

IBISWorld API — Business Environment. 1 operations. Lead operation: List business environment profiles. Self-contained Naftiko capability covering one Ibisworld business surface.

Run with Naftiko IbisworldBusiness Environment

What You Can Do

POST
Listenvironmentprofiles — List business environment profiles
/v1/environment/v3/profilelist

MCP Tools

list-business-environment-profiles

List business environment profiles

read-only

Capability Spec

ibisworld-business-environment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IBISWorld API — Business Environment
  description: 'IBISWorld API — Business Environment. 1 operations. Lead operation: List business environment profiles. Self-contained
    Naftiko capability covering one Ibisworld business surface.'
  tags:
  - Ibisworld
  - Business Environment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IBISWORLD_API_KEY: IBISWORLD_API_KEY
capability:
  consumes:
  - type: http
    namespace: ibisworld-business-environment
    baseUri: https://api.ibisworld.com/v3
    description: IBISWorld API — Business Environment business capability. Self-contained, no shared references.
    resources:
    - name: environment-v3-profilelist
      path: /environment/v3/profilelist
      operations:
      - name: listenvironmentprofiles
        method: POST
        description: List business environment profiles
        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-business-environment-rest
    port: 8080
    description: REST adapter for IBISWorld API — Business Environment. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/environment/v3/profilelist
      name: environment-v3-profilelist
      description: REST surface for environment-v3-profilelist.
      operations:
      - method: POST
        name: listenvironmentprofiles
        description: List business environment profiles
        call: ibisworld-business-environment.listenvironmentprofiles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ibisworld-business-environment-mcp
    port: 9090
    transport: http
    description: MCP adapter for IBISWorld API — Business Environment. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-business-environment-profiles
      description: List business environment profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: ibisworld-business-environment.listenvironmentprofiles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.