해치 MCP 서버
Hatch API 통합을 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이메일, 전화번호 검색, 이메일 확인, 회사 데이터 검색, LinkedIn URL 가져오기 등의 도구를 제공합니다.
특징
- 이름, 성, 도메인 정보를 사용하여 이메일 주소 찾기
- LinkedIn 프로필 URL을 사용하여 전화번호 찾기
- 이메일 주소가 유효하고 활성화되어 있는지 확인하세요
- 도메인을 사용하여 회사에 대한 자세한 정보를 찾으세요
- 이름, 직함 및 회사 정보를 사용하여 LinkedIn URL 찾기
설치
- 저장소를 복제합니다
- 종속성 설치:
지엑스피1
.env.example
기반으로.env
파일을 만들고 Hatch API 키를 추가합니다.
- 프로젝트를 빌드하세요:
용법
독립 실행형 사용
서버를 직접 시작하려면:
Claude와의 통합
Claude와 함께 이 MCP 서버를 사용하려면 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
에 추가하세요.
구성 예:
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
(필수): 회사 도메인 이름
해치_겟_링크드인_URL
이름, 직함, 회사 정보를 사용하여 LinkedIn URL을 찾으세요.
매개변수:
name
: 사람의 이름designation
: 직책 또는 사람의 직함companyName
(필수): 회사 이름
특허
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
이메일, 전화번호, LinkedIn 프로필, 회사 데이터 등의 연락처 정보를 찾고 검증하기 위한 도구를 제공하는 Hatch API 통합을 위한 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.Last updated -JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides comprehensive access to LinkedIn data and functionality, enabling data retrieval and user account management through the HorizonDataWave API.Last updated -11323JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.Last updated -462Python
- -securityAlicense-qualityA Model Context Protocol server that provides standardized interfaces for interacting with Ollama API, offering JSON responses, error handling, and intelligent guidance for LLM-based API calls.Last updated -PythonMIT License