Show open conversations from today
Common usage pattern for this MCP server
Ask Claude: "Show open conversations from today"Access customer conversations, tickets, and user data in real-time
Connect Claude to Intercom for customer support operations and conversation management.~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"intercom": {
"transport": "sse",
"url": "https://mcp.intercom.com/sse"
}
}
}{
"mcpServers": {
"intercom": {
"transport": "sse",
"url": "https://mcp.intercom.com/sse"
}
}
}HTTP 429 Too Many Requests - rate limit hit
Private apps: 10,000 calls/min per app, 25,000/min per workspace. Public apps same limits. Check X-RateLimit-Reset header for reset time. Implement exponential backoff when approaching X-RateLimit-Remaining threshold.
HTTP 401 Unauthorized - authentication failed
Verify API key is valid and copied correctly from Intercom settings. Check Authorization header format: Bearer YOUR_API_KEY. Regenerate API key from Intercom Developer Hub if authentication fails.
Cannot access conversations or customer data
Verify workspace permissions grant access to conversations. Check team member role has necessary permissions. For private apps, confirm OAuth scope includes required access (read_conversations, write_conversations).
Webhook requests timing out or failing
Note: rate limits apply only to REST API, not webhooks. Verify webhook endpoint is accessible and responds within 15 seconds. Check webhook signature for security validation.
Common usage pattern for this MCP server
Ask Claude: "Show open conversations from today"Common usage pattern for this MCP server
Ask Claude: "Find customer by email"Common usage pattern for this MCP server
Ask Claude: "Update ticket status to resolved"Common usage pattern for this MCP server
Ask Claude: "Generate weekly support metrics"Loading reviews...
Join our community of Claude power users. No spam, unsubscribe anytime.
Required