MCP ExplorerExplorer

Hunter Mcp

@hunter-ioon a year ago
7 MIT
FreeCommunity
AI Systems
Provides integration between the Hunter API and any LLM provider supporting the MCP protocol

Overview

What is Hunter Mcp

hunter-mcp is an MCP (Model Context Protocol) server that integrates the Hunter API with any LLM provider that supports the MCP protocol, enabling users to interact with B2B data using natural language.

Use cases

Use cases for hunter-mcp include domain searches, email finding, email verification, email enrichment, company enrichment, and lead creation, making it a versatile tool for businesses.

How to use

To use hunter-mcp, you need a Hunter API key and Python 3.13 or higher. Set up the MCP server by configuring the provided example config file and run the command to install and interact with it through a compatible LLM provider like Claude Desktop.

Key features

Key features of hunter-mcp include the ability to use Hunter API endpoints with natural language, access to B2B data about people and companies, and the capability to save leads through conversational interfaces.

Where to use

hunter-mcp can be used in various fields such as sales, marketing, and customer relationship management, where accessing and managing B2B data is crucial.

Content

Hunter MCP Server

This MCP (Model Context Protocol) server provides integration between the Hunter API and any LLM provider supporting the MCP protocol (e.g., Claude for Desktop), allowing you to interact with the Hunter B2B data using natural language.

Hunter MCP server

✨ Features

  • Use Hunter API endpoints using natural language
  • Get B2B data about People and Companies
  • Save them to your Leads through conversational interfaces

📦 Installation

Prerequisites

🔌 MCP setup

Here is an example config file which you can use to set up Hunter MCP.

{
  "mcpServers": {
    "hunter-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "PATH_TO_hunter-mcp/main.py"
      ],
      "env": {
        "HUNTER_API_KEY": "YOUR_HUNTER_API_KEY"
      }
    }
  }
}

For Claude Desktop, you can install and interact with it right away by running:

mcp install main.py -v HUNTER_API_KEY=YOUR_HUNTER_API_KEY

🔎 Example

Hunter MCP in Claude Desktop

🚀 Available Tools

The Hunter MCP server provides access to various Hunter API endpoints as tools.

The current version offers the following tools:

  • Domain Search
  • Email Finder
  • Email Verifier
  • Email Enrichment
  • Company Enrichment
  • Lead Creation

Note: All the Hunter API endpoints are not supported, yet. This will be addressed in a future release.

🔑 License

This project is licensed under the MIT License; see the LICENSE.md file for details.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers