Configure MCP server with Headcount Growth
Access the Headcount Growth signal from AI tools via MCP. Your AI assistant can check workforce growth 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 growing their team? How fast and which departments?”
Example response
json
{
"growth_detected": true,
"current_headcount": 450,
"growth_percentage": 32,
"new_hires_estimate": 110,
"top_growing_departments": ["Sales", "Engineering", "Customer Success"]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →