Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INTERCOM_ACCESS_TOKEN | Yes | Intercom Access Token with Articles read and write permissions from Intercom Settings -> Developers -> Developer Hub |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_article | Get a single Intercom article by ID. Returns full article details including title, body, author, and state. |
| list_articles | List Intercom articles with pagination. Returns a list of articles with basic information. |
| create_article | Create a new Intercom Help Center article. Supports multilingual content and draft/published states. |
| update_article | Update an existing Intercom Help Center article. Supports partial updates and multilingual content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |