S
signals
/funding_events
funding events
List funding events ordered by announcement date, newest first. Filter by round, amount range, company HQ country, industry group, or a specific company id. Cos
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 /funding_events for me.
Input
| Field | Type | Description |
|---|---|---|
| cursor | string | Opaque pagination cursor returned as pagination.nextCursor on the previous page. |
| since | string | Return records announced on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. |
| until | string | Return records announced on or before this date (YYYY-MM-DD, inclusive) or ISO-8601 timest |
| limit | integer | Maximum records to return (1-100). Each returned record costs one credit. default 20 |
| round | array | Funding round filters. Canonical values: pre-seed, seed, angel, series-a, series-b, series |
| minAmountUsd | integer | Minimum funding amount in USD. |
| maxAmountUsd | integer | Maximum funding amount in USD. |
| countries | array | Headquarters country codes (ISO alpha-2, OR). Pass "unknown" to include companies with no |
| industryGroups | array | Company industry groups (OR). Matched literally against the LinkedIn labels. Pass "unknown |
| naicsCode | string | NAICS 2022 code for the company. Matches the code and everything beneath it, so "51" also |
| verticals | array | High-level sector filters (OR). Canonical values: ai, fintech, saas, devtools, healthcare, |
| employeeBuckets | array | Company employee-count buckets (OR). Canonical values: 1-10, 11-50, 51-200, 201-500, 501-1 |
| companyId | string | Return only events for this entity-resolved company id. |
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":"/funding_events","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-com-datahyena-signals -e /funding_events -i '{"limit":20}'mcp
run_tool({ provider: "mcp-com-datahyena-signals", endpoint: "/funding_events", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.