Icypeas MCP 서버
이는 Icypeas API와 통합되어 업무용 이메일 검색 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.
특징
이름과 회사 정보를 사용하여 업무용 이메일 찾기
설정
로컬 설정
이 저장소를 복제하세요
종속성 설치:
지엑스피1
.env.example
기반으로.env
파일을 만들고 Icypeas API 키를 추가합니다.ICYPEAS_API_KEY=your_api_key_here서버를 빌드하세요:
npm run build서버를 시작합니다:
npm start
도커 설정
이 저장소를 복제하세요
Icypeas API 키로
.env
파일을 만듭니다.Docker Compose를 사용하여 빌드하고 실행하세요.
docker-compose up -d
MCP 구성
이 서버를 MCP 클라이언트와 함께 사용하려면 MCP 설정 파일에 다음 구성을 추가하세요.
{
"mcpServers": {
"icypeas": {
"command": "node",
"args": ["path/to/icypeas/dist/index.js"],
"env": {
"ICYPEAS_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
사용 가능한 도구
icypeas_find_work_email
: 이름과 회사 정보를 사용하여 회사 이메일 찾기
특허
아이에스씨
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
이름과 회사 정보를 기반으로 사용자가 회사 이메일을 찾을 수 있도록 돕는 Icypeas API와 통합된 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to access and manage email through IMAP, supporting browsing, searching, reading, and organizing emails while learning user preferences over time.Last updated -22
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to compose and send emails with attachments, as well as search for files in specified directories that match given patterns.Last updated -56MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that allows integration with Hiworks mail system to search, read, and send emails with support for text, HTML, and attachments.Last updated -401MIT License
- -securityFlicense-qualityA Model Context Protocol server that integrates with Prospeo API to find work emails and enrich LinkedIn profiles.Last updated -