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

Install Server
F
license - not found
A
quality
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.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.
    Last updated
    5
    123
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Wraps the Hunter.io email finder and verification API, enabling email lookup and verification via MCP.
    Last updated
    15
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Finds and verifies business email addresses using DNS/SMTP verification and web scraping, with no external API costs.
    Last updated
    26
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Hunter.io MCP — wraps the Hunter.io email finder & verification API (hunter.io)

  • Verify email deliverability & find business emails (single or bulk) via the Verifox API.

  • Find company websites and verified business emails through the Potarix Enricher API.

View all MCP Connectors

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