list_transactions
ActiveTool of cloud.dchub/mcp-server
M&A and capital transactions in the data center sector — 2,000+ tracked deals (2019-present), each with its disclosed value where public (many private deals are undisclosed). Returns deal name, buyer, seller, value, date, market, target operator, type (acquisition/JV/refinance/recap). Filter by year, min_value_usd, region, buyer, or target. Try: list_transactions year=2026 min_value_usd=1000000000. Broad M&A and capital-deal flow with filters; do NOT use for hyperscaler-specific lease/PPA/JV activity (use hyperscaler_deals) or a single-deal post-mortem (use deal_autopsy).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"buyer": {
"type": "string",
"description": "Filter by acquiring company name, e.g. Blackstone, KKR, Digital Realty"
},
"limit": {
"type": "integer",
"maximum": 500,
"minimum": 1,
"description": "Max results to return (1-500; default varies by tool)"
},
"offset": {
"type": "integer",
"maximum": 100000,
"minimum": 0,
"description": "Pagination offset, 0-based (skip this many results)"
},
"region": {
"type": "string",
"description": "Geographic region filter, e.g. us, eu, apac, americas"
},
"seller": {
"type": "string",
"description": "Filter by selling/target company name, e.g. CyrusOne"
},
"date_to": {
"type": "string",
"description": "Latest deal date, ISO-8601 (YYYY-MM-DD)"
},
"date_from": {
"type": "string",
"description": "Earliest deal date, ISO-8601 (YYYY-MM-DD)"
},
"deal_type": {
"type": "string",
"description": "Deal type filter, e.g. acquisition, jv, refinance, recap"
},
"max_value_usd": {
"type": "number",
"description": "Maximum disclosed deal value in US dollars"
},
"min_value_usd": {
"type": "number",
"description": "Minimum disclosed deal value in US dollars, e.g. 1000000000 for $1B+"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.dchub/mcp-server
https://github.com/azmartone67/dchub-backend
1/7 registries