Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUNTER_API_KEY | Yes | Your Hunter.io API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hunter_find_email | Find an email address using domain and name information. |
| hunter_verify_email | Verify if an email address is valid and deliverable. |
| hunter_domain_search | Find all the email addresses corresponding to a website or company name. |
| hunter_email_count | Know how many email addresses we have for a domain or a company. |
| hunter_account_info | Get information regarding your Hunter account. |