by hunter-io
Integrates the Hunter API with any LLM provider supporting the MCP protocol, enabling natural‑language access to B2B contact and company data.
Provides integration between the Hunter API and LLM providers that support the MCP protocol, allowing users to query people and company information, verify and enrich emails, and create leads through conversational interfaces.
uv
package manager.uv run --with mcp[cli] mcp run PATH_TO_hunter-mcp/main.py
.{
"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" }
}
}
}
mcp install main.py -v HUNTER_API_KEY=YOUR_HUNTER_API_KEY
.Q: Is the repository still maintained? A: No. The functionality has moved to Hunter’s Remote MCP Server. The local server is deprecated.
Q: Which programming language is required?
A: Python 3.13+ and the uv
package manager.
Q: Can I use this with other LLMs besides Claude Desktop? A: Yes, as long as the LLM provider implements the MCP protocol.
Q: Are all Hunter API endpoints available? A: Currently only the listed tools are supported; additional endpoints will be added in future releases.
Q: How do I provide my API key?
A: Set the HUNTER_API_KEY
environment variable in the MCP server configuration.
This repository is no longer maintained. All functionality has moved to Hunter’s Remote MCP Server, which provides a more convenient setup.
👉 Start here: https://hunter.io/api-documentation#mcp
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.
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
The Hunter MCP server provides access to various Hunter API endpoints as tools.
The current version offers the following tools:
Note: All the Hunter API endpoints are not supported, yet. This will be addressed in a future release.
This project is licensed under the MIT License; see the LICENSE.md file for details.
Please log in to share your review and rating for this 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>" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.