Configure MCP server with Past Role
Access Past Role via the SyncGTM MCP server from AI tools like Claude, ChatGPT, Cursor, or Windsurf. Your AI assistant can retrieve anyone's work history 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
“What previous roles has Jane Smith held? Her LinkedIn is linkedin.com/in/janesmith.”
Example response
json
{
"past_roles": [
{
"title": "Marketing Manager",
"company": "StartupCo",
"start_date": "2019-03",
"end_date": "2022-05"
}
],
"total_roles": 1
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →