Configure MCP server with New Blog Posted
Access the New Blog Posted signal from AI tools via MCP. Your AI assistant can check for new blog content at any company 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
“Has acme.com published any new blog posts recently? Summarize the latest one.”
Example response
json
{
"new_post_found": true,
"posts": [
{
"title": "How We Scaled Our SDR Team to 50 Reps",
"url": "https://acme.com/blog/scaling-sdr-team",
"date": "2026-03-19",
"summary": "A deep dive into how Acme Corp scaled their outbound sales development team..."
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →