Hunter · Capability

Hunter Email Finder API

Hunter Email Finder API. 1 operation. Lead operation: Hunter Find Email. Self-contained Naftiko capability covering one Hunter business surface.

Hunter Email Finder 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 GET method rooted at /v1/email-finder.

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

Tagged areas include Hunter and Email Finder.

Run with Naftiko HunterEmail Finder

What You Can Do

GET
Findemail — Hunter Find Email
/v1/email-finder

MCP Tools

hunter-find-email

Hunter Find Email

read-only idempotent

Capability Spec

email-finder.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hunter Email Finder API
  description: 'Hunter Email Finder API. 1 operation. Lead operation: Hunter Find Email. Self-contained Naftiko
    capability covering one Hunter business surface.'
  tags:
  - Hunter
  - Email Finder
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HUNTER_API_KEY: HUNTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: email-finder
    baseUri: https://api.hunter.io
    description: Hunter Email Finder business capability.
    resources:
    - name: email-finder
      path: /v2/email-finder
      operations:
      - name: findEmail
        method: GET
        description: Hunter Find Email
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain
          in: query
          type: string
        - name: company
          in: query
          type: string
        - name: first_name
          in: query
          type: string
        - name: last_name
          in: query
          type: string
        - name: full_name
          in: query
          type: string
        - name: linkedin_handle
          in: query
          type: string
        - name: max_duration
          in: query
          type: integer
    authentication:
      type: apikey
      key: api_key
      value: '{{env.HUNTER_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: email-finder-rest
    port: 8080
    description: REST adapter for Hunter Email Finder.
    resources:
    - path: /v1/email-finder
      name: email-finder
      description: REST surface for email finder.
      operations:
      - method: GET
        name: findEmail
        description: Hunter Find Email
        call: email-finder.findEmail
        with:
          domain: rest.query.domain
          company: rest.query.company
          first_name: rest.query.first_name
          last_name: rest.query.last_name
          full_name: rest.query.full_name
          linkedin_handle: rest.query.linkedin_handle
          max_duration: rest.query.max_duration
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: email-finder-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hunter Email Finder.
    tools:
    - name: hunter-find-email
      description: Hunter Find Email
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: email-finder.findEmail
      with:
        domain: tools.domain
        company: tools.company
        first_name: tools.first_name
        last_name: tools.last_name
        full_name: tools.full_name
        linkedin_handle: tools.linkedin_handle
        max_duration: tools.max_duration
      outputParameters:
      - type: object
        mapping: $.