SyncGTM logo
All enrichments & signals

Recently Promoted

Detect when a prospect or contact has recently been promoted.

Configure MCP server with Recently Promoted

Access the Recently Promoted signal from AI tools via MCP. Your AI assistant can detect promotions at any contact 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 https://linkedin.com/in/johndoe been promoted recently? What is their new title?

Example response

json
{
  "promoted": true,
  "new_title": "VP of Marketing",
  "previous_title": "Director of Marketing",
  "company": "Acme Corp",
  "promotion_date": "2026-02-01"
}

Learn more about Enrichment MCP

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