SyncGTM logo
All enrichments & signals

Job Change

Detect if a person has changed jobs in the last 3 months using public data and LinkedIn activity. Ideal for triggering timely outreach, re-engaging old leads, or identifying warm prospects during career transitions.

Configure MCP server with Job Change

Access the Job Change signal from AI tools like Claude, ChatGPT, Cursor, or Windsurf via the Model Context Protocol. Configure the SyncGTM MCP server and your AI assistant can detect job changes 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

Check if https://linkedin.com/in/janedoe has changed jobs recently and summarize the transition.

Example response

json
{
  "job_changed": true,
  "new_title": "Head of Revenue Operations",
  "new_company": "TechCorp Inc",
  "previous_title": "Senior RevOps Manager",
  "previous_company": "StartupXYZ",
  "change_date": "2026-01-15"
}

Learn more about Enrichment MCP

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