Configure MCP server with New Product Launched
Access the New Product Launched signal from AI tools via MCP. Your AI assistant can detect product launches 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 launched any new products recently? What did they release?”
Example response
json
{
"product_launched": true,
"product_name": "Acme Analytics Pro",
"description": "A real-time analytics platform for enterprise sales teams.",
"launch_date": "2026-03-10",
"company_name": "Acme Corp"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →