Configure MCP server with Mergers and Acquisitions
Access the Mergers and Acquisitions signal from AI tools via MCP. Your AI assistant can detect M&A activity 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
“Has acme.com been involved in any mergers or acquisitions recently?”
Example response
json
{
"ma_detected": true,
"transaction_type": "acquisition",
"acquirer": "BigCorp Inc",
"target": "Acme Corp",
"deal_value": "$200M",
"announcement_date": "2026-02-15",
"status": "completed"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →