Rapid7 · Capability

InsightVM API — Root

InsightVM API — Root. 1 operations. Lead operation: Resources. Self-contained Naftiko capability covering one business surface.

InsightVM API — Root is a Naftiko capability published by Rapid7, one of 47 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/api/3.

The capability includes 1 read-only operation. Lead operation: Resources. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Rapid7 and Root.

Run with Naftiko Rapid7Root

What You Can Do

GET
Resources — Resources
/v1/api/3

MCP Tools

rapid7-resources

Resources

read-only idempotent

Capability Spec

insightvm-console-swagger-root.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: InsightVM API — Root
  description: 'InsightVM API — Root. 1 operations. Lead operation: Resources. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Rapid7
  - Root
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    RAPID7_API_KEY: RAPID7_API_KEY
capability:
  consumes:
  - type: http
    namespace: insightvm-console-swagger-root
    baseUri: https://localhost:3780
    description: InsightVM API — Root business capability. Self-contained, no shared references.
    resources:
    - name: api-3
      path: /api/3
      operations:
      - name: resources
        method: GET
        description: Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
  exposes:
  - type: rest
    namespace: insightvm-console-swagger-root-rest
    port: 8080
    description: REST adapter for InsightVM API — Root. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3
      name: api-3
      description: REST surface for api-3.
      operations:
      - method: GET
        name: resources
        description: Resources
        call: insightvm-console-swagger-root.resources
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: insightvm-console-swagger-root-mcp
    port: 9090
    transport: http
    description: MCP adapter for InsightVM API — Root. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: rapid7-resources
      description: Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: insightvm-console-swagger-root.resources
      with: {}
      outputParameters:
      - type: object
        mapping: $.