Hunter · Capability

Hunter Email Verifier API

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

Hunter Email Verifier 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-verifier.

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

Tagged areas include Hunter and Email Verifier.

Run with Naftiko HunterEmail Verifier

What You Can Do

GET
Verifyemail — Hunter Verify Email
/v1/email-verifier

MCP Tools

hunter-verify-email

Hunter Verify Email

read-only idempotent

Capability Spec

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