signals
S
signals
/companies

companies

Search and filter company records by keyword, exact domain, HQ country, industry group, NAICS code, employee-count bucket, or founded-year range. Costs one cred

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 /companies for me.

Input

FieldTypeDescription
cursorstringOpaque pagination cursor returned as pagination.nextCursor on the previous page.
sincestringReturn companies 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 name, domain, and description.
domainstringExact company domain.
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
naicsCodestringNAICS 2022 code. Matches the code and everything beneath it, so "51" also returns 5132 and
employeeCountBucketsarrayLinkedIn employee count buckets (OR), e.g. 51-200. Pass "unknown" for no headcount.
foundedYearMinintegerMinimum founded year.
foundedYearMaxintegerMaximum founded year.

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

Try it

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