Search contacts, manage conversations, send messages, and list tags via the Intercom REST API.
130+ deploysclaude mcp add intercom --url https://datafaucet.dev/api/mcp/t/intercom
Run this command in your terminal · most users connect in under 60s
POST endpoints
search_intercom_contacts
Search contacts by email, name, or custom attributes. Returns matching contact profiles.
https://api.intercom.io/contacts/search
reply_conversation
Reply to a conversation as an admin. Sends the message to the customer immediately.
https://api.intercom.io/conversations/{conversation_id}/reply
GET endpoints
list_conversations
List recent conversations with state, assignee, and last message preview. Paginated.
https://api.intercom.io/conversations?per_page=20
get_conversation
Get full conversation thread including all messages, notes, and participant details.
https://api.intercom.io/conversations/{conversation_id}
get_contact
Get a single contact's profile including custom attributes, tags, and company associations.
https://api.intercom.io/contacts/{contact_id}
Run this in your terminal:
claude mcp add intercom https://datafaucet.dev/api/mcp/t/intercom
Connect Intercom to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{admin_id}Resource identifier{contact_id}Resource identifier{conversation_id}Resource identifier{email}Email address{intercom_token}API settings page{message}Your valuePreview:
POST https://api.intercom.io/contacts/search Authorization: Bearer {intercom_token} Content-Type: application/json Intercom-Version: 2.11 {"query":{"field":"email","operator":"=","value":"{email}"}}
claude mcp add intercom --url https://datafaucet.dev/api/mcp/t/intercomWhat your AI agent sees
I have access to 6 tools from Intercom: search_intercom_contacts, list_conversations, get_conversation, and 3 more.
“Search contacts by email, name, or custom attributes. Returns matching contact profiles.”
Calling search_intercom_contacts... Done. Here are the results.
Try these prompts
“Search for the contact with email john@example.com and show their profile”
Copy“List open conversations and reply to the most recent one with an update”
Copy“Show me all tags and the latest conversation from our VIP customers”
CopyClick any prompt to copy, then paste into your AI client.