Hunter MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| domain_searchC | Return the top 10 emails on a given domain. |
| email_verifierC | Return the validity of a given email address. |
| email_finderB | Return the most likely email address for a given domain and full name. |
| enrich_emailC | Return all the information associated with an email address, such as a person's name, location and social handles. |
| enrich_companyC | Return all the information associated with a domain, such as the industry, the description, or headquarters' location. |
| create_leadC | Create a lead in user's account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no ambiguity: creating leads, domain-based email searches, email finding for specific names, email verification, company enrichment, and email enrichment. The descriptions clearly differentiate their functions, making misselection unlikely.
All tool names follow a consistent snake_case pattern with clear verb_noun combinations (e.g., create_lead, domain_search, email_finder). The naming is predictable and readable throughout the set.
With 6 tools, this server is well-scoped for its purpose in lead generation and contact enrichment. Each tool earns its place by covering distinct aspects of the workflow, from lead creation to data verification and enrichment.
The tool set provides strong coverage for lead and contact management, including creation, search, verification, and enrichment. A minor gap might be the lack of update or delete operations for leads, but agents can likely work around this for core workflows.