Hatch MCP Server
Hatch MCP 服务器
这是一个用于 Hatch API 集成的模型上下文协议 (MCP) 服务器。它提供用于查找电子邮件、电话号码、验证电子邮件、查找公司数据以及获取 LinkedIn URL 的工具。
特征
使用名字、姓氏和域名信息查找电子邮件地址
使用 LinkedIn 个人资料 URL 查找电话号码
验证电子邮件地址是否有效且有效
查找有关使用其域名的公司的详细信息
使用姓名、职位和公司信息查找 LinkedIn URL
Related MCP server: Prospeo MCP Server
安装
克隆存储库
安装依赖项:
npm install根据
.env.example创建一个.env文件并添加您的 Hatch API 密钥:
HATCH_API_KEY=your_api_key_here构建项目:
npm run build用法
独立使用
直接启动服务器:
npm start与克劳德的整合
要将此 MCP 服务器与 Claude 一起使用,您需要将其添加到 MCP 设置文件中:
对于 Claude VSCode 扩展,将其添加到
c:\Users\<username>\AppData\Roaming\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json对于 Claude 桌面应用程序,将其添加到 Windows 上的
%APPDATA%\Claude\claude_desktop_config.json
示例配置:
{
"mcpServers": {
"hatch": {
"command": "node",
"args": ["E:/mcp-servers/hatch/dist/index.js"],
"env": {
"HATCH_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}将your_api_key_here替换为您的实际 Hatch API 密钥。
配置
可以使用环境变量来配置服务器:
HATCH_API_KEY(必需):您的 Hatch API 密钥HATCH_API_URL(可选):自定义 API URL(默认为https://api.hatchhq.ai )HATCH_RETRY_MAX_ATTEMPTS:API 调用的最大重试次数(默认值:3)HATCH_RETRY_INITIAL_DELAY:重试的初始延迟(以毫秒为单位)(默认值:1000)HATCH_RETRY_MAX_DELAY:重试的最大延迟时间(以毫秒为单位)(默认值:10000)HATCH_RETRY_BACKOFF_FACTOR:重试延迟的退避因子(默认值:2)
可用工具
hatch_find_email
使用名字、姓氏和域名信息查找电子邮件地址。
参数:
firstName(必填):该人的名字lastName(必填):此人的姓氏domain(必填):公司域名
hatch_find_phone
使用 LinkedIn 个人资料 URL 查找电话号码。
参数:
linkedInUrl(必填):此人的 LinkedIn 个人资料 URL
hatch_verify_email
验证电子邮件地址是否有效且有效。
参数:
email(必填):用于验证的电子邮件地址
hatch_find_company_data
查找有关使用其域名的公司的详细信息。
参数:
domain(必填):公司域名
hatch_get_linkedin_url
使用姓名、职位和公司信息查找 LinkedIn URL。
参数:
name:人员姓名designation:人员的职称或职务companyName(必填):公司名称
执照
麻省理工学院
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA server implementing the Model Context Protocol that enables users to retrieve LinkedIn profile information and activity data via EnrichB2B API, and generate text using OpenAI GPT-4 or Anthropic Claude models.1
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that integrates with Prospeo API to find work emails and enrich LinkedIn profiles.1
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects to RocketReach API, enabling AI assistants to find professional/personal emails, phone numbers, and enrich company data.1
- FlicenseBqualityDmaintenanceA Model Context Protocol server that integrates with the Icypeas API to help users find work emails based on name and company information.1
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
A Model Context Protocol server for Wix AI tools
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Meerkats-Ai/hatch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server