Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hunter

БесплатноНе проверен

Find email addresses for people at companies and verify email validity using the Hunter.io API.

GitHubEmbed

Описание

Find email addresses for people at companies and verify email validity using the Hunter.io API.

README

MCP server for Hunter.io email finder and verifier.

Setup

  1. Get your API key from Hunter.io

  2. Create the secrets file:

mkdir -p ~/.claude/secrets/hunter
echo "HUNTER_API_KEY=your_api_key_here" > ~/.claude/secrets/hunter/.env
  1. Install dependencies:
pnpm install
  1. Add to your Claude config (~/.claude.json):
{
  "mcpServers": {
    "hunter": {
      "command": "npx",
      "args": ["tsx", "/Users/brenner/repos/hunter-mcp/src/index.ts"]
    }
  }
}

Tools

find_email_by_name

Find the most likely email address for a person at a company.

Parameters:

  • domain - Company domain (e.g., "stripe.com")
  • first_name - Person's first name
  • last_name - Person's last name

Returns: { email, score, status }

verify_email

Verify if an email address is valid and deliverable.

Parameters:

  • email - Email address to verify

Returns: { email, status, score }

Status values: valid, invalid, accept_all, webmail, disposable, unknown

from github.com/BrennerSpear/hunter-mcp

Установка Hunter

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/BrennerSpear/hunter-mcp

FAQ

Hunter MCP бесплатный?

Да, Hunter MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hunter?

Нет, Hunter работает без API-ключей и переменных окружения.

Hunter — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Hunter в Claude Desktop, Claude Code или Cursor?

Открой Hunter на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hunter with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication