此仓库不再维护。所有功能已迁移到 Hunter 的远程 MCP 服务器,提供更方便的设置。
👉 从这里开始: https://hunter.io/api-documentation#mcp
此 MCP(模型上下文协议)服务器提供了 Hunter API 和支持 MCP 协议的任何 LLM 提供商之间的集成(例如,Claude for Desktop),允许您通过自然语言与 Hunter B2B 数据进行交互。
<a href="https://glama.ai/mcp/servers/@hunter-io/hunter-mcp"> <img width="380" height="200" src="https://gips3.baidu.com/it/u=2017354840,1791680738&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Hunter MCP 服务器" /> </a>这是一个示例配置文件,您可以使用它来设置 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"
}
}
}
}
对于 Claude Desktop,您可以运行以下命令立即安装并与其交互:
mcp install main.py -v HUNTER_API_KEY=YOUR_HUNTER_API_KEY

Hunter MCP 服务器提供了对各种 Hunter API 端点作为工具的访问。
当前版本提供的工具包括:
注意: 并非所有的 Hunter API 端点都受支持,这将在未来的版本中解决。
本项目根据 MIT 许可证发布;详情见 LICENSE.md 文件。