Configure MCP server with Revenue Growth
Access the Revenue Growth signal from AI tools via MCP. Your AI assistant can check revenue trends 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
“Is acme.com showing revenue growth? What is their estimated revenue and growth rate?”
Example response
json
{
"growth_detected": true,
"estimated_revenue": "$15M-$30M",
"growth_percentage": 45,
"measurement_period": "year-over-year",
"confidence": "medium"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →