signals
S
signals
/acquisitions

acquisitions

List acquisition and merger events ordered by announcement date, newest first. Filter by payment type, deal amount range, merger flag, or a company that is the

liveunknown~5s typical
mcpsignals
$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-com-datahyena-signals /acquisitions for me.

Input

FieldTypeDescription
cursorstringOpaque pagination cursor returned as pagination.nextCursor on the previous page.
sincestringReturn records announced on or after this date (YYYY-MM-DD) or ISO-8601 timestamp.
untilstringReturn records announced on or before this date (YYYY-MM-DD, inclusive) or ISO-8601 timest
limitintegerMaximum records to return (1-100). Each returned record costs one credit. default 20
paymentTypearrayPayment type filters. Canonical values: cash, stock, mixed, undisclosed.
minAmountUsdintegerMinimum deal amount in USD.
maxAmountUsdintegerMaximum deal amount in USD.
naicsCodestringNAICS 2022 code for the target (acquired) company. Matches the code and everything beneath
verticalsarrayTarget company sector filters (OR). Canonical values: ai, fintech, saas, devtools, healthc
countriesarrayHeadquarters country codes (ISO alpha-2, OR). Pass "unknown" to include companies with no
industryGroupsarrayCompany industry groups (OR). Matched literally against the LinkedIn labels. Pass "unknown
isMergerbooleanFilter to mergers (true) or acquisitions (false).
companyIdstringReturn only events where this company is the acquirer or target.

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-com-datahyena-signals","endpoint":"/acquisitions","input":{"limit":20}}'
cli
npx cracked-ai run -p mcp-com-datahyena-signals -e /acquisitions -i '{"limit":20}'
mcp
run_tool({ provider: "mcp-com-datahyena-signals", endpoint: "/acquisitions", input: {"limit":20} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.