Configure MCP server with Recent Acquisitions
Access the Recent Acquisitions action from AI tools like Claude, ChatGPT, Cursor, or Windsurf via MCP. Query acquisition history with natural language.
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
“What acquisitions has Salesforce made in the last 12 months?”
Example response
json
{
"company_name": "Salesforce",
"acquisitions": [
{
"acquired_company": "Spiff",
"date": "2024-12-01",
"deal_value": "$419M"
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →