Hunter · Capability

Hunter Discover API

Hunter Discover API. 1 operation. Lead operation: Hunter Discover Companies. Company prospecting via natural language or structured filters.

Hunter Discover API is a Naftiko capability published by Hunter, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/discover.

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

Tagged areas include Hunter, Discover, and Prospecting.

Run with Naftiko HunterDiscoverProspecting

What You Can Do

POST
Discovercompanies — Hunter Discover Companies
/v1/discover

MCP Tools

hunter-discover-companies

Hunter Discover Companies

read-only

Capability Spec

discover.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hunter Discover API
  description: 'Hunter Discover API. 1 operation. Lead operation: Hunter Discover Companies. Company prospecting
    via natural language or structured filters.'
  tags:
  - Hunter
  - Discover
  - Prospecting
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HUNTER_API_KEY: HUNTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: discover
    baseUri: https://api.hunter.io
    description: Hunter Discover business capability.
    resources:
    - name: discover
      path: /v2/discover
      operations:
      - name: discoverCompanies
        method: POST
        description: Hunter Discover Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Discover request body (query and/or filters).
    authentication:
      type: apikey
      key: api_key
      value: '{{env.HUNTER_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: discover-rest
    port: 8080
    description: REST adapter for Hunter Discover.
    resources:
    - path: /v1/discover
      name: discover
      description: REST surface for discover.
      operations:
      - method: POST
        name: discoverCompanies
        description: Hunter Discover Companies
        call: discover.discoverCompanies
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: discover-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hunter Discover.
    tools:
    - name: hunter-discover-companies
      description: Hunter Discover Companies
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: discover.discoverCompanies
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.