Rapid7 · Capability

InsightIDR API — Collectors

InsightIDR API — Collectors. 1 operations. Lead operation: Add Collector. Self-contained Naftiko capability covering one business surface.

InsightIDR API — Collectors 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 POST method rooted at /v1/idr/v1/collectors.

The capability includes 1 state-changing operation. Lead operation: Add Collector. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Rapid7 and Collectors.

Run with Naftiko Rapid7Collectors

What You Can Do

POST
Addcollector — Add Collector
/v1/idr/v1/collectors

MCP Tools

rapid7-addcollector

Add Collector

Capability Spec

insightidr-collectors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: InsightIDR API — Collectors
  description: 'InsightIDR API — Collectors. 1 operations. Lead operation: Add Collector. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Rapid7
  - Collectors
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    RAPID7_API_KEY: RAPID7_API_KEY
capability:
  consumes:
  - type: http
    namespace: insightidr-collectors
    baseUri: https://{region}.api.insight.rapid7.com
    description: InsightIDR API — Collectors business capability. Self-contained, no shared references.
    resources:
    - name: idr-v1-collectors
      path: /idr/v1/collectors
      operations:
      - name: addcollector
        method: POST
        description: Add Collector
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: insightidr-collectors-rest
    port: 8080
    description: REST adapter for InsightIDR API — Collectors. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/idr/v1/collectors
      name: idr-v1-collectors
      description: REST surface for idr-v1-collectors.
      operations:
      - method: POST
        name: addcollector
        description: Add Collector
        call: insightidr-collectors.addcollector
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: insightidr-collectors-mcp
    port: 9090
    transport: http
    description: MCP adapter for InsightIDR API — Collectors. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: rapid7-addcollector
      description: Add Collector
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: insightidr-collectors.addcollector
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.