Hunter MCP Server provides integration between the Hunter API and LLM providers supporting MCP protocol, enabling natural language interaction with B2B data for people and company information.
Search for email addresses associated with a domain.
Find email addresses for a person or company.
Verify the deliverability of an email address.
Enrich an email address with additional contact information.
Enrich company data with additional business information.
Create a new lead in your Hunter leads database.
{
"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"
}
}
}
}