# hunter-io
## 基本信息
- Slug: `hunter-io-hunter-mcp`
- Source: modelscope
- Publisher: @hunter-io/hunter-mcp
- Categories: search / customer-data-platforms / app-automation
- Hosted: No
- License: MIT License
- Source URL: https://www.modelscope.cn/mcp/servers/@hunter-io/hunter-mcp
## 简介
暂无描述。
## MCP Server 详情

# Hunter 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://glama.ai/mcp/servers/@hunter-io/hunter-mcp/badge" alt="Hunter MCP 服务器" />
</a>

## ✨ 特性
- 使用自然语言调用Hunter API端点
- 获取关于个人和公司的B2B数据
- 通过对话界面将这些信息保存到您的潜在客户列表中

## 📦 安装

### 前提条件

- 一个Hunter [API密钥](https://hunter.io/api-keys)
- Python 3.13或更高版本
- [uv](https://github.com/astral-sh/uv)

## 🔌 MCP 设置
这里提供了一个配置文件示例，您可以使用它来设置Hunter MCP。

json
{
  "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


## 🔎 示例

![在Claude Desktop中的Hunter MCP](claude_desktop.png)

## 🚀 可用工具

Hunter MCP服务器提供了访问各种Hunter API端点作为工具的功能。

当前版本提供以下工具：
- 域名搜索
- 电子邮件查找
- 电子邮件验证
- 电子邮件丰富
- 公司信息丰富
- 潜在客户创建

**注意：** 并非所有Hunter API端点都已支持。这将在未来的版本中解决。

## 🔑 许可证

本项目根据MIT许可证发布；详情请参阅[LICENSE.md](https://github.com/hunter-io/hunter-mcp/blob/main/LICENSE.md)文件。

