Configure MCP server with Find Employees From LinkedIn Page
Access the Find Employees From LinkedIn Page action via MCP to extract employee lists from AI tools like Claude, ChatGPT, Cursor, or Windsurf.
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
“Extract all employees from Notion's LinkedIn page.”
Example response
json
{
"company_name": "Notion",
"total_employees_found": 85,
"employees": [
{
"full_name": "Sarah Chen",
"title": "Head of Product",
"linkedin_url": "https://linkedin.com/in/sarahchen"
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →