capabilities
C
capabilities
/company_uk_charges

List UK company charges and mortgages from Companies House

Charges registered against a UK company at Companies House — mortgages, debentures and other security — with dates, classification, particulars and the persons

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_charges for me.

Input

FieldTypeDescription
company_number*stringCompanies House company number, also called the company registration number (CRN). Accepte
statusstring (outstanding | satisfied | all)Which charges to return. Default `all`. `outstanding` returns the charges that are still s
detailstring (summary | full)How much of each charge to return. Default summary. `full` adds the four members the regis
limitintegerMaximum charges to return per page (1-100). Default 3: a charge carries free-text particul
offsetintegerZero-based index into the register's charge list (not into the filtered result). Pass back

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

Try it

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