C
capabilities
/company_uk_filings
List UK company filing history from Companies House
Return the filing history of a UK company from the Companies House register — accounts, confirmation statements, officer appointments, address and capital chang
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_filings for me.
Input
| Field | Type | Description |
|---|---|---|
| company_number* | string | Companies House company number. Accepted shapes are the register's own — 1-8 digits (zero- |
| category | string | Optional comma-separated register categories to include (e.g. accounts, address, annual-re |
| detail | string (summary | full) | How much of each filing to return. Default summary: the readable description, its source, |
| limit | integer | Maximum filings to return per page (1-100). Default 5. |
| offset | integer | Zero-based index into the register's filing list for the applied category filter. Nothing |
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_filings","input":{"company_number":"..."}}'cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /company_uk_filings -i '{"company_number":"..."}'mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/company_uk_filings", input: {"company_number":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.