Verisk · Capability

Verisk Insurance Analytics API — Catastrophe

Verisk Insurance Analytics API — Catastrophe. 1 operations. Lead operation: Verisk Get Catastrophe Peril Scores. Self-contained Naftiko capability covering one Verisk business surface.

Run with Naftiko VeriskCatastrophe

What You Can Do

POST
Getperilscores — Verisk Get Catastrophe Peril Scores
/v1/catastrophe/peril-scores

MCP Tools

verisk-get-catastrophe-peril-scores

Verisk Get Catastrophe Peril Scores

read-only

Capability Spec

insurance-analytics-catastrophe.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Verisk Insurance Analytics API — Catastrophe
  description: 'Verisk Insurance Analytics API — Catastrophe. 1 operations. Lead operation: Verisk Get Catastrophe Peril Scores.
    Self-contained Naftiko capability covering one Verisk business surface.'
  tags:
  - Verisk
  - Catastrophe
  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-catastrophe
    baseUri: https://api.verisk.com/insurance/v1
    description: Verisk Insurance Analytics API — Catastrophe business capability. Self-contained, no shared references.
    resources:
    - name: catastrophe-peril-scores
      path: /catastrophe/peril-scores
      operations:
      - name: getperilscores
        method: POST
        description: Verisk Get Catastrophe Peril Scores
        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.VERISK_API_KEY}}'
  exposes:
  - type: rest
    namespace: insurance-analytics-catastrophe-rest
    port: 8080
    description: REST adapter for Verisk Insurance Analytics API — Catastrophe. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/catastrophe/peril-scores
      name: catastrophe-peril-scores
      description: REST surface for catastrophe-peril-scores.
      operations:
      - method: POST
        name: getperilscores
        description: Verisk Get Catastrophe Peril Scores
        call: insurance-analytics-catastrophe.getperilscores
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: insurance-analytics-catastrophe-mcp
    port: 9090
    transport: http
    description: MCP adapter for Verisk Insurance Analytics API — Catastrophe. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: verisk-get-catastrophe-peril-scores
      description: Verisk Get Catastrophe Peril Scores
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: insurance-analytics-catastrophe.getperilscores
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.