Hunter.io MCP Server

by Meerkats-Ai

Hunter.io MCP Server

This is a Model Context Protocol (MCP) server that integrates with the Hunter.io API to provide email finding and verification capabilities.

Features

  • Find email addresses using domain and name information
  • Verify email addresses for deliverability and validity

Setup

Local Setup

  1. Clone this repository
  2. Install dependencies:
    npm install
  3. Create a .env file based on .env.example and add your Hunter.io API key:
    HUNTER_API_KEY=your_api_key_here
  4. Build the server:
    npm run build
  5. Start the server:
    npm start

Docker Setup

  1. Clone this repository
  2. Create a .env file with your Hunter.io API key
  3. Build and run using Docker Compose:
    docker-compose up -d

MCP Configuration

To use this server with an MCP client, add the following configuration to your MCP settings file:

{ "mcpServers": { "hunter.io": { "command": "node", "args": ["path/to/hunter.io/dist/index.js"], "env": { "HUNTER_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

Available Tools

  • hunter_find_email: Find an email address using domain and name information
  • hunter_verify_email: Verify if an email address is valid and deliverable

License

ISC

-
security - not tested
F
license - not found
-
quality - not tested

An MCP server that integrates with Hunter.io API to find and verify email addresses using domain and name information.

  1. Features
    1. Setup
      1. Local Setup
      2. Docker Setup
    2. MCP Configuration
      1. Available Tools
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
            Last updated -
            7
            663
            18
            JavaScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.
            Last updated -
            19
            63
            JavaScript
            MIT License
            • Apple
            • Linux
          • A
            security
            F
            license
            A
            quality
            A simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.
            Last updated -
            1
            28
            321
            TypeScript
            • Apple

          View all related MCP servers

          ID: 0c82rp3fcf