Skip to main content
Intercom

Intercom

Intercom customer support molecule for SixDegree. Discovers contacts, companies, conversations, and admins; hydrates live conversation state and performs mutations (reply, assign, note) over MCP.

  • Discovery: IntercomContact, IntercomCompany, IntercomConversation, IntercomAdmin.
  • MCP: 4 tools (1 Hydrate, 3 Mutate).
NameCategoryRiskPurpose
intercom_hydrate_conversationHydrateReadFetch full live state of a conversation including messages.
intercom_reply_conversationMutateWritePost a comment reply to a conversation.
intercom_assign_conversationMutateWriteAssign a conversation to an admin or team.
intercom_create_noteMutateWriteAdd an internal note to a conversation.
FieldRequiredPurpose
oauth_tokenone-ofBearer token populated by the platform's Intercom OAuth flow.
api_keyone-ofIntercom Access Token (fallback when OAuth is not used).

oauth_token takes precedence over api_key when both are provided.

Declares an intercom OAuth provider on both Discovery and MCP capabilities. TokenField is oauth_token (molecule.OAuthTokenField).

Consumed by the SixDegree platform via the molecule registry. See the main README.