Hunter
Created 5 months ago
Hunter MCP Server provides integration between the Hunter API and LLM providers supporting the MCP protocol.
development
documentation
public
What is Hunter?
Interact with the [Hunter API](https://hunter.io) to get B2B data using natural language.
Documentation
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
Server Config
{
"mcpServers": {
"hunter-server": {
"command": "npx",
"args": [
"hunter"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
Hunter.io
Category:
official
License:
MIT License
Tags:
development
documentation
public