Integrations
Provides access to Intercom conversations and chats with filtering capabilities by date range, customer ID, conversation state, and other attributes. Enables querying and analyzing conversation data including contact information, statistics, and state information.
MCPインターコムサーバー
Intercomの会話やチャットへのアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、LLMは様々なフィルタリングオプションを使用してIntercomの会話をクエリおよび分析できます。
特徴
- フィルタリング オプションを使用して Intercom の会話を照会します。
- 日付範囲(開始日と終了日)
- 顧客ID
- 会話状態
- Intercom APIキーを使用した安全なアクセス
- 以下を含む豊富な会話データ:
- 基本的な会話の詳細
- 連絡先
- 統計(回答、再開)
- 状態と優先順位の情報
インストール
- リポジトリをクローンします。
Copy
- 依存関係をインストールします:
Copy
- 環境を設定します。
Copy
- Intercom API キーを
.env
に追加します。
Copy
- サーバーを構築します。
Copy
使用法
サーバーの実行
サーバーを起動します。
Copy
Claude for Desktop と併用
- Claude for Desktop 構成 (macOS の場合は
~/Library/Application Support/Claude/claude_desktop_config.json
、Windows の場合は%AppData%\Claude\claude_desktop_config.json
) にサーバーを追加します。
Copy
- デスクトップ版のClaudeを再起動する
利用可能なツール
検索会話
オプションのフィルターを使用して Intercom の会話を検索します。
パラメータ:
createdAt
(オプション): 作成日でフィルタリングするためのoperator
(例: ">"、"<"、"=") とvalue
(UNIX タイムスタンプ) を持つオブジェクト。updatedAt
(オプション): 更新日でフィルタリングするためのoperator
(例: ">"、"<"、"=") とvalue
(UNIX タイムスタンプ) を持つオブジェクト。sourceType
(オプション): 会話のソース タイプ (例:「メール」、「チャット」)。state
(オプション): フィルタリングする会話の状態 (例: 「open」、「closed」)。open
(オプション): オープンステータスでフィルタリングするブール値。read
(オプション): 読み取りステータスでフィルタリングするブール値。
クエリの例:
- 「2024年1月1日以降に作成されたすべての会話を検索」
- 「先週以前に更新された会話を見つける」
- 「開いているメールの会話をすべて一覧表示する」
- 「未読の会話をすべて取得する」
安全
- サーバーが機能するにはIntercom APIキーが必要です
- APIキーは環境変数に安全に保存する必要があります
- サーバーは会話への読み取りアクセスのみを提供します
- すべてのAPIリクエストは適切な認証で行われます
発達
- 自動再コンパイルによる開発モードを開始します。
Copy
- リンティングを実行します:
Copy
貢献
- リポジトリをフォークする
- 機能用の新しいブランチを作成する
- 変更を加える
- プルリクエストを送信する
ライセンス
マサチューセッツ工科大学
You must be authenticated.
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.
モデル コンテキスト プロトコルを通じて Intercom の会話やチャットへのアクセスを提供し、LLM がさまざまなフィルタリング オプションを使用して Intercom の会話をクエリおよび分析できるようにします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.Last updated -1053PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.Last updated -313232TypeScriptMIT License
- -securityAlicense-qualityA comprehensive toolkit that enhances LLM capabilities through the Model Context Protocol, allowing LLMs to interact with external services including command-line operations, file management, Figma integration, and audio processing.Last updated -12PythonApache 2.0
- -securityFlicense-qualityA comprehensive Model Context Protocol server that bridges LLMs with self-hosted media services, enabling natural language control of TV shows, movies, downloads, and notifications while maintaining traditional API access.Last updated -TypeScript