Verisk · Capability

Verisk Insurance Analytics API — Claims

Verisk Insurance Analytics API — Claims. 1 operations. Lead operation: Verisk Get Claims Benchmarking Data. Self-contained Naftiko capability covering one Verisk business surface.

Run with Naftiko VeriskClaims

What You Can Do

GET
Getclaimsbenchmarks — Verisk Get Claims Benchmarking Data
/v1/claims/benchmarks

MCP Tools

verisk-get-claims-benchmarking-data

Verisk Get Claims Benchmarking Data

read-only idempotent

Capability Spec

insurance-analytics-claims.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Verisk Insurance Analytics API — Claims
  description: 'Verisk Insurance Analytics API — Claims. 1 operations. Lead operation: Verisk Get Claims Benchmarking Data.
    Self-contained Naftiko capability covering one Verisk business surface.'
  tags:
  - Verisk
  - Claims
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VERISK_API_KEY: VERISK_API_KEY
capability:
  consumes:
  - type: http
    namespace: insurance-analytics-claims
    baseUri: https://api.verisk.com/insurance/v1
    description: Verisk Insurance Analytics API — Claims business capability. Self-contained, no shared references.
    resources:
    - name: claims-benchmarks
      path: /claims/benchmarks
      operations:
      - name: getclaimsbenchmarks
        method: GET
        description: Verisk Get Claims Benchmarking Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: lineOfBusiness
          in: query
          type: string
          required: true
        - name: state
          in: query
          type: string
          description: US state code
        - name: year
          in: query
          type: integer
        - name: metricType
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.VERISK_API_KEY}}'
  exposes:
  - type: rest
    namespace: insurance-analytics-claims-rest
    port: 8080
    description: REST adapter for Verisk Insurance Analytics API — Claims. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/claims/benchmarks
      name: claims-benchmarks
      description: REST surface for claims-benchmarks.
      operations:
      - method: GET
        name: getclaimsbenchmarks
        description: Verisk Get Claims Benchmarking Data
        call: insurance-analytics-claims.getclaimsbenchmarks
        with:
          lineOfBusiness: rest.lineOfBusiness
          state: rest.state
          year: rest.year
          metricType: rest.metricType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: insurance-analytics-claims-mcp
    port: 9090
    transport: http
    description: MCP adapter for Verisk Insurance Analytics API — Claims. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: verisk-get-claims-benchmarking-data
      description: Verisk Get Claims Benchmarking Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: insurance-analytics-claims.getclaimsbenchmarks
      with:
        lineOfBusiness: tools.lineOfBusiness
        state: tools.state
        year: tools.year
        metricType: tools.metricType
      outputParameters:
      - type: object
        mapping: $.