MCP server for Hatch API integration. Features include finding emails, phone numbers, verifying emails, finding company data, and getting LinkedIn
MCP server for Hatch API integration. Features include finding emails, phone numbers, verifying emails, finding company data, and getting LinkedIn URLs. That is what the hatch mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 5 tools. What each one is for:
hatch_find_email — Find an email address using first name, last name, and domain informationhatch_find_phone — The hatch_find_phone tool exposed by this serverhatch_verify_email — The hatch_verify_email tool exposed by this serverhatch_find_company_data — The hatch_find_company_data tool exposed by this serverhatch_get_linkedin_url — Find LinkedIn URL using name, designation, and company informationConfiguration is passed through the environment: HATCH_API_KEY, HATCH_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Hatch's toolset — hatch_find_email, hatch_find_phone, hatch_verify_email and 2 more — is a fair guide to whether it matches your workflow. It is maintained by Meerkats-Ai; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| hatch_find_email | Find an email address using first name, last name, and domain information. |
| hatch_find_phone | The hatch_find_phone tool exposed by this server. |
| hatch_verify_email | The hatch_verify_email tool exposed by this server. |
| hatch_find_company_data | The hatch_find_company_data tool exposed by this server. |
| hatch_get_linkedin_url | Find LinkedIn URL using name, designation, and company information. |
| Variable | Description | Required |
|---|---|---|
| HATCH_API_KEY | Credential the server authenticates with. | Yes |
| HATCH_API_URL | Endpoint or connection string the server talks to. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.