Hatch MCP Server
ハッチ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)
利用可能なツール
ハッチ_メールを探す
名、姓、ドメイン情報を使用して電子メール アドレスを検索します。
パラメータ:
firstName(必須): 人物の名lastName(必須): 人物の姓domain(必須): 会社のドメイン名
ハッチ_電話を探す
LinkedIn プロフィール URL を使用して電話番号を見つけます。
パラメータ:
linkedInUrl(必須): 人物のLinkedInプロフィールURL
ハッチ_確認_メール
電子メール アドレスが有効かつアクティブであるかどうかを確認します。
パラメータ:
email(必須): 確認用のメールアドレス
ハッチ_会社データ検索
ドメインを使用している企業に関する詳細情報を検索します。
パラメータ:
domain(必須): 会社のドメイン名
ハッチ_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