S
signals
/investors
investors
Search and filter investor records by keyword, type, HQ country, or exact domain. Costs one credit per returned record.
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 /investors for me.
Input
| Field | Type | Description |
|---|---|---|
| cursor | string | Opaque pagination cursor returned as pagination.nextCursor on the previous page. |
| since | string | Return investors created/updated on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. |
| limit | integer | Maximum records to return (1-100). Each returned record costs one credit. default 20 |
| search | string | Keyword search over investor name and domain. |
| type | array | Investor type filters. Canonical values: vc, angel, cvc, pe, growth, accelerator, family_o |
| countries | array | Headquarters country codes (ISO alpha-2, OR). Pass "unknown" to include companies with no |
| domain | string | Exact investor domain. |
| hasFirmographics | boolean | Only investors whose domain and type we have resolved. |
| minRoundUsd | integer | Only investors that have participated in at least one round at or above this amount, in wh |
| minRounds | integer | Only investors that have participated in at least this many rounds. |
| activeSince | string | Only investors whose most recent round was announced on or after this date (YYYY-MM-DD). |
| investsIn | array | Only investors that have funded companies headquartered in these countries (OR), e.g. ["US |
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":"/investors","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-com-datahyena-signals -e /investors -i '{"limit":20}'mcp
run_tool({ provider: "mcp-com-datahyena-signals", endpoint: "/investors", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.