Configure MCP server with Find LinkedIn Profile
Use SyncGTM as a LinkedIn profile scraper directly from AI tools like Claude, ChatGPT, Cursor, or Windsurf via MCP. Configure the MCP server and scrape LinkedIn profiles using natural language prompts.
MCP server configuration
Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):
{
"mcpServers": {
"syncgtm": {
"type": "http",
"url": "https://api.syncgtm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Example prompt
“Find the LinkedIn profile at https://linkedin.com/in/johndoe and give me their work history.”
Example response
{
"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 →