SyncGTM logo
All enrichments & signals

Leadership Change

Detect when a company hires or replaces senior leaders like CMO CRO VP Sales or RevOps.

Configure MCP server with Leadership Change

Access the Leadership Change signal from AI tools via MCP. Your AI assistant can detect executive transitions at any company on demand.

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

Has acme.com had any leadership changes recently? Who are the new executives?

Example response

json
{
  "leadership_changed": true,
  "changes": [
    {
      "new_leader_name": "Sarah Chen",
      "title": "VP of Sales",
      "previous_leader_name": "Mike Johnson",
      "start_date": "2026-02-01"
    }
  ],
  "company_name": "Acme Corp"
}

Learn more about Enrichment MCP

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