Configure MCP server with Enrich Organization
Access the Enrich Organization action directly from AI tools like Claude, ChatGPT, Cursor, or Windsurf via MCP. Configure the SyncGTM MCP server and your AI assistant can enrich company profiles 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
“Enrich the company acme.com and give me a summary of their firmographic profile.”
Example response
json
{
"company_name": "Acme Corp",
"domain": "acme.com",
"industry": "Software",
"employee_count": 450,
"revenue_range": "$50M-$100M",
"founded_year": 2015,
"country": "United States",
"tech_stack": ["React", "AWS", "Salesforce"],
"total_funding": "$75M"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →