Important API details:
- Authentication requires a Hunter API key, which must be provided via the api_key query parameter, the X-API-KEY header, or as a Bearer token in the Authorization header.
- A special test API key (test-api-key) is available for validating requests on the Domain Search, Email Finder, and Email Verifier endpoints — it always returns dummy data and is useful for testing your Caylex setup.
- API responses follow a consistent structure: a ‘data’ object with the requested content, a ‘meta’ object with request metadata, and an ‘errors’ array if the request fails.
- Standard HTTP status codes are used: 200 for success, 201 for resource creation, 204 for no content, and 400 for bad requests — errors include descriptive messages to help diagnose failures.
Server Details
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Server Type | External |
| Endpoint | https://mcp.hunter.io/mcp |
Authentication
This server supports the following authentication method:Header Authentication
This server authenticates via HTTP headers. During the server onboarding flow, you will be prompted to confirm the required headers. Note that you do not provide the values for the headers during the server on-boarding. Header values are provided by the users during the Auth Link flow.Getting Started
Add the server
Navigate to the Server Library and click on the New Server button. Find Hunter in the Caylex Catalog.
Use in a project
Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.