Configure MCP server with Get Page LinkedIn Posts
Access the Get Page LinkedIn Posts action via MCP to retrieve page posts 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
“Get the latest LinkedIn posts from Gong's company page.”
Example response
json
{
"company_name": "Gong",
"posts": [
{
"content": "Revenue teams that use conversation intelligence close 25% more deals...",
"date": "2026-03-20",
"likes": 215,
"comments": 32
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →