Hunter · Capability

Hunter API — Discover

Hunter API — Discover. 1 operations. Lead operation: Hunter Discover Companies. Self-contained Naftiko capability covering one Hunter business surface.

Run with Naftiko HunterDiscover

What You Can Do

POST
Discover — Hunter Discover Companies
/v1/discover

MCP Tools

hunter-discover-companies

Hunter Discover Companies

Capability Spec

hunter-discover.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hunter API — Discover
  description: 'Hunter API — Discover. 1 operations. Lead operation: Hunter Discover Companies. Self-contained Naftiko capability
    covering one Hunter business surface.'
  tags:
  - Hunter
  - Discover
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUNTER_API_KEY: HUNTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: hunter-discover
    baseUri: https://api.hunter.io/v2
    description: Hunter API — Discover business capability. Self-contained, no shared references.
    resources:
    - name: discover
      path: /discover
      operations:
      - name: discover
        method: POST
        description: Hunter Discover Companies
        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.HUNTER_API_KEY}}'
  exposes:
  - type: rest
    namespace: hunter-discover-rest
    port: 8080
    description: REST adapter for Hunter API — Discover. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/discover
      name: discover
      description: REST surface for discover.
      operations:
      - method: POST
        name: discover
        description: Hunter Discover Companies
        call: hunter-discover.discover
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hunter-discover-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hunter API — Discover. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: hunter-discover-companies
      description: Hunter Discover Companies
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hunter-discover.discover
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.