SyncGTM now works inside Claude and ChatGPT. Learn more
All enrichments & signals

Find LinkedIn from Personal Email

Resolve a person's LinkedIn profile URL from their personal email address.

Configure MCP server with Find LinkedIn from Personal Email

Access Find LinkedIn from Personal Email via the SyncGTM MCP server. Your AI assistant can resolve LinkedIn profiles from personal email addresses 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

Find the LinkedIn profile for johndoe@gmail.com.

Example response

json
{
  "linkedin_url": "https://linkedin.com/in/johndoe",
  "full_name": "John Doe",
  "confidence_score": 85
}

Learn more about Enrichment MCP

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