Configure MCP server with LinkedIn Engagement
Access the LinkedIn Engagement signal from AI tools via MCP. Your AI assistant can analyze LinkedIn activity for any prospect 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
“What has https://linkedin.com/in/johndoe been posting about on LinkedIn recently?”
Example response
json
{
"is_active": true,
"recent_posts": [
{
"text": "Just wrapped up our Q1 sales kickoff. Excited about our new outbound strategy...",
"date": "2026-03-18",
"likes": 142
}
],
"engagement_topics": ["sales strategy", "outbound", "revenue operations"],
"posting_frequency": "weekly"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →