sales
Hunter MCP, CLI, and Lua Integration for AI Agents
Hunter integration docs for AI agents: MCP gateway setup, Hunter CLI commands, Lua API reference, credentials, and function schemas.
8 functions 7 read 1 write API key auth
Hunter for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
hunter- route_slug
hunter- package
hunter- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Hunter CLIHeadless setup and direct function calls. Hunter MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Hunter MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Hunter.
Claude Code Hunter MCP setup for Claude Code. Cursor Hunter MCP setup for Cursor. Codex Hunter MCP setup for Codex. OpenAI Agents Hunter MCP setup for OpenAI Agents SDK. Claude Agent SDK Hunter MCP setup for Claude Agent SDK. Vercel AI SDK Hunter MCP setup for Vercel AI SDK. LangChain Hunter MCP setup for LangChain. LangGraph Hunter MCP setup for LangGraph. CrewAI Hunter MCP setup for CrewAI. MCP clients Hunter MCP setup for Generic MCP Clients.
Hunter CLI Matrix
Use these pages for direct Hunter CLI workflows in scripts, CI, cron, and agent wrappers.
CI Hunter CLI for CI. Cron Jobs Hunter CLI for cron jobs. Shell Scripts Hunter CLI for shell scripts. Headless Automation Hunter CLI for headless automation. Coding Agents Hunter CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
hunter.hunter_domain_search | Read read | 4 | Search for professional email addresses associated with a domain. Returns email addresses found for the company, along with contact names, positions, and social profiles. Supports filtering by email type (personal or generic). |
hunter.hunter_email_finder | Read read | 3 | Find the most likely professional email address for a person based on their name and company domain. Returns the email with a confidence score and sources where the email was found. |
hunter.hunter_email_verifier | Read read | 1 | Verify the deliverability of an email address. Checks whether the email is valid, the mailbox exists, and accepts mail. Returns a result status (deliverable, undeliverable, risky, or unknown) along with confidence scores and SMTP details. |
hunter.hunter_email_count | Read read | 1 | Get the total number of email addresses Hunter.io has found for a domain. Returns counts broken down by email type (personal, generic) and department. This endpoint does not consume API credits. |
hunter.hunter_list_leads | Read read | 2 | List leads stored in your Hunter.io account. Supports pagination with limit and offset parameters. Returns lead details including email, name, and associated lists. |
hunter.hunter_get_lead | Read read | 1 | Retrieve detailed information about a single lead by its ID. Returns the lead's email address, name, company, and any associated lists or custom fields. |
hunter.hunter_create_lead | Write write | 4 | Create a new lead in Hunter.io. Requires an email address. Optionally include first name, last name, and a list ID to add the lead to a specific lead list. Returns the created lead object with its ID. |
hunter.hunter_get_current_user | Read read | 0 | Get information about the authenticated Hunter.io account, including the user's name, email, plan details, and API usage (requests made and remaining). Useful for verifying the API key works and checking usage limits. |