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 →