Skip to main content
Alert: “AI integration not responding” Impact: The AI agent can’t use this integration to help customers.
Core channels (email, chat) still work. This alert is about AI tool integrations only.

Quick diagnosis

SymptomLikely causeFix
All tools failingServer downCheck server status
Auth errors in logsToken expiredUpdate credentials
TimeoutsServer overloaded or network issueCheck server resources
SSL errorsCertificate expiredRenew your SSL certificate

Check server status

  1. Verify your MCP server process is running
  2. Check server resources (CPU, memory, disk)
  3. Review recent deployments for breaking changes
  4. Test the endpoint directly:
curl -I https://your-mcp-server.com/mcp

Update credentials

  1. Go to Integrations
  2. Find the MCP integration
  3. Update authentication credentials
  4. Test the connection

Server requirements

Your MCP server must meet these requirements:
RequirementDetails
TransportStreamable HTTP (no SSE or stdio)
ProtocolHTTPS with valid SSL
AccessibilityReachable from public internet
Response timeUnder 30 seconds per call

Check server logs

Look for:
  • Connection timeouts
  • Authentication failures (401, 403)
  • Unhandled exceptions (500)
  • Resource exhaustion

Test it

curl -X POST https://your-mcp-server.com/mcp/tools/list \
  -H "Authorization: Bearer YOUR_TOKEN"
The alert clears after the next successful tool call.