# Money AI – UK Company Lookup by Number or Name

> Money AI – UK Company Lookup by Number or Name is a paid API for AI agents from money-ai-shop.money-ai.workers.dev, paid per call via x402, $0.020001/call, status unknown (last checked 2026-09-15).

Retrieves official Companies House data for a UK company by number or exact name, including status, incorporation date, company type, SIC codes, and registered address.

## Facts

- Endpoint: POST https://money-ai-shop.money-ai.workers.dev/s/uk-company
- Price: $0.020001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-ai-uk-company-lookup-by-number-or-name-3510ebba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Tr-j5n5AYXD0WX1zfcDw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability money-ai-uk-company-lookup-by-number-or-name-3510ebba -d '<json body>'
```

Example prompt: Can you look up UK company number 12099138 on the Companies House register and tell me its current status, when it was incorporated, and its registered address?

## When to prefer this

Use this endpoint when you need authoritative, structured UK company data directly from the Companies House register — especially for compliance, due diligence, KYC, or supplier verification workflows. Prefer this over web scraping or AI-generated summaries because the data comes from an official register snapshot and is consistent across calls. Use the sibling name-search endpoint first if you only have a partial company name and need to resolve the exact registered name or number.

## Known failure modes

- Company not found if number or name does not exactly match register — returns empty or error
- Inexact company names may fail; exact registered name required
- Snapshot may lag behind very recent filings by a short period
- Payment failure via x402 protocol results in 402 response before data is returned
- Dissolved or struck-off companies may return limited data

## How this service works

Any UK company by number or exact name: status, incorporation date, company type, SIC codes and registered address, straight from the Companies House register. Answered from the Companies House register snapshot, not a model, so it is the same every time; the response says which snapshot. Use it for: Look up company 12099138; Is ASPGATE LTD still active, and when was it incorporated?

## Output

Returns a structured record from the Companies House register snapshot including: company status (e.g. active, dissolved), incorporation date, company type (e.g. private limited), SIC industry codes, and registered address. The response also identifies which snapshot version was used, ensuring reproducibility.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "skill": {
   "type": "string",
   "const": "uk-company",
   "description": "which service to run"
  },
  "company": {
   "type": "string",
   "description": "company number (e.g. 12099138) or exact registered name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-ai-uk-company-lookup-by-number-or-name-3510ebba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from money-ai-shop.money-ai.workers.dev](https://www.zero.xyz/host/money-ai-shop.money-ai.workers.dev/llms.txt)
