Configure MCP server with Job Start Date
Access Job Start Date via the SyncGTM MCP server from AI tools like Claude, ChatGPT, Cursor, or Windsurf. Your AI assistant can check job tenure 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
“When did Lisa Wong start her current role? Her LinkedIn is linkedin.com/in/lisawong.”
Example response
json
{
"start_date": "2026-01",
"tenure_months": 2,
"is_new_hire": true,
"current_title": "Director of Engineering",
"current_company": "DataFlow Inc"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →