Configure MCP server with Company Total Employees
Access the Company Total Employees action via MCP to get employee counts 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
“How many employees does Datadog have?”
Example response
json
{
"company_name": "Datadog",
"employee_count": 5800,
"employee_range": "5001-10000"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →