mcp-server
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

FieldTypeDescription
buyerstringFilter by acquiring company name, e.g. Blackstone, KKR, Digital Realty
sellerstringFilter by selling/target company name, e.g. CyrusOne
min_value_usdnumberMinimum disclosed deal value in US dollars, e.g. 1000000000 for $1B+
max_value_usdnumberMaximum disclosed deal value in US dollars
deal_typestringDeal type filter, e.g. acquisition, jv, refinance, recap
date_fromstringEarliest deal date, ISO-8601 (YYYY-MM-DD)
date_tostringLatest deal date, ISO-8601 (YYYY-MM-DD)
regionstringGeographic region filter, e.g. us, eu, apac, americas
limitintegerMax results to return (1-500; default varies by tool)
offsetintegerPagination 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.