npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@scalably-io/hunter-mcp

v1.0.0

Published

Hunter.io MCP: domain search, email finder and verifier, enrichment, discovery, leads. 11 tools.

Readme

Hunter MCP

Hunter.io MCP server. 11 tools cover domain search, email finding and verification, enrichment, company discovery, and lead management.

Install

Claude Code:

claude mcp add hunter -e HUNTER_API_KEY=your-key -- npx -y @scalably-io/hunter-mcp

Codex:

codex mcp add hunter --env HUNTER_API_KEY=your-key -- npx -y @scalably-io/hunter-mcp

Claude Desktop: download hunter-mcp.mcpb from the latest GitHub release and open it.

Setup

  1. Create an API key at hunter.io/api-keys.
  2. create_lead writes to your Hunter leads list and is the only non-read tool; the other 10 tools are read-only.

Tools (11)

| Tool | What it does | |---|---| | account_info | Read the Hunter v2 account plan and exact current credit usage, including remaining unified or per-type balances | | domain_search | Search Hunter v2 emails for one domain/company with current people, verification, location, job-title, decision-maker, aggregation, and offset filters | | email_finder | Find and automatically verify the most likely professional email from a company/domain plus name, or directly from a LinkedIn handle | | email_verifier | Verify one email address with Hunter v2 and return exact deliverability, score, SMTP/MX, accept-all, webmail, disposable, and source evidence | | email_count | Count Hunter email coverage for a domain/company, optionally limited to personal or generic addresses, without returning addresses | | email_enrichment | Enrich a person from an email address or LinkedIn handle using Hunter v2, optionally in Clearbit-compatible format | | company_enrichment | Enrich a company from its domain using Hunter v2, optionally in Clearbit-compatible format | | combined_enrichment | Enrich both a person and their company from one email using Hunter v2, optionally in Clearbit-compatible format | | discover | Use Hunter Discover v2 to find companies from current natural-language or structured organization, location, industry, headcount, type, year, keyword, technology, and funding filters | | create_lead | Create one Hunter lead from a required email and optional current lead fields, list placement, and custom attributes. This is a single-attempt mutation | | list_leads | List Hunter leads with current list, identity, company, status, verification, activity/date, location, tag, campaign, user, confidence, custom-attribute, query, and offset filters |

Configuration

| Variable | Required | Purpose | |---|---|---| | HUNTER_API_KEY | yes | Hunter.io API key from hunter.io/api-keys | | HUNTER_API_BASE | no | Override the Hunter API base URL (default https://api.hunter.io/v2) | | HUNTER_TIMEOUT_MS | no | Per-request timeout in milliseconds (default 30000) | | HUNTER_RETRY_BASE_MS | no | Base delay in milliseconds for the GET retry backoff (default 500) |

Reply shape

Every tool returns plain JSON with status (succeeded, partial, no_op), summary, target, result, proof, warnings, recovery. Failures throw a plain error string: <code>: <message> <hint>.

Limits

Hunter's per-plan request quotas surface in account_info.

Verify

Each release lists the package version, the .mcpb sha256 and the production commit it was derived from in CHANGELOG.md. CI runs the tests and a clean install of the packed tarball on every push.

Privacy Policy

This server runs locally, on your machine, under your own credentials. It collects no personal data, contains no telemetry, stores nothing persistently, and talks only to the vendor API it wraps. No third party, including Scalably, receives your data. Contact: [email protected]. Canonical copy: https://scalably.io/connector-privacy.html

License

MIT. Copyright Scalably.