M
mcp-server
/list_transactions
M&A Transactions
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
liveverifiedunknown~5s typical
mcpprobedmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cloud-dchub-mcp-server /list_transactions for me.
Input
| Field | Type | Description |
|---|---|---|
| buyer | string | Filter by acquiring company name, e.g. Blackstone, KKR, Digital Realty |
| seller | string | Filter by selling/target company name, e.g. CyrusOne |
| min_value_usd | number | Minimum disclosed deal value in US dollars, e.g. 1000000000 for $1B+ |
| max_value_usd | number | Maximum disclosed deal value in US dollars |
| deal_type | string | Deal type filter, e.g. acquisition, jv, refinance, recap |
| date_from | string | Earliest deal date, ISO-8601 (YYYY-MM-DD) |
| date_to | string | Latest deal date, ISO-8601 (YYYY-MM-DD) |
| region | string | Geographic region filter, e.g. us, eu, apac, americas |
| limit | integer | Max results to return (1-500; default varies by tool) |
| offset | integer | Pagination offset, 0-based (skip this many results) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cloud-dchub-mcp-server","endpoint":"/list_transactions","input":{}}'cli
npx cracked-ai run -p mcp-cloud-dchub-mcp-server -e /list_transactions -i '{}'mcp
run_tool({ provider: "mcp-cloud-dchub-mcp-server", endpoint: "/list_transactions", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.