Icypeas MCP サーバー
これは、Icypeas API と統合して仕事用メールの検索機能を提供するモデル コンテキスト プロトコル (MCP) サーバーです。
特徴
名前と会社情報を使用して仕事用のメールを検索する
設定
ローカルセットアップ
このリポジトリをクローンする
依存関係をインストールします:
npm install.env.example
に基づいて.env
ファイルを作成し、Icypeas API キーを追加します。ICYPEAS_API_KEY=your_api_key_hereサーバーを構築します。
npm run buildサーバーを起動します。
npm start
Dockerのセットアップ
このリポジトリをクローンする
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
: 名前と会社情報を使用して仕事用メールアドレスを検索する
ライセンス
ISC
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 -