SyncGTM logo
All enrichments & signals

Enrich LinkedIn Profile

Get full details from a person's LinkedIn profile including headline, summary, experience, and skills.

Configure MCP server with Enrich LinkedIn Profile

Access the Enrich LinkedIn Profile action directly from AI tools like Claude, ChatGPT, Cursor, or Windsurf via the Model Context Protocol (MCP). Configure the SyncGTM MCP server and your AI assistant can enrich profiles 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

Enrich the LinkedIn profile at https://linkedin.com/in/johndoe and summarize their background.

Example response

json
{
  "full_name": "John Doe",
  "headline": "VP of Sales at Acme Corp",
  "current_title": "VP of Sales",
  "current_company": "Acme Corp",
  "location": "San Francisco, CA",
  "summary": "15+ years in enterprise SaaS sales...",
  "skills": ["Sales Leadership", "SaaS", "B2B Sales"],
  "linkedin_url": "https://linkedin.com/in/johndoe"
}

Learn more about Enrichment MCP

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