capabilities
C
capabilities
/company_uk_search

Search Companies House for UK companies by name

Search the UK Companies House register by name or keyword and return matching companies with company number, register status and a derived is_active, type, inco

liveunknown~5s typical
mcpcapabilities
$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-eckari-capabilities /company_uk_search for me.

Input

FieldTypeDescription
q*stringCompany name or keyword to search for.
limitintegerMaximum results to return (1-50). Default 10.
offsetintegerZero-based offset into the register's result set for paging. Pass back page.next_offset fr

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-eckari-capabilities","endpoint":"/company_uk_search","input":{"q":"..."}}'
cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /company_uk_search -i '{"q":"..."}'
mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/company_uk_search", input: {"q":"..."} })

Try it

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