signals
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

FieldTypeDescription
cursorstringOpaque pagination cursor returned as pagination.nextCursor on the previous page.
sincestringReturn investors created/updated on or after this date (YYYY-MM-DD) or ISO-8601 timestamp.
limitintegerMaximum records to return (1-100). Each returned record costs one credit. default 20
searchstringKeyword search over investor name and domain.
typearrayInvestor type filters. Canonical values: vc, angel, cvc, pe, growth, accelerator, family_o
countriesarrayHeadquarters country codes (ISO alpha-2, OR). Pass "unknown" to include companies with no
domainstringExact investor domain.
hasFirmographicsbooleanOnly investors whose domain and type we have resolved.
minRoundUsdintegerOnly investors that have participated in at least one round at or above this amount, in wh
minRoundsintegerOnly investors that have participated in at least this many rounds.
activeSincestringOnly investors whose most recent round was announced on or after this date (YYYY-MM-DD).
investsInarrayOnly 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.