SyncGTM logo
All enrichments & signals

Domain Threat Detection

Check if a domain is flagged for malware, phishing, or other security threats.

Configure MCP server with Domain Threat Detection

Access the Domain Threat Detection action via MCP to check domains for threats from AI tools like Claude, ChatGPT, Cursor, or Windsurf.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Is suspicious-site.com flagged for any security threats?

Example response

json
{
  "domain": "suspicious-site.com",
  "risk_score": 85,
  "is_malicious": true,
  "threat_types": ["phishing", "malware"]
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →