Skip to main content
Glama
BrennerSpear

hunter-mcp

by BrennerSpear

Hunter.io MCP Server

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"]
    }
  }
}

Related MCP server: Prospeo MCP Server

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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrennerSpear/hunter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server