Configure MCP server with Find Email from LinkedIn URL
Access Find Email from LinkedIn URL via the SyncGTM MCP server. Your AI assistant can find verified emails from LinkedIn 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
“Find the email address for the person at https://linkedin.com/in/johndoe.”
Example response
json
{
"email": "john.doe@acme.com",
"email_type": "work",
"confidence_score": 94,
"verification_status": "valid"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →