intercom
v0.1.0-ghast.1Search and analyze Intercom conversations, contacts, companies, Help Center articles, and tickets through Intercom's official hosted MCP service and official CLI.
By IntercomLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/intercom/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/customer-360/SKILL.md├── skills/install-cli/SKILL.md├── skills/intercom-analysis/SKILL.md├── skills/intercom-ticket-analysis/SKILL.md└── mcp.json
Included Skills4
Build a comprehensive customer profile from Intercom data, including conversation history, account context, and interaction timeline. Use when the user asks to "look up a customer", "customer profile", "customer 360", "tell me about this customer", "summarize a customer's history", or provides a customer email or company name and wants a full picture.
Install and configure Intercom's official @intercom/cli package when the user explicitly requests CLI access or needs the read-only ticket workflow.
Analyze Intercom conversations to identify support patterns, investigate customer issues, and look up contacts and companies. Use when the user asks to "analyze conversations", "find support patterns", "search Intercom", "look up a customer", "investigate a customer issue", "check contact info", or asks questions about their Intercom data.
Search and retrieve Intercom tickets through Intercom's official CLI and Tickets REST API. Use when the user asks about Intercom tickets, open support requests, back-office tasks, tracker tickets, ticket attributes, ticket state, or ticket-specific support workflows.
MCP servers2
- url
- https://mcp.eu.intercom.com/mcp
- url
- https://mcp.intercom.com/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "intercom",
"version": "0.1.0-ghast.1",
"description": "Search and analyze Intercom conversations, contacts, companies, Help Center articles, and tickets through Intercom's official hosted MCP service and official CLI.",
"author": {
"name": "Intercom",
"url": "https://intercom.com"
},
"homepage": "https://developers.intercom.com",
"repository": "https://github.com/intercom/claude-plugin-external",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "productivity",
"upstreamRevision": "62773a7d4b8aac31545d6888fe6479be3bc53804",
"upstreamPath": ".",
"icon": "./assets/icon.svg"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[intercom on Agent Plugins Marketplace](https://pluginsmp.com/plugins/intercom-2)